diff --git a/.eslintrc.json b/.eslintrc.json index f3a7fd4d1..818e88f2c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -11,7 +11,8 @@ }, "parser": "babel-eslint", "plugins": [ - "react" + "react", + "header" ], "env": { "browser": true, @@ -61,6 +62,7 @@ "generator-star-spacing": [0, {"before": false, "after": true}], "global-require": 0, "guard-for-in": 2, + "header/header": [2, "line", " Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.\n See LICENSE.txt for license information."], "id-blacklist": 0, "indent": [2, 4, {"SwitchCase": 0}], "jsx-quotes": [2, "prefer-single"], diff --git a/app/actions/device/index.js b/app/actions/device/index.js index 1b182918f..82a1a88e0 100644 --- a/app/actions/device/index.js +++ b/app/actions/device/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {DeviceTypes} from 'app/constants'; diff --git a/app/actions/views/account_notifications.js b/app/actions/views/account_notifications.js index 9dcdb3831..120548b3b 100644 --- a/app/actions/views/account_notifications.js +++ b/app/actions/views/account_notifications.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {updateMe} from 'mattermost-redux/actions/users'; import {Preferences} from 'mattermost-redux/constants'; diff --git a/app/actions/views/announcement.js b/app/actions/views/announcement.js index ceb662027..82236e8ee 100644 --- a/app/actions/views/announcement.js +++ b/app/actions/views/announcement.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {ViewTypes} from 'app/constants'; diff --git a/app/actions/views/channel.js b/app/actions/views/channel.js index 3943c3780..a37e4518e 100644 --- a/app/actions/views/channel.js +++ b/app/actions/views/channel.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {batchActions} from 'redux-batched-actions'; diff --git a/app/actions/views/channel_add_members.js b/app/actions/views/channel_add_members.js index 1179ee8a2..a560fb797 100644 --- a/app/actions/views/channel_add_members.js +++ b/app/actions/views/channel_add_members.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {addChannelMember} from 'mattermost-redux/actions/channels'; diff --git a/app/actions/views/channel_members.js b/app/actions/views/channel_members.js index 0d0b07867..9505c407c 100644 --- a/app/actions/views/channel_members.js +++ b/app/actions/views/channel_members.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {removeChannelMember} from 'mattermost-redux/actions/channels'; diff --git a/app/actions/views/client_upgrade.js b/app/actions/views/client_upgrade.js index 0406519c2..ab6a46843 100644 --- a/app/actions/views/client_upgrade.js +++ b/app/actions/views/client_upgrade.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {ViewTypes} from 'app/constants'; diff --git a/app/actions/views/command.js b/app/actions/views/command.js index f4d76f536..0e57b67ce 100644 --- a/app/actions/views/command.js +++ b/app/actions/views/command.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {executeCommand as executeCommandService} from 'mattermost-redux/actions/integrations'; import {getCurrentTeamId} from 'mattermost-redux/selectors/entities/teams'; diff --git a/app/actions/views/create_channel.js b/app/actions/views/create_channel.js index d9ff394d2..0c6bd7c27 100644 --- a/app/actions/views/create_channel.js +++ b/app/actions/views/create_channel.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {handleSelectChannel, setChannelDisplayName} from './channel'; import {createChannel} from 'mattermost-redux/actions/channels'; diff --git a/app/actions/views/edit_profile.js b/app/actions/views/edit_profile.js index 717fe4422..c2fc52b6d 100644 --- a/app/actions/views/edit_profile.js +++ b/app/actions/views/edit_profile.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {uploadProfileImage, updateMe} from 'mattermost-redux/actions/users'; import {buildFileUploadData} from 'app/utils/file'; diff --git a/app/actions/views/emoji.js b/app/actions/views/emoji.js index 158e1b11e..eb62d2904 100644 --- a/app/actions/views/emoji.js +++ b/app/actions/views/emoji.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {addReaction as serviceAddReaction} from 'mattermost-redux/actions/posts'; import {getPostIdsInCurrentChannel, makeGetPostIdsForThread} from 'mattermost-redux/selectors/entities/posts'; diff --git a/app/actions/views/file_upload.js b/app/actions/views/file_upload.js index b2309dbad..9b5784943 100644 --- a/app/actions/views/file_upload.js +++ b/app/actions/views/file_upload.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {FileTypes} from 'mattermost-redux/action_types'; diff --git a/app/actions/views/login.js b/app/actions/views/login.js index bc89c6f90..860bca5d1 100644 --- a/app/actions/views/login.js +++ b/app/actions/views/login.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {getDataRetentionPolicy} from 'mattermost-redux/actions/general'; import {GeneralTypes} from 'mattermost-redux/action_types'; diff --git a/app/actions/views/login.test.js b/app/actions/views/login.test.js index 76dd664f5..4e0dbe304 100644 --- a/app/actions/views/login.test.js +++ b/app/actions/views/login.test.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import configureStore from 'redux-mock-store'; import thunk from 'redux-thunk'; diff --git a/app/actions/views/more_dms.js b/app/actions/views/more_dms.js index 761a253c3..88a506236 100644 --- a/app/actions/views/more_dms.js +++ b/app/actions/views/more_dms.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {getDirectChannelName} from 'mattermost-redux/utils/channel_utils'; import {createDirectChannel, createGroupChannel} from 'mattermost-redux/actions/channels'; diff --git a/app/actions/views/post.js b/app/actions/views/post.js index 27971cd60..732f8da9d 100644 --- a/app/actions/views/post.js +++ b/app/actions/views/post.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {Posts} from 'mattermost-redux/constants'; import {PostTypes} from 'mattermost-redux/action_types'; diff --git a/app/actions/views/root.js b/app/actions/views/root.js index fa8cfdb71..04f30a5dc 100644 --- a/app/actions/views/root.js +++ b/app/actions/views/root.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {GeneralTypes, PostTypes} from 'mattermost-redux/action_types'; import {Client4} from 'mattermost-redux/client'; diff --git a/app/actions/views/search.js b/app/actions/views/search.js index b2d12cee0..2ccd0060d 100644 --- a/app/actions/views/search.js +++ b/app/actions/views/search.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {ViewTypes} from 'app/constants'; diff --git a/app/actions/views/select_server.js b/app/actions/views/select_server.js index 0552abe40..065d7cbe1 100644 --- a/app/actions/views/select_server.js +++ b/app/actions/views/select_server.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {batchActions} from 'redux-batched-actions'; import {GeneralTypes} from 'mattermost-redux/action_types'; diff --git a/app/actions/views/select_server.test.js b/app/actions/views/select_server.test.js index 7ab34186f..e080e83eb 100644 --- a/app/actions/views/select_server.test.js +++ b/app/actions/views/select_server.test.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {batchActions} from 'redux-batched-actions'; import configureStore from 'redux-mock-store'; diff --git a/app/actions/views/select_team.js b/app/actions/views/select_team.js index 851c5f567..4f6694a23 100644 --- a/app/actions/views/select_team.js +++ b/app/actions/views/select_team.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {batchActions} from 'redux-batched-actions'; diff --git a/app/actions/views/thread.js b/app/actions/views/thread.js index 159106454..b47cdff0c 100644 --- a/app/actions/views/thread.js +++ b/app/actions/views/thread.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {ViewTypes} from 'app/constants'; diff --git a/app/actions/views/thread.test.js b/app/actions/views/thread.test.js index 7efd33e0e..870e481cd 100644 --- a/app/actions/views/thread.test.js +++ b/app/actions/views/thread.test.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import configureStore from 'redux-mock-store'; import thunk from 'redux-thunk'; diff --git a/app/actions/views/typing.js b/app/actions/views/typing.js index baa7f8e60..589f09030 100644 --- a/app/actions/views/typing.js +++ b/app/actions/views/typing.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {userTyping as wsUserTyping} from 'mattermost-redux/actions/websocket'; diff --git a/app/app.js b/app/app.js index e9db17855..a3e0d78e0 100644 --- a/app/app.js +++ b/app/app.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. /* eslint-disable global-require*/ import {AsyncStorage, NativeModules} from 'react-native'; diff --git a/app/components/announcement_banner/announcement_banner.js b/app/components/announcement_banner/announcement_banner.js index d14a8cb0d..0fd157e4b 100644 --- a/app/components/announcement_banner/announcement_banner.js +++ b/app/components/announcement_banner/announcement_banner.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/announcement_banner/announcement_banner.test.js b/app/components/announcement_banner/announcement_banner.test.js index 7309a21e7..de0dd34b3 100644 --- a/app/components/announcement_banner/announcement_banner.test.js +++ b/app/components/announcement_banner/announcement_banner.test.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import {configure, shallow} from 'enzyme'; diff --git a/app/components/announcement_banner/index.js b/app/components/announcement_banner/index.js index 553749685..7b27f2ae7 100644 --- a/app/components/announcement_banner/index.js +++ b/app/components/announcement_banner/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/app_icon.js b/app/components/app_icon.js index 6d8a775df..831e598ba 100644 --- a/app/components/app_icon.js +++ b/app/components/app_icon.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/at_mention/at_mention.js b/app/components/at_mention/at_mention.js index 14dbb8a82..f56242dd7 100644 --- a/app/components/at_mention/at_mention.js +++ b/app/components/at_mention/at_mention.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/at_mention/index.js b/app/components/at_mention/index.js index 888397f3b..07ac8c733 100644 --- a/app/components/at_mention/index.js +++ b/app/components/at_mention/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/attachment_button.js b/app/components/attachment_button.js index 189f0c612..7c3514145 100644 --- a/app/components/attachment_button.js +++ b/app/components/attachment_button.js @@ -1,3 +1,5 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; import {intlShape} from 'react-intl'; diff --git a/app/components/autocomplete/at_mention/at_mention.js b/app/components/autocomplete/at_mention/at_mention.js index 882234aaf..8c00b5a78 100644 --- a/app/components/autocomplete/at_mention/at_mention.js +++ b/app/components/autocomplete/at_mention/at_mention.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/autocomplete/at_mention/index.js b/app/components/autocomplete/at_mention/index.js index afd6104c9..87f5bd21c 100644 --- a/app/components/autocomplete/at_mention/index.js +++ b/app/components/autocomplete/at_mention/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/autocomplete/at_mention_item/at_mention_item.js b/app/components/autocomplete/at_mention_item/at_mention_item.js index 8a3b0f092..d0d630425 100644 --- a/app/components/autocomplete/at_mention_item/at_mention_item.js +++ b/app/components/autocomplete/at_mention_item/at_mention_item.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/autocomplete/at_mention_item/index.js b/app/components/autocomplete/at_mention_item/index.js index dcbde70a7..1d7c70c78 100644 --- a/app/components/autocomplete/at_mention_item/index.js +++ b/app/components/autocomplete/at_mention_item/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/autocomplete/autocomplete.js b/app/components/autocomplete/autocomplete.js index 0936ee97e..de6d5e092 100644 --- a/app/components/autocomplete/autocomplete.js +++ b/app/components/autocomplete/autocomplete.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/autocomplete/autocomplete_divider/autocomplete_divider.js b/app/components/autocomplete/autocomplete_divider/autocomplete_divider.js index a587d3899..e8ddcccc0 100644 --- a/app/components/autocomplete/autocomplete_divider/autocomplete_divider.js +++ b/app/components/autocomplete/autocomplete_divider/autocomplete_divider.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/autocomplete/autocomplete_divider/index.js b/app/components/autocomplete/autocomplete_divider/index.js index 752848995..ae104c41b 100644 --- a/app/components/autocomplete/autocomplete_divider/index.js +++ b/app/components/autocomplete/autocomplete_divider/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/autocomplete/autocomplete_section_header.js b/app/components/autocomplete/autocomplete_section_header.js index 51ca3c4d8..cbb552db3 100644 --- a/app/components/autocomplete/autocomplete_section_header.js +++ b/app/components/autocomplete/autocomplete_section_header.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/autocomplete/channel_mention/channel_mention.js b/app/components/autocomplete/channel_mention/channel_mention.js index 0cc5a10ff..6555f62f8 100644 --- a/app/components/autocomplete/channel_mention/channel_mention.js +++ b/app/components/autocomplete/channel_mention/channel_mention.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/autocomplete/channel_mention/index.js b/app/components/autocomplete/channel_mention/index.js index 04ab84fd5..c83f2d6ce 100644 --- a/app/components/autocomplete/channel_mention/index.js +++ b/app/components/autocomplete/channel_mention/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/autocomplete/channel_mention_item/channel_mention_item.js b/app/components/autocomplete/channel_mention_item/channel_mention_item.js index b76a44946..a8966a83e 100644 --- a/app/components/autocomplete/channel_mention_item/channel_mention_item.js +++ b/app/components/autocomplete/channel_mention_item/channel_mention_item.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/autocomplete/channel_mention_item/index.js b/app/components/autocomplete/channel_mention_item/index.js index 86708cdd3..12a25bb82 100644 --- a/app/components/autocomplete/channel_mention_item/index.js +++ b/app/components/autocomplete/channel_mention_item/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/autocomplete/emoji_suggestion/emoji_suggestion.js b/app/components/autocomplete/emoji_suggestion/emoji_suggestion.js index d118530ad..9c11c2e11 100644 --- a/app/components/autocomplete/emoji_suggestion/emoji_suggestion.js +++ b/app/components/autocomplete/emoji_suggestion/emoji_suggestion.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {Component} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/autocomplete/emoji_suggestion/index.js b/app/components/autocomplete/emoji_suggestion/index.js index 553f046ce..e0f179ce3 100644 --- a/app/components/autocomplete/emoji_suggestion/index.js +++ b/app/components/autocomplete/emoji_suggestion/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; import {createSelector} from 'reselect'; diff --git a/app/components/autocomplete/index.js b/app/components/autocomplete/index.js index 635413551..a8fc58db3 100644 --- a/app/components/autocomplete/index.js +++ b/app/components/autocomplete/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/autocomplete/slash_suggestion/index.js b/app/components/autocomplete/slash_suggestion/index.js index 080286c2e..123b2fefc 100644 --- a/app/components/autocomplete/slash_suggestion/index.js +++ b/app/components/autocomplete/slash_suggestion/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/autocomplete/slash_suggestion/slash_suggestion.js b/app/components/autocomplete/slash_suggestion/slash_suggestion.js index a6de87ae0..edc0a76a6 100644 --- a/app/components/autocomplete/slash_suggestion/slash_suggestion.js +++ b/app/components/autocomplete/slash_suggestion/slash_suggestion.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {Component} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/autocomplete/slash_suggestion/slash_suggestion_item.js b/app/components/autocomplete/slash_suggestion/slash_suggestion_item.js index ac3037067..adb1ea04f 100644 --- a/app/components/autocomplete/slash_suggestion/slash_suggestion_item.js +++ b/app/components/autocomplete/slash_suggestion/slash_suggestion_item.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/autocomplete/special_mention_item.js b/app/components/autocomplete/special_mention_item.js index ec1904a1a..1ce8587cc 100644 --- a/app/components/autocomplete/special_mention_item.js +++ b/app/components/autocomplete/special_mention_item.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/badge.js b/app/components/badge.js index df025736f..d74e33ea1 100644 --- a/app/components/badge.js +++ b/app/components/badge.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/button.js b/app/components/button.js index a1429c35f..b8df20efe 100644 --- a/app/components/button.js +++ b/app/components/button.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/channel_drawer/channel_drawer.js b/app/components/channel_drawer/channel_drawer.js index e1b3a79dd..0aae0f1c2 100644 --- a/app/components/channel_drawer/channel_drawer.js +++ b/app/components/channel_drawer/channel_drawer.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {Component} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/channel_drawer/channels_list/channel_item/channel_item.js b/app/components/channel_drawer/channels_list/channel_item/channel_item.js index 5c80f6bd6..9ccfffc00 100644 --- a/app/components/channel_drawer/channels_list/channel_item/channel_item.js +++ b/app/components/channel_drawer/channels_list/channel_item/channel_item.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/channel_drawer/channels_list/channel_item/channel_item.test.js b/app/components/channel_drawer/channels_list/channel_item/channel_item.test.js index e3800c561..ac661e812 100644 --- a/app/components/channel_drawer/channels_list/channel_item/channel_item.test.js +++ b/app/components/channel_drawer/channels_list/channel_item/channel_item.test.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import {configure, shallow} from 'enzyme'; diff --git a/app/components/channel_drawer/channels_list/channel_item/index.js b/app/components/channel_drawer/channels_list/channel_item/index.js index 68c0e58a0..f70703d23 100644 --- a/app/components/channel_drawer/channels_list/channel_item/index.js +++ b/app/components/channel_drawer/channels_list/channel_item/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/channel_drawer/channels_list/channels_list.js b/app/components/channel_drawer/channels_list/channels_list.js index a31b78eaf..bd8e1e4ad 100644 --- a/app/components/channel_drawer/channels_list/channels_list.js +++ b/app/components/channel_drawer/channels_list/channels_list.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/channel_drawer/channels_list/filtered_list/filtered_list.js b/app/components/channel_drawer/channels_list/filtered_list/filtered_list.js index 52deb30f9..beea9333e 100644 --- a/app/components/channel_drawer/channels_list/filtered_list/filtered_list.js +++ b/app/components/channel_drawer/channels_list/filtered_list/filtered_list.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import deepEqual from 'deep-equal'; import React, {Component} from 'react'; diff --git a/app/components/channel_drawer/channels_list/filtered_list/index.js b/app/components/channel_drawer/channels_list/filtered_list/index.js index 68f3bf3e1..1ab751b4e 100644 --- a/app/components/channel_drawer/channels_list/filtered_list/index.js +++ b/app/components/channel_drawer/channels_list/filtered_list/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/channel_drawer/channels_list/index.js b/app/components/channel_drawer/channels_list/index.js index a8fe78590..c6a38fb41 100644 --- a/app/components/channel_drawer/channels_list/index.js +++ b/app/components/channel_drawer/channels_list/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/channel_drawer/channels_list/list/index.js b/app/components/channel_drawer/channels_list/list/index.js index 22c812153..edde53767 100644 --- a/app/components/channel_drawer/channels_list/list/index.js +++ b/app/components/channel_drawer/channels_list/list/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/channel_drawer/channels_list/list/list.js b/app/components/channel_drawer/channels_list/list/list.js index d44694c5f..be07d259a 100644 --- a/app/components/channel_drawer/channels_list/list/list.js +++ b/app/components/channel_drawer/channels_list/list/list.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/channel_drawer/channels_list/switch_teams_button/index.js b/app/components/channel_drawer/channels_list/switch_teams_button/index.js index a12dd9160..aff581356 100644 --- a/app/components/channel_drawer/channels_list/switch_teams_button/index.js +++ b/app/components/channel_drawer/channels_list/switch_teams_button/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/channel_drawer/channels_list/switch_teams_button/switch_teams_button.js b/app/components/channel_drawer/channels_list/switch_teams_button/switch_teams_button.js index 04d525089..c894b3560 100644 --- a/app/components/channel_drawer/channels_list/switch_teams_button/switch_teams_button.js +++ b/app/components/channel_drawer/channels_list/switch_teams_button/switch_teams_button.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React from 'react'; diff --git a/app/components/channel_drawer/channels_list/unread_indicator/index.js b/app/components/channel_drawer/channels_list/unread_indicator/index.js index 60378fc46..1e761f704 100644 --- a/app/components/channel_drawer/channels_list/unread_indicator/index.js +++ b/app/components/channel_drawer/channels_list/unread_indicator/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/channel_drawer/drawer_swipper/drawer_swiper.js b/app/components/channel_drawer/drawer_swipper/drawer_swiper.js index 94aab311c..c1fd4d07c 100644 --- a/app/components/channel_drawer/drawer_swipper/drawer_swiper.js +++ b/app/components/channel_drawer/drawer_swipper/drawer_swiper.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {Component} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/channel_drawer/drawer_swipper/index.js b/app/components/channel_drawer/drawer_swipper/index.js index df55ae99d..ed2c45d24 100644 --- a/app/components/channel_drawer/drawer_swipper/index.js +++ b/app/components/channel_drawer/drawer_swipper/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/channel_drawer/index.js b/app/components/channel_drawer/index.js index 803fc94bd..65719d943 100644 --- a/app/components/channel_drawer/index.js +++ b/app/components/channel_drawer/index.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/channel_drawer/teams_list/index.js b/app/components/channel_drawer/teams_list/index.js index c64aaf076..6ccbccbe5 100644 --- a/app/components/channel_drawer/teams_list/index.js +++ b/app/components/channel_drawer/teams_list/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/channel_drawer/teams_list/teams_list.js b/app/components/channel_drawer/teams_list/teams_list.js index 0b705d79b..dbbd0f152 100644 --- a/app/components/channel_drawer/teams_list/teams_list.js +++ b/app/components/channel_drawer/teams_list/teams_list.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/channel_drawer/teams_list/teams_list_item/index.js b/app/components/channel_drawer/teams_list/teams_list_item/index.js index 005dc3de0..8916fc5ba 100644 --- a/app/components/channel_drawer/teams_list/teams_list_item/index.js +++ b/app/components/channel_drawer/teams_list/teams_list_item/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/channel_drawer/teams_list/teams_list_item/teams_list_item.js b/app/components/channel_drawer/teams_list/teams_list_item/teams_list_item.js index 7fdae7e05..a50207fd4 100644 --- a/app/components/channel_drawer/teams_list/teams_list_item/teams_list_item.js +++ b/app/components/channel_drawer/teams_list/teams_list_item/teams_list_item.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/channel_icon.js b/app/components/channel_icon.js index bb2fd2959..e814eba39 100644 --- a/app/components/channel_icon.js +++ b/app/components/channel_icon.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/channel_intro/channel_intro.js b/app/components/channel_intro/channel_intro.js index 9b4ffad74..937036e4c 100644 --- a/app/components/channel_intro/channel_intro.js +++ b/app/components/channel_intro/channel_intro.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/channel_intro/index.js b/app/components/channel_intro/index.js index 740a8fd17..316eca4c6 100644 --- a/app/components/channel_intro/index.js +++ b/app/components/channel_intro/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; import {createSelector} from 'reselect'; diff --git a/app/components/channel_link/channel_link.js b/app/components/channel_link/channel_link.js index df4e5fbc6..89f236591 100644 --- a/app/components/channel_link/channel_link.js +++ b/app/components/channel_link/channel_link.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/channel_link/index.js b/app/components/channel_link/index.js index 6277fad9c..ac9f385b3 100644 --- a/app/components/channel_link/index.js +++ b/app/components/channel_link/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; import {bindActionCreators} from 'redux'; diff --git a/app/components/channel_loader/channel_loader.js b/app/components/channel_loader/channel_loader.js index 05abe1268..4e2b8e66e 100644 --- a/app/components/channel_loader/channel_loader.js +++ b/app/components/channel_loader/channel_loader.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/channel_loader/index.js b/app/components/channel_loader/index.js index 88ca9f1b8..ffa398f6d 100644 --- a/app/components/channel_loader/index.js +++ b/app/components/channel_loader/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; import {getTheme} from 'mattermost-redux/selectors/entities/preferences'; diff --git a/app/components/checkmark.js b/app/components/checkmark.js index 81604162a..1c96b1248 100644 --- a/app/components/checkmark.js +++ b/app/components/checkmark.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/client_upgrade_listener/client_upgrade_listener.js b/app/components/client_upgrade_listener/client_upgrade_listener.js index dfe68a062..b8c739313 100644 --- a/app/components/client_upgrade_listener/client_upgrade_listener.js +++ b/app/components/client_upgrade_listener/client_upgrade_listener.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/client_upgrade_listener/index.js b/app/components/client_upgrade_listener/index.js index dff4da9f2..2e66b2377 100644 --- a/app/components/client_upgrade_listener/index.js +++ b/app/components/client_upgrade_listener/index.js @@ -1,3 +1,5 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/combined_system_message/combined_system_message.test.js b/app/components/combined_system_message/combined_system_message.test.js index 3823bd81e..bfd35346d 100644 --- a/app/components/combined_system_message/combined_system_message.test.js +++ b/app/components/combined_system_message/combined_system_message.test.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React from 'react'; import {configure} from 'enzyme'; diff --git a/app/components/combined_system_message/last_users.test.js b/app/components/combined_system_message/last_users.test.js index 5186e1d27..469497795 100644 --- a/app/components/combined_system_message/last_users.test.js +++ b/app/components/combined_system_message/last_users.test.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React from 'react'; import {configure} from 'enzyme'; diff --git a/app/components/conditional_touchable.js b/app/components/conditional_touchable.js index d851d660e..6df8bf070 100644 --- a/app/components/conditional_touchable.js +++ b/app/components/conditional_touchable.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React from 'react'; diff --git a/app/components/custom_flat_list.js b/app/components/custom_flat_list.js index 06100d7c2..8524732dc 100644 --- a/app/components/custom_flat_list.js +++ b/app/components/custom_flat_list.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; import {FlatList, Platform, View} from 'react-native'; diff --git a/app/components/custom_list/channel_list_row/channel_list_row.js b/app/components/custom_list/channel_list_row/channel_list_row.js index fef28076e..a4eba85fe 100644 --- a/app/components/custom_list/channel_list_row/channel_list_row.js +++ b/app/components/custom_list/channel_list_row/channel_list_row.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/custom_list/channel_list_row/index.js b/app/components/custom_list/channel_list_row/index.js index 4725f6a06..980103e48 100644 --- a/app/components/custom_list/channel_list_row/index.js +++ b/app/components/custom_list/channel_list_row/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/custom_list/custom_list_row.js b/app/components/custom_list/custom_list_row.js index 95c8d600e..08ec9fd03 100644 --- a/app/components/custom_list/custom_list_row.js +++ b/app/components/custom_list/custom_list_row.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React from 'react'; diff --git a/app/components/custom_list/index.js b/app/components/custom_list/index.js index 039dbfcfa..47cb46e49 100644 --- a/app/components/custom_list/index.js +++ b/app/components/custom_list/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; import {ListView, Platform, Text, View} from 'react-native'; diff --git a/app/components/custom_list/user_list_row/index.js b/app/components/custom_list/user_list_row/index.js index 68b1609f6..827bf7c80 100644 --- a/app/components/custom_list/user_list_row/index.js +++ b/app/components/custom_list/user_list_row/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/custom_list/user_list_row/user_list_row.js b/app/components/custom_list/user_list_row/user_list_row.js index a583b23ab..6b9b2f466 100644 --- a/app/components/custom_list/user_list_row/user_list_row.js +++ b/app/components/custom_list/user_list_row/user_list_row.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/custom_section_list.js b/app/components/custom_section_list.js index e634aafeb..d6a21affb 100644 --- a/app/components/custom_section_list.js +++ b/app/components/custom_section_list.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; import { diff --git a/app/components/deleted_post.js b/app/components/deleted_post.js index 0f78eb841..2fd248ac2 100644 --- a/app/components/deleted_post.js +++ b/app/components/deleted_post.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import {View} from 'react-native'; diff --git a/app/components/drawer.js b/app/components/drawer.js index e03131baa..73d535f6c 100644 --- a/app/components/drawer.js +++ b/app/components/drawer.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {Keyboard, Dimensions} from 'react-native'; import PropTypes from 'prop-types'; diff --git a/app/components/edit_channel_info/index.js b/app/components/edit_channel_info/index.js index 38fa8d9d2..8d1e65f6f 100644 --- a/app/components/edit_channel_info/index.js +++ b/app/components/edit_channel_info/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/emoji/emoji.js b/app/components/emoji/emoji.js index 9e2d1ba8c..689723bd5 100644 --- a/app/components/emoji/emoji.js +++ b/app/components/emoji/emoji.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/emoji/index.js b/app/components/emoji/index.js index 3bf504401..1410f591a 100644 --- a/app/components/emoji/index.js +++ b/app/components/emoji/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/emoji_picker/emoji_picker.js b/app/components/emoji_picker/emoji_picker.js index fb305c24e..10a391c0a 100644 --- a/app/components/emoji_picker/emoji_picker.js +++ b/app/components/emoji_picker/emoji_picker.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/emoji_picker/emoji_picker_row.js b/app/components/emoji_picker/emoji_picker_row.js index 2beebc33d..0c1937bab 100644 --- a/app/components/emoji_picker/emoji_picker_row.js +++ b/app/components/emoji_picker/emoji_picker_row.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {Component} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/emoji_picker/index.js b/app/components/emoji_picker/index.js index 62e83877b..faaf2e07b 100644 --- a/app/components/emoji_picker/index.js +++ b/app/components/emoji_picker/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; import {createSelector} from 'reselect'; diff --git a/app/components/error_list/error_list.js b/app/components/error_list/error_list.js index e2e453eee..ec3edc524 100644 --- a/app/components/error_list/error_list.js +++ b/app/components/error_list/error_list.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/error_list/general_error.js b/app/components/error_list/general_error.js index c886b9691..68a38ad0b 100644 --- a/app/components/error_list/general_error.js +++ b/app/components/error_list/general_error.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/error_list/index.js b/app/components/error_list/index.js index 85eb21678..38c54ec3c 100644 --- a/app/components/error_list/index.js +++ b/app/components/error_list/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/error_text.js b/app/components/error_text.js index d6c19c6a3..50976b35e 100644 --- a/app/components/error_text.js +++ b/app/components/error_text.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; import React, {PureComponent} from 'react'; diff --git a/app/components/failed_network_action/cloud.js b/app/components/failed_network_action/cloud.js index 529c87f86..3c8039a18 100644 --- a/app/components/failed_network_action/cloud.js +++ b/app/components/failed_network_action/cloud.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/failed_network_action/index.js b/app/components/failed_network_action/index.js index f8165a9bf..f2f262f37 100644 --- a/app/components/failed_network_action/index.js +++ b/app/components/failed_network_action/index.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/file_attachment_list/file_attachment.js b/app/components/file_attachment_list/file_attachment.js index 73c82fac2..8957acc88 100644 --- a/app/components/file_attachment_list/file_attachment.js +++ b/app/components/file_attachment_list/file_attachment.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/file_attachment_list/file_attachment_document.js b/app/components/file_attachment_list/file_attachment_document.js index c9846a5f0..ffe33b668 100644 --- a/app/components/file_attachment_list/file_attachment_document.js +++ b/app/components/file_attachment_list/file_attachment_document.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/file_attachment_list/file_attachment_icon.js b/app/components/file_attachment_list/file_attachment_icon.js index f2d60e096..fc9c9dfdf 100644 --- a/app/components/file_attachment_list/file_attachment_icon.js +++ b/app/components/file_attachment_list/file_attachment_icon.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/file_attachment_list/file_attachment_image.js b/app/components/file_attachment_list/file_attachment_image.js index 7afe1f3b7..204e3f019 100644 --- a/app/components/file_attachment_list/file_attachment_image.js +++ b/app/components/file_attachment_list/file_attachment_image.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/file_attachment_list/file_attachment_list.js b/app/components/file_attachment_list/file_attachment_list.js index 483ca0edc..064b7a033 100644 --- a/app/components/file_attachment_list/file_attachment_list.js +++ b/app/components/file_attachment_list/file_attachment_list.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {Component} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/file_attachment_list/index.js b/app/components/file_attachment_list/index.js index e17c21c89..d25eb58dc 100644 --- a/app/components/file_attachment_list/index.js +++ b/app/components/file_attachment_list/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/file_upload_preview/file_upload_item/file_upload_item.js b/app/components/file_upload_preview/file_upload_item/file_upload_item.js index 793a32257..10d6dbeff 100644 --- a/app/components/file_upload_preview/file_upload_item/file_upload_item.js +++ b/app/components/file_upload_preview/file_upload_item/file_upload_item.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/file_upload_preview/file_upload_item/index.js b/app/components/file_upload_preview/file_upload_item/index.js index 440e46fb0..1553c6ca8 100644 --- a/app/components/file_upload_preview/file_upload_item/index.js +++ b/app/components/file_upload_preview/file_upload_item/index.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/file_upload_preview/file_upload_preview.js b/app/components/file_upload_preview/file_upload_preview.js index d277f4a38..9a52fdcf9 100644 --- a/app/components/file_upload_preview/file_upload_preview.js +++ b/app/components/file_upload_preview/file_upload_preview.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/file_upload_preview/file_upload_remove.js b/app/components/file_upload_preview/file_upload_remove.js index 20c7c4ad7..86931d741 100644 --- a/app/components/file_upload_preview/file_upload_remove.js +++ b/app/components/file_upload_preview/file_upload_remove.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/file_upload_preview/file_upload_retry.js b/app/components/file_upload_preview/file_upload_retry.js index 03ac44789..5ca656d1b 100644 --- a/app/components/file_upload_preview/file_upload_retry.js +++ b/app/components/file_upload_preview/file_upload_retry.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/file_upload_preview/index.js b/app/components/file_upload_preview/index.js index 3e0fd8201..f829e9d54 100644 --- a/app/components/file_upload_preview/index.js +++ b/app/components/file_upload_preview/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; import {getTheme} from 'mattermost-redux/selectors/entities/preferences'; diff --git a/app/components/flag_icon.js b/app/components/flag_icon.js index a34a2158f..e65c0f967 100644 --- a/app/components/flag_icon.js +++ b/app/components/flag_icon.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/formatted_date.js b/app/components/formatted_date.js index 94d6ea315..370e51222 100644 --- a/app/components/formatted_date.js +++ b/app/components/formatted_date.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/formatted_text.js b/app/components/formatted_text.js index 9c1f59bd9..e570a93b6 100644 --- a/app/components/formatted_text.js +++ b/app/components/formatted_text.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {createElement, isValidElement} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/formatted_time.js b/app/components/formatted_time.js index 2d1e4d750..f5bf373c1 100644 --- a/app/components/formatted_time.js +++ b/app/components/formatted_time.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/layout/keyboard_layout/index.js b/app/components/layout/keyboard_layout/index.js index 4d10f39d4..3ded46bd1 100644 --- a/app/components/layout/keyboard_layout/index.js +++ b/app/components/layout/keyboard_layout/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/layout/keyboard_layout/keyboard_layout.js b/app/components/layout/keyboard_layout/keyboard_layout.js index cf342412e..4d9f4f381 100644 --- a/app/components/layout/keyboard_layout/keyboard_layout.js +++ b/app/components/layout/keyboard_layout/keyboard_layout.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/load_more_posts/index.js b/app/components/load_more_posts/index.js index 21444564f..f33c03faf 100644 --- a/app/components/load_more_posts/index.js +++ b/app/components/load_more_posts/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/load_more_posts/load_more_posts.js b/app/components/load_more_posts/load_more_posts.js index fbf594e3b..372ac84d1 100644 --- a/app/components/load_more_posts/load_more_posts.js +++ b/app/components/load_more_posts/load_more_posts.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/loading.js b/app/components/loading.js index 9a311045a..0badae57f 100644 --- a/app/components/loading.js +++ b/app/components/loading.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/markdown/index.js b/app/components/markdown/index.js index 6aaf67b21..dee1ab491 100644 --- a/app/components/markdown/index.js +++ b/app/components/markdown/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/markdown/markdown.js b/app/components/markdown/markdown.js index 34eba5f22..db91aef76 100644 --- a/app/components/markdown/markdown.js +++ b/app/components/markdown/markdown.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {Parser, Node} from 'commonmark'; import Renderer from 'commonmark-react-renderer'; diff --git a/app/components/markdown/markdown_block_quote.js b/app/components/markdown/markdown_block_quote.js index 254fbc01f..f2a10a261 100644 --- a/app/components/markdown/markdown_block_quote.js +++ b/app/components/markdown/markdown_block_quote.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/markdown/markdown_code_block/index.js b/app/components/markdown/markdown_code_block/index.js index 0188ff954..37ccabce4 100644 --- a/app/components/markdown/markdown_code_block/index.js +++ b/app/components/markdown/markdown_code_block/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/markdown/markdown_code_block/markdown_code_block.js b/app/components/markdown/markdown_code_block/markdown_code_block.js index cf44657e9..cea4808cb 100644 --- a/app/components/markdown/markdown_code_block/markdown_code_block.js +++ b/app/components/markdown/markdown_code_block/markdown_code_block.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {PropTypes} from 'prop-types'; import React from 'react'; diff --git a/app/components/markdown/markdown_image/index.js b/app/components/markdown/markdown_image/index.js index fd835145e..99f570f5d 100644 --- a/app/components/markdown/markdown_image/index.js +++ b/app/components/markdown/markdown_image/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/markdown/markdown_image/markdown_image.js b/app/components/markdown/markdown_image/markdown_image.js index ba5dd5e72..d83bab225 100644 --- a/app/components/markdown/markdown_image/markdown_image.js +++ b/app/components/markdown/markdown_image/markdown_image.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React from 'react'; diff --git a/app/components/markdown/markdown_link/index.js b/app/components/markdown/markdown_link/index.js index 411e09118..e9d171ec8 100644 --- a/app/components/markdown/markdown_link/index.js +++ b/app/components/markdown/markdown_link/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/markdown/markdown_link/markdown_link.js b/app/components/markdown/markdown_link/markdown_link.js index 41661c509..16fd35b27 100644 --- a/app/components/markdown/markdown_link/markdown_link.js +++ b/app/components/markdown/markdown_link/markdown_link.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {Children, PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/markdown/markdown_list.js b/app/components/markdown/markdown_list.js index 05e654fac..98aa457f0 100644 --- a/app/components/markdown/markdown_list.js +++ b/app/components/markdown/markdown_list.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React, {PureComponent} from 'react'; diff --git a/app/components/markdown/markdown_list_item.js b/app/components/markdown/markdown_list_item.js index 3a2bc5a30..1afb86b84 100644 --- a/app/components/markdown/markdown_list_item.js +++ b/app/components/markdown/markdown_list_item.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/markdown/markdown_table/index.js b/app/components/markdown/markdown_table/index.js index 9ebce02c9..e3e37c016 100644 --- a/app/components/markdown/markdown_table/index.js +++ b/app/components/markdown/markdown_table/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/markdown/markdown_table/markdown_table.js b/app/components/markdown/markdown_table/markdown_table.js index bfa21faaa..dbf9e0f74 100644 --- a/app/components/markdown/markdown_table/markdown_table.js +++ b/app/components/markdown/markdown_table/markdown_table.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {PropTypes} from 'prop-types'; import React from 'react'; diff --git a/app/components/markdown/markdown_table_cell/index.js b/app/components/markdown/markdown_table_cell/index.js index 86a867039..450c07056 100644 --- a/app/components/markdown/markdown_table_cell/index.js +++ b/app/components/markdown/markdown_table_cell/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/markdown/markdown_table_cell/markdown_table_cell.js b/app/components/markdown/markdown_table_cell/markdown_table_cell.js index a804885dc..a79f33f5b 100644 --- a/app/components/markdown/markdown_table_cell/markdown_table_cell.js +++ b/app/components/markdown/markdown_table_cell/markdown_table_cell.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React from 'react'; diff --git a/app/components/markdown/markdown_table_image/index.js b/app/components/markdown/markdown_table_image/index.js index 31a60e87b..96174a3a8 100644 --- a/app/components/markdown/markdown_table_image/index.js +++ b/app/components/markdown/markdown_table_image/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/markdown/markdown_table_image/markdown_table_image.js b/app/components/markdown/markdown_table_image/markdown_table_image.js index 858bd733a..c75942201 100644 --- a/app/components/markdown/markdown_table_image/markdown_table_image.js +++ b/app/components/markdown/markdown_table_image/markdown_table_image.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {PropTypes} from 'prop-types'; import React from 'react'; diff --git a/app/components/markdown/markdown_table_row/index.js b/app/components/markdown/markdown_table_row/index.js index 0040c4f73..ce6b80d3b 100644 --- a/app/components/markdown/markdown_table_row/index.js +++ b/app/components/markdown/markdown_table_row/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/markdown/markdown_table_row/markdown_table_row.js b/app/components/markdown/markdown_table_row/markdown_table_row.js index 0fa2443cd..a23f01a9a 100644 --- a/app/components/markdown/markdown_table_row/markdown_table_row.js +++ b/app/components/markdown/markdown_table_row/markdown_table_row.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React from 'react'; diff --git a/app/components/markdown/transform.js b/app/components/markdown/transform.js index a7e5aa898..92d9f8cfe 100644 --- a/app/components/markdown/transform.js +++ b/app/components/markdown/transform.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {Node} from 'commonmark'; diff --git a/app/components/markdown/transform.test.js b/app/components/markdown/transform.test.js index 8284e8611..397c07fb2 100644 --- a/app/components/markdown/transform.test.js +++ b/app/components/markdown/transform.test.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import assert from 'assert'; import {Node, Parser} from 'commonmark'; diff --git a/app/components/message_attachments/index.js b/app/components/message_attachments/index.js index ac08deabb..20cbf4eb4 100644 --- a/app/components/message_attachments/index.js +++ b/app/components/message_attachments/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import {View} from 'react-native'; diff --git a/app/components/message_attachments/interactive_action/index.js b/app/components/message_attachments/interactive_action/index.js index 8727de639..33fc531ce 100644 --- a/app/components/message_attachments/interactive_action/index.js +++ b/app/components/message_attachments/interactive_action/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/message_attachments/interactive_action/interactive_action.js b/app/components/message_attachments/interactive_action/interactive_action.js index 9d258f98b..0a3f33bde 100644 --- a/app/components/message_attachments/interactive_action/interactive_action.js +++ b/app/components/message_attachments/interactive_action/interactive_action.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import {Text} from 'react-native'; diff --git a/app/components/message_attachments/message_attachment.js b/app/components/message_attachments/message_attachment.js index 96bdf7e34..4ad1fdc9f 100644 --- a/app/components/message_attachments/message_attachment.js +++ b/app/components/message_attachments/message_attachment.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/no_results.js b/app/components/no_results.js index b255917cc..a165c1410 100644 --- a/app/components/no_results.js +++ b/app/components/no_results.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/offline_indicator/index.js b/app/components/offline_indicator/index.js index c1d9a2355..6d2121a61 100644 --- a/app/components/offline_indicator/index.js +++ b/app/components/offline_indicator/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/offline_indicator/offline_indicator.js b/app/components/offline_indicator/offline_indicator.js index b98b979b9..80d2d38f9 100644 --- a/app/components/offline_indicator/offline_indicator.js +++ b/app/components/offline_indicator/offline_indicator.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {Component} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/options_context/index.js b/app/components/options_context/index.js index a9b2ea226..98c033d65 100644 --- a/app/components/options_context/index.js +++ b/app/components/options_context/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. // Used to leverage the platform specific components import OptionsContext from './options_context'; diff --git a/app/components/options_context/options_context.android.js b/app/components/options_context/options_context.android.js index fd56f07e0..2f1c63a93 100644 --- a/app/components/options_context/options_context.android.js +++ b/app/components/options_context/options_context.android.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/options_context/options_context.ios.js b/app/components/options_context/options_context.ios.js index 16b4786a2..9c3fe3896 100644 --- a/app/components/options_context/options_context.ios.js +++ b/app/components/options_context/options_context.ios.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/paper_plane.js b/app/components/paper_plane.js index 741988fef..4e7e3d70f 100644 --- a/app/components/paper_plane.js +++ b/app/components/paper_plane.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/post/index.js b/app/components/post/index.js index 55c5a1ca1..bf1a3cc34 100644 --- a/app/components/post/index.js +++ b/app/components/post/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; import {bindActionCreators} from 'redux'; diff --git a/app/components/post/post.js b/app/components/post/post.js index 9f67070bc..86bc46f22 100644 --- a/app/components/post/post.js +++ b/app/components/post/post.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/post_add_channel_member/index.js b/app/components/post_add_channel_member/index.js index 06982d656..49b14c23a 100644 --- a/app/components/post_add_channel_member/index.js +++ b/app/components/post_add_channel_member/index.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; import {bindActionCreators} from 'redux'; diff --git a/app/components/post_add_channel_member/post_add_channel_member.js b/app/components/post_add_channel_member/post_add_channel_member.js index 8a16a3026..b981e18c2 100644 --- a/app/components/post_add_channel_member/post_add_channel_member.js +++ b/app/components/post_add_channel_member/post_add_channel_member.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React from 'react'; diff --git a/app/components/post_attachment_opengraph/index.js b/app/components/post_attachment_opengraph/index.js index 503b7aacb..3c003ff32 100644 --- a/app/components/post_attachment_opengraph/index.js +++ b/app/components/post_attachment_opengraph/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; import {bindActionCreators} from 'redux'; diff --git a/app/components/post_attachment_opengraph/post_attachment_opengraph.js b/app/components/post_attachment_opengraph/post_attachment_opengraph.js index bf3cf8fd4..15da1affc 100644 --- a/app/components/post_attachment_opengraph/post_attachment_opengraph.js +++ b/app/components/post_attachment_opengraph/post_attachment_opengraph.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/post_body/index.js b/app/components/post_body/index.js index 484d0d76e..cdb23d2d0 100644 --- a/app/components/post_body/index.js +++ b/app/components/post_body/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; import {bindActionCreators} from 'redux'; diff --git a/app/components/post_body/post_body.js b/app/components/post_body/post_body.js index 4f9024f0a..3d939bc37 100644 --- a/app/components/post_body/post_body.js +++ b/app/components/post_body/post_body.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/post_body_additional_content/index.js b/app/components/post_body_additional_content/index.js index 554645159..9c49294a1 100644 --- a/app/components/post_body_additional_content/index.js +++ b/app/components/post_body_additional_content/index.js @@ -1,8 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. - -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/post_body_additional_content/post_body_additional_content.js b/app/components/post_body_additional_content/post_body_additional_content.js index f22586c29..2c29d0828 100644 --- a/app/components/post_body_additional_content/post_body_additional_content.js +++ b/app/components/post_body_additional_content/post_body_additional_content.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/post_header/index.js b/app/components/post_header/index.js index 1cffd865e..bbff47f49 100644 --- a/app/components/post_header/index.js +++ b/app/components/post_header/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/post_header/post_header.js b/app/components/post_header/post_header.js index e14cd0eb5..35264f164 100644 --- a/app/components/post_header/post_header.js +++ b/app/components/post_header/post_header.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/post_list/date_header/date_header.js b/app/components/post_list/date_header/date_header.js index 4d7aafafe..9e5d2c47f 100644 --- a/app/components/post_list/date_header/date_header.js +++ b/app/components/post_list/date_header/date_header.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/post_list/date_header/index.js b/app/components/post_list/date_header/index.js index 7a48ae953..84426808c 100644 --- a/app/components/post_list/date_header/index.js +++ b/app/components/post_list/date_header/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/post_list/index.js b/app/components/post_list/index.js index 8163f9f05..4122ee46a 100644 --- a/app/components/post_list/index.js +++ b/app/components/post_list/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/post_list/new_messages_divider.js b/app/components/post_list/new_messages_divider.js index 1cb7ce3cb..1e87f2457 100644 --- a/app/components/post_list/new_messages_divider.js +++ b/app/components/post_list/new_messages_divider.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/post_list/post_list.js b/app/components/post_list/post_list.js index d5d3bd502..4e2c07f2f 100644 --- a/app/components/post_list/post_list.js +++ b/app/components/post_list/post_list.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/post_list/with_layout.js b/app/components/post_list/with_layout.js index fd4774685..dcef92225 100644 --- a/app/components/post_list/with_layout.js +++ b/app/components/post_list/with_layout.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/post_list_retry.js b/app/components/post_list_retry.js index ed6297234..70c0c8d24 100644 --- a/app/components/post_list_retry.js +++ b/app/components/post_list_retry.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/post_profile_picture/index.js b/app/components/post_profile_picture/index.js index bf78f3cef..243e5d17b 100644 --- a/app/components/post_profile_picture/index.js +++ b/app/components/post_profile_picture/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/post_profile_picture/post_profile_picture.js b/app/components/post_profile_picture/post_profile_picture.js index fe5302491..631c3aa18 100644 --- a/app/components/post_profile_picture/post_profile_picture.js +++ b/app/components/post_profile_picture/post_profile_picture.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/post_separator.js b/app/components/post_separator.js index bd9c7c1a2..0cc37340c 100644 --- a/app/components/post_separator.js +++ b/app/components/post_separator.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/post_textbox/components/paper_clip_icon.js b/app/components/post_textbox/components/paper_clip_icon.js index 4f299f641..2df0c2539 100644 --- a/app/components/post_textbox/components/paper_clip_icon.js +++ b/app/components/post_textbox/components/paper_clip_icon.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {Component} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/post_textbox/components/typing/index.js b/app/components/post_textbox/components/typing/index.js index 44f1677a9..0bbcb2a54 100644 --- a/app/components/post_textbox/components/typing/index.js +++ b/app/components/post_textbox/components/typing/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/post_textbox/components/typing/typing.js b/app/components/post_textbox/components/typing/typing.js index 145a144a8..a60a27f61 100644 --- a/app/components/post_textbox/components/typing/typing.js +++ b/app/components/post_textbox/components/typing/typing.js @@ -1,3 +1,5 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; import { diff --git a/app/components/post_textbox/index.js b/app/components/post_textbox/index.js index 4c2e4f7cf..1821a9be4 100644 --- a/app/components/post_textbox/index.js +++ b/app/components/post_textbox/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/post_textbox/post_textbox.js b/app/components/post_textbox/post_textbox.js index 38c425355..5160e6b74 100644 --- a/app/components/post_textbox/post_textbox.js +++ b/app/components/post_textbox/post_textbox.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/profile_picture/index.js b/app/components/profile_picture/index.js index ba443ff54..9c76e0c0c 100644 --- a/app/components/profile_picture/index.js +++ b/app/components/profile_picture/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/profile_picture/profile_picture.js b/app/components/profile_picture/profile_picture.js index 42668125e..567f72a98 100644 --- a/app/components/profile_picture/profile_picture.js +++ b/app/components/profile_picture/profile_picture.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/progressive_image/index.js b/app/components/progressive_image/index.js index a4d517348..09701f438 100644 --- a/app/components/progressive_image/index.js +++ b/app/components/progressive_image/index.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/progressive_image/progressive_image.js b/app/components/progressive_image/progressive_image.js index 4b4328c8d..54e1e4633 100644 --- a/app/components/progressive_image/progressive_image.js +++ b/app/components/progressive_image/progressive_image.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/radio_button/index.js b/app/components/radio_button/index.js index 06a5085b9..a7b8953b3 100644 --- a/app/components/radio_button/index.js +++ b/app/components/radio_button/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import RadioButton from './radio_button'; import RadioButtonGroup from './radio_button_group'; diff --git a/app/components/radio_button/radio_button.js b/app/components/radio_button/radio_button.js index 8f21993ac..c1a53dc8a 100644 --- a/app/components/radio_button/radio_button.js +++ b/app/components/radio_button/radio_button.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; import React, {PureComponent} from 'react'; diff --git a/app/components/radio_button/radio_button_group.js b/app/components/radio_button/radio_button_group.js index 532458f85..92728608b 100644 --- a/app/components/radio_button/radio_button_group.js +++ b/app/components/radio_button/radio_button_group.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/reactions/index.js b/app/components/reactions/index.js index 87eb85abd..01defaa1b 100644 --- a/app/components/reactions/index.js +++ b/app/components/reactions/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; import {bindActionCreators} from 'redux'; diff --git a/app/components/reactions/reaction.js b/app/components/reactions/reaction.js index bad566759..c88de226b 100644 --- a/app/components/reactions/reaction.js +++ b/app/components/reactions/reaction.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/reactions/reactions.js b/app/components/reactions/reactions.js index 377550f7c..bf844da4c 100644 --- a/app/components/reactions/reactions.js +++ b/app/components/reactions/reactions.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/refresh_list/index.js b/app/components/refresh_list/index.js index 8678bbda8..7ed80de97 100644 --- a/app/components/refresh_list/index.js +++ b/app/components/refresh_list/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/refresh_list/refresh_list.js b/app/components/refresh_list/refresh_list.js index 1d5b7944a..f2bc209d7 100644 --- a/app/components/refresh_list/refresh_list.js +++ b/app/components/refresh_list/refresh_list.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import {RefreshControl} from 'react-native'; diff --git a/app/components/reply_icon.js b/app/components/reply_icon.js index 74eba5757..902406e5d 100644 --- a/app/components/reply_icon.js +++ b/app/components/reply_icon.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/retry_bar_indicator/index.js b/app/components/retry_bar_indicator/index.js index fe95204a3..e1d893f95 100644 --- a/app/components/retry_bar_indicator/index.js +++ b/app/components/retry_bar_indicator/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/retry_bar_indicator/retry_bar_indicator.js b/app/components/retry_bar_indicator/retry_bar_indicator.js index 7b4200520..0cb943b55 100644 --- a/app/components/retry_bar_indicator/retry_bar_indicator.js +++ b/app/components/retry_bar_indicator/retry_bar_indicator.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; import { diff --git a/app/components/root/index.js b/app/components/root/index.js index c2604740c..befcce969 100644 --- a/app/components/root/index.js +++ b/app/components/root/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/root/root.js b/app/components/root/root.js index 59b0632c9..5617fd42d 100644 --- a/app/components/root/root.js +++ b/app/components/root/root.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/safe_area_view/index.js b/app/components/safe_area_view/index.js index d1b3f743e..f70a5245d 100644 --- a/app/components/safe_area_view/index.js +++ b/app/components/safe_area_view/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/safe_area_view/safe_area_view.android.js b/app/components/safe_area_view/safe_area_view.android.js index fae19f966..c0e5bfa31 100644 --- a/app/components/safe_area_view/safe_area_view.android.js +++ b/app/components/safe_area_view/safe_area_view.android.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/safe_area_view/safe_area_view.ios.js b/app/components/safe_area_view/safe_area_view.ios.js index 8e648001e..359de6d55 100644 --- a/app/components/safe_area_view/safe_area_view.ios.js +++ b/app/components/safe_area_view/safe_area_view.ios.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/search_bar/index.js b/app/components/search_bar/index.js index 1a1c93600..5e646b1ca 100644 --- a/app/components/search_bar/index.js +++ b/app/components/search_bar/index.js @@ -1,6 +1,4 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. - -// Used to leverage the platform specific components +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import SearchBar from './search_bar'; export default SearchBar; diff --git a/app/components/search_bar/search_bar.android.js b/app/components/search_bar/search_bar.android.js index f0ecda7c2..9c0ef6750 100644 --- a/app/components/search_bar/search_bar.android.js +++ b/app/components/search_bar/search_bar.android.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; import { diff --git a/app/components/search_bar/search_bar.ios.js b/app/components/search_bar/search_bar.ios.js index 1fad511c3..c5d7d5139 100644 --- a/app/components/search_bar/search_bar.ios.js +++ b/app/components/search_bar/search_bar.ios.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React, {PureComponent} from 'react'; diff --git a/app/components/search_bar/search_box.js b/app/components/search_bar/search_box.js index 2d6061a1e..07ab94aac 100644 --- a/app/components/search_bar/search_box.js +++ b/app/components/search_bar/search_box.js @@ -1,6 +1,5 @@ -// Copyright (c) 2017 Crabstudio. -// Modified work: Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {Component} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/settings_drawer/drawer_item.js b/app/components/settings_drawer/drawer_item.js index a8778a41f..6304585ab 100644 --- a/app/components/settings_drawer/drawer_item.js +++ b/app/components/settings_drawer/drawer_item.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/settings_drawer/index.js b/app/components/settings_drawer/index.js index 9e61b5b11..cb8fd4ef9 100644 --- a/app/components/settings_drawer/index.js +++ b/app/components/settings_drawer/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/components/settings_drawer/settings_drawer.js b/app/components/settings_drawer/settings_drawer.js index b0401f55c..8a26c0fb5 100644 --- a/app/components/settings_drawer/settings_drawer.js +++ b/app/components/settings_drawer/settings_drawer.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/settings_drawer/status_label/index.js b/app/components/settings_drawer/status_label/index.js index f283550f5..6c25bffd9 100644 --- a/app/components/settings_drawer/status_label/index.js +++ b/app/components/settings_drawer/status_label/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/settings_drawer/status_label/status_label.js b/app/components/settings_drawer/status_label/status_label.js index 62ca740a8..f57d32c4b 100644 --- a/app/components/settings_drawer/status_label/status_label.js +++ b/app/components/settings_drawer/status_label/status_label.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/settings_drawer/user_info/index.js b/app/components/settings_drawer/user_info/index.js index f518adc72..47e30c0f7 100644 --- a/app/components/settings_drawer/user_info/index.js +++ b/app/components/settings_drawer/user_info/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/settings_drawer/user_info/user_info.js b/app/components/settings_drawer/user_info/user_info.js index cb0e320ac..161906ad8 100644 --- a/app/components/settings_drawer/user_info/user_info.js +++ b/app/components/settings_drawer/user_info/user_info.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/start/empty_toolbar.js b/app/components/start/empty_toolbar.js index 87b9dc59a..a5d99c3a1 100644 --- a/app/components/start/empty_toolbar.js +++ b/app/components/start/empty_toolbar.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/status_bar/index.js b/app/components/status_bar/index.js index 1e0e5a378..5f4245faa 100644 --- a/app/components/status_bar/index.js +++ b/app/components/status_bar/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/status_bar/status_bar.js b/app/components/status_bar/status_bar.js index 446477929..e06f0a6cf 100644 --- a/app/components/status_bar/status_bar.js +++ b/app/components/status_bar/status_bar.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/status_icons/archive_icon.js b/app/components/status_icons/archive_icon.js index 3e65c975d..a1e4086ec 100644 --- a/app/components/status_icons/archive_icon.js +++ b/app/components/status_icons/archive_icon.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/status_icons/away_avatar.js b/app/components/status_icons/away_avatar.js index ba835fd0d..da5557244 100644 --- a/app/components/status_icons/away_avatar.js +++ b/app/components/status_icons/away_avatar.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/status_icons/away_icon.js b/app/components/status_icons/away_icon.js index 52bbec9c6..c5d75a543 100644 --- a/app/components/status_icons/away_icon.js +++ b/app/components/status_icons/away_icon.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/status_icons/dnd_avatar.js b/app/components/status_icons/dnd_avatar.js index 316954ebf..83778d59e 100644 --- a/app/components/status_icons/dnd_avatar.js +++ b/app/components/status_icons/dnd_avatar.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/status_icons/dnd_icon.js b/app/components/status_icons/dnd_icon.js index 20ac09ee8..9aa8578cf 100644 --- a/app/components/status_icons/dnd_icon.js +++ b/app/components/status_icons/dnd_icon.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/status_icons/index.js b/app/components/status_icons/index.js index 32a358c6f..d16651d0f 100644 --- a/app/components/status_icons/index.js +++ b/app/components/status_icons/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import ArchiveIcon from './archive_icon'; import AwayAvatar from './away_avatar'; diff --git a/app/components/status_icons/offline_avatar.js b/app/components/status_icons/offline_avatar.js index e4e163f57..e2094c551 100644 --- a/app/components/status_icons/offline_avatar.js +++ b/app/components/status_icons/offline_avatar.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/status_icons/offline_icon.js b/app/components/status_icons/offline_icon.js index 0497bee43..45c530187 100644 --- a/app/components/status_icons/offline_icon.js +++ b/app/components/status_icons/offline_icon.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/status_icons/online_avatar.js b/app/components/status_icons/online_avatar.js index e14ba2710..96764dc1f 100644 --- a/app/components/status_icons/online_avatar.js +++ b/app/components/status_icons/online_avatar.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/status_icons/online_icon.js b/app/components/status_icons/online_icon.js index f8cd4ef52..68a40a10c 100644 --- a/app/components/status_icons/online_icon.js +++ b/app/components/status_icons/online_icon.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/swiper.js b/app/components/swiper.js index d6328edf4..b4a152c23 100644 --- a/app/components/swiper.js +++ b/app/components/swiper.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/team_icon/index.js b/app/components/team_icon/index.js index e9cef2a6b..ae8fddde1 100644 --- a/app/components/team_icon/index.js +++ b/app/components/team_icon/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/team_icon/team_icon.js b/app/components/team_icon/team_icon.js index ff43c4cfa..5151c3e2e 100644 --- a/app/components/team_icon/team_icon.js +++ b/app/components/team_icon/team_icon.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/text_input_with_localized_placeholder.js b/app/components/text_input_with_localized_placeholder.js index d02a8a5c3..9b325b416 100644 --- a/app/components/text_input_with_localized_placeholder.js +++ b/app/components/text_input_with_localized_placeholder.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/tooltip.js b/app/components/tooltip.js index ac5f6a0fb..5e92bf858 100644 --- a/app/components/tooltip.js +++ b/app/components/tooltip.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/components/user_status/index.js b/app/components/user_status/index.js index cbc3f428b..c99c8553d 100644 --- a/app/components/user_status/index.js +++ b/app/components/user_status/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/user_status/user_status.js b/app/components/user_status/user_status.js index 6753d3450..b2b4fedc5 100644 --- a/app/components/user_status/user_status.js +++ b/app/components/user_status/user_status.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import {Image} from 'react-native'; diff --git a/app/components/vector_icon.js b/app/components/vector_icon.js index bc162fea7..e074021d7 100644 --- a/app/components/vector_icon.js +++ b/app/components/vector_icon.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React, {PureComponent} from 'react'; diff --git a/app/components/video_controls.js b/app/components/video_controls.js index ba2656665..abf35da5b 100644 --- a/app/components/video_controls.js +++ b/app/components/video_controls.js @@ -1,6 +1,8 @@ +/* eslint-disable header/header */ + // Copyright (c) 2016-2017 Charles. -// Modified work: Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Modified work: Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/constants/autocomplete.js b/app/constants/autocomplete.js index c72599a85..220a269cb 100644 --- a/app/constants/autocomplete.js +++ b/app/constants/autocomplete.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. export const AT_MENTION_REGEX = /\B(@([^@\r\n\s]*))$/i; diff --git a/app/constants/custom_prop_types.js b/app/constants/custom_prop_types.js index b66ef7f95..48442dec8 100644 --- a/app/constants/custom_prop_types.js +++ b/app/constants/custom_prop_types.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; diff --git a/app/constants/device.js b/app/constants/device.js index 2bd3facda..02e03ba00 100644 --- a/app/constants/device.js +++ b/app/constants/device.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import keyMirror from 'mattermost-redux/utils/key_mirror'; import RNFetchBlobFS from 'react-native-fetch-blob/fs'; diff --git a/app/constants/index.js b/app/constants/index.js index db86062d1..28c0c18bd 100644 --- a/app/constants/index.js +++ b/app/constants/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import DeviceTypes from './device'; import ListTypes from './list'; diff --git a/app/constants/list.js b/app/constants/list.js index 2e2146708..8159991d7 100644 --- a/app/constants/list.js +++ b/app/constants/list.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. const VISIBILITY_CONFIG_DEFAULTS = { viewAreaCoveragePercentThreshold: 3, diff --git a/app/constants/navigation.js b/app/constants/navigation.js index 535240dd0..e781be3c3 100644 --- a/app/constants/navigation.js +++ b/app/constants/navigation.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import keyMirror from 'mattermost-redux/utils/key_mirror'; diff --git a/app/constants/permissions.js b/app/constants/permissions.js index 616eab79a..f4cb87a4b 100644 --- a/app/constants/permissions.js +++ b/app/constants/permissions.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. export default { AUTHORIZED: 'authorized', diff --git a/app/constants/post_textbox.js b/app/constants/post_textbox.js index f8c5aed83..5fb49b426 100644 --- a/app/constants/post_textbox.js +++ b/app/constants/post_textbox.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {Platform} from 'react-native'; diff --git a/app/constants/view.js b/app/constants/view.js index 80bd25d9d..d66d8997d 100644 --- a/app/constants/view.js +++ b/app/constants/view.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import keyMirror from 'mattermost-redux/utils/key_mirror'; diff --git a/app/i18n/index.js b/app/i18n/index.js index 9ce1bdc05..618fd49fb 100644 --- a/app/i18n/index.js +++ b/app/i18n/index.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import 'intl'; import {addLocaleData} from 'react-intl'; diff --git a/app/initial_state.js b/app/initial_state.js index 7fc908623..cb8645330 100644 --- a/app/initial_state.js +++ b/app/initial_state.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import Config from 'assets/config.json'; diff --git a/app/mattermost.js b/app/mattermost.js index 326e14af6..fe6a5bf61 100644 --- a/app/mattermost.js +++ b/app/mattermost.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. /* eslint-disable global-require*/ import { diff --git a/app/mattermost_bucket/index.js b/app/mattermost_bucket/index.js index a7c928c63..a1a39eabe 100644 --- a/app/mattermost_bucket/index.js +++ b/app/mattermost_bucket/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {NativeModules, Platform} from 'react-native'; diff --git a/app/mattermost_managed/index.js b/app/mattermost_managed/index.js index 64af5be50..1f342cf10 100644 --- a/app/mattermost_managed/index.js +++ b/app/mattermost_managed/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. // Used to leverage the platform specific components import MattermostManaged from './mattermost-managed'; diff --git a/app/mattermost_managed/mattermost-managed.android.js b/app/mattermost_managed/mattermost-managed.android.js index 9fef9d4fa..2e3f78adf 100644 --- a/app/mattermost_managed/mattermost-managed.android.js +++ b/app/mattermost_managed/mattermost-managed.android.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {BackHandler, NativeModules, DeviceEventEmitter} from 'react-native'; import LocalAuth from 'react-native-local-auth'; diff --git a/app/mattermost_managed/mattermost-managed.ios.js b/app/mattermost_managed/mattermost-managed.ios.js index db515973a..01c134993 100644 --- a/app/mattermost_managed/mattermost-managed.ios.js +++ b/app/mattermost_managed/mattermost-managed.ios.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {NativeModules, DeviceEventEmitter} from 'react-native'; import LocalAuth from 'react-native-local-auth'; import JailMonkey from 'jail-monkey'; diff --git a/app/notification_preferences/index.js b/app/notification_preferences/index.js index cc94e1a6c..f358e0512 100644 --- a/app/notification_preferences/index.js +++ b/app/notification_preferences/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import NotificationPreferences from './notification_preferences'; export default NotificationPreferences; diff --git a/app/notification_preferences/notification_preferences.android.js b/app/notification_preferences/notification_preferences.android.js index dbb8811d1..e0513f14a 100644 --- a/app/notification_preferences/notification_preferences.android.js +++ b/app/notification_preferences/notification_preferences.android.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {NativeModules, PermissionsAndroid} from 'react-native'; diff --git a/app/notification_preferences/notification_preferences.ios.js b/app/notification_preferences/notification_preferences.ios.js index d0f253e42..757cb4cfe 100644 --- a/app/notification_preferences/notification_preferences.ios.js +++ b/app/notification_preferences/notification_preferences.ios.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. export default { getPreferences: async () => null, diff --git a/app/push_notifications/index.js b/app/push_notifications/index.js index bc5f085dc..18cb48205 100644 --- a/app/push_notifications/index.js +++ b/app/push_notifications/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PushNotifications from './push_notifications'; export default PushNotifications; diff --git a/app/push_notifications/push_notifications.android.js b/app/push_notifications/push_notifications.android.js index 9af06dab9..3b466f118 100644 --- a/app/push_notifications/push_notifications.android.js +++ b/app/push_notifications/push_notifications.android.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {AppRegistry, AppState} from 'react-native'; import {NotificationsAndroid, PendingNotifications} from 'react-native-notifications'; diff --git a/app/push_notifications/push_notifications.ios.js b/app/push_notifications/push_notifications.ios.js index 3766cd474..e62af1807 100644 --- a/app/push_notifications/push_notifications.ios.js +++ b/app/push_notifications/push_notifications.ios.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {AppState} from 'react-native'; import NotificationsIOS, {NotificationAction, NotificationCategory} from 'react-native-notifications'; diff --git a/app/reducers/app/build.js b/app/reducers/app/build.js index 2fb04f960..42ead2c19 100644 --- a/app/reducers/app/build.js +++ b/app/reducers/app/build.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. export default function build(state = '') { return state; diff --git a/app/reducers/app/index.js b/app/reducers/app/index.js index 8829b2fb0..814ba1094 100644 --- a/app/reducers/app/index.js +++ b/app/reducers/app/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {combineReducers} from 'redux'; diff --git a/app/reducers/app/version.js b/app/reducers/app/version.js index 1b8c813f4..44510c899 100644 --- a/app/reducers/app/version.js +++ b/app/reducers/app/version.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. export default function version(state = '') { return state; diff --git a/app/reducers/device/connection.js b/app/reducers/device/connection.js index 76f7fbe28..744596225 100644 --- a/app/reducers/device/connection.js +++ b/app/reducers/device/connection.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {UserTypes} from 'mattermost-redux/action_types'; import {DeviceTypes} from 'app/constants'; diff --git a/app/reducers/device/dimension.js b/app/reducers/device/dimension.js index fb44781ff..eb4ea0865 100644 --- a/app/reducers/device/dimension.js +++ b/app/reducers/device/dimension.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {Dimensions} from 'react-native'; diff --git a/app/reducers/device/index.js b/app/reducers/device/index.js index ffd4a7692..14a8e351d 100644 --- a/app/reducers/device/index.js +++ b/app/reducers/device/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {combineReducers} from 'redux'; diff --git a/app/reducers/device/is_tablet.js b/app/reducers/device/is_tablet.js index d079d73ee..f780d7f95 100644 --- a/app/reducers/device/is_tablet.js +++ b/app/reducers/device/is_tablet.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {DeviceTypes} from 'app/constants'; diff --git a/app/reducers/device/orientation.js b/app/reducers/device/orientation.js index 8b1ebab2e..2a119f105 100644 --- a/app/reducers/device/orientation.js +++ b/app/reducers/device/orientation.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {DeviceTypes} from 'app/constants'; diff --git a/app/reducers/device/status_bar.js b/app/reducers/device/status_bar.js index 1b1859ec2..e4a662f51 100644 --- a/app/reducers/device/status_bar.js +++ b/app/reducers/device/status_bar.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {DeviceTypes} from 'app/constants'; diff --git a/app/reducers/device/websocket.js b/app/reducers/device/websocket.js index d57548079..803e8fdde 100644 --- a/app/reducers/device/websocket.js +++ b/app/reducers/device/websocket.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {GeneralTypes, UserTypes} from 'mattermost-redux/action_types'; diff --git a/app/reducers/index.js b/app/reducers/index.js index 74715ce9f..41af49601 100644 --- a/app/reducers/index.js +++ b/app/reducers/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import app from './app'; import device from './device'; diff --git a/app/reducers/navigation/index.js b/app/reducers/navigation/index.js index b6dc942f7..cebb69883 100644 --- a/app/reducers/navigation/index.js +++ b/app/reducers/navigation/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {NavigationTypes} from 'app/constants'; import {UserTypes} from 'mattermost-redux/action_types'; diff --git a/app/reducers/views/announcement.js b/app/reducers/views/announcement.js index db16ea005..2ab8073b4 100644 --- a/app/reducers/views/announcement.js +++ b/app/reducers/views/announcement.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {UserTypes} from 'mattermost-redux/action_types'; diff --git a/app/reducers/views/channel.js b/app/reducers/views/channel.js index 7fa7a763b..2397f3f78 100644 --- a/app/reducers/views/channel.js +++ b/app/reducers/views/channel.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {combineReducers} from 'redux'; import { diff --git a/app/reducers/views/client_upgrade.js b/app/reducers/views/client_upgrade.js index ae7fab794..ed710e8a7 100644 --- a/app/reducers/views/client_upgrade.js +++ b/app/reducers/views/client_upgrade.js @@ -1,3 +1,5 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. const initialState = { lastUpdateCheck: 0, }; diff --git a/app/reducers/views/emoji.js b/app/reducers/views/emoji.js index ae9135c4a..19ee2fad0 100644 --- a/app/reducers/views/emoji.js +++ b/app/reducers/views/emoji.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {combineReducers} from 'redux'; import {UserTypes} from 'mattermost-redux/action_types'; diff --git a/app/reducers/views/extension.js b/app/reducers/views/extension.js index dd1221767..826ffb5cc 100644 --- a/app/reducers/views/extension.js +++ b/app/reducers/views/extension.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {combineReducers} from 'redux'; import {ViewTypes} from 'app/constants'; diff --git a/app/reducers/views/i18n.js b/app/reducers/views/i18n.js index f1c1964ce..f4a1cd2a0 100644 --- a/app/reducers/views/i18n.js +++ b/app/reducers/views/i18n.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {combineReducers} from 'redux'; import DeviceInfo from 'react-native-device-info'; diff --git a/app/reducers/views/index.js b/app/reducers/views/index.js index e9abcc4ca..3a92db4e2 100644 --- a/app/reducers/views/index.js +++ b/app/reducers/views/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {combineReducers} from 'redux'; diff --git a/app/reducers/views/login.js b/app/reducers/views/login.js index d8b607358..54c7c9194 100644 --- a/app/reducers/views/login.js +++ b/app/reducers/views/login.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {combineReducers} from 'redux'; import {UserTypes} from 'mattermost-redux/action_types'; diff --git a/app/reducers/views/recent_emojis.js b/app/reducers/views/recent_emojis.js index c40108375..c84264b98 100644 --- a/app/reducers/views/recent_emojis.js +++ b/app/reducers/views/recent_emojis.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {ViewTypes} from 'app/constants'; diff --git a/app/reducers/views/root.js b/app/reducers/views/root.js index 1dd0b5566..6c000c4a3 100644 --- a/app/reducers/views/root.js +++ b/app/reducers/views/root.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {combineReducers} from 'redux'; diff --git a/app/reducers/views/search.js b/app/reducers/views/search.js index 61b34e89a..d7e16bdeb 100644 --- a/app/reducers/views/search.js +++ b/app/reducers/views/search.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {ViewTypes} from 'app/constants'; import {UserTypes} from 'mattermost-redux/action_types'; diff --git a/app/reducers/views/select_server.js b/app/reducers/views/select_server.js index d613864bf..ea9fb04f4 100644 --- a/app/reducers/views/select_server.js +++ b/app/reducers/views/select_server.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {combineReducers} from 'redux'; diff --git a/app/reducers/views/team.js b/app/reducers/views/team.js index 1ddfdf415..c89a89593 100644 --- a/app/reducers/views/team.js +++ b/app/reducers/views/team.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {combineReducers} from 'redux'; import {TeamTypes} from 'mattermost-redux/action_types'; diff --git a/app/reducers/views/thread.js b/app/reducers/views/thread.js index c9792a55c..327d80e67 100644 --- a/app/reducers/views/thread.js +++ b/app/reducers/views/thread.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {combineReducers} from 'redux'; import {FileTypes, PostTypes} from 'mattermost-redux/action_types'; diff --git a/app/screens/about/about.js b/app/screens/about/about.js index efd08c45d..cbbf406fb 100644 --- a/app/screens/about/about.js +++ b/app/screens/about/about.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/about/index.js b/app/screens/about/index.js index 42d35ee4e..11677baef 100644 --- a/app/screens/about/index.js +++ b/app/screens/about/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/add_reaction/add_reaction.js b/app/screens/add_reaction/add_reaction.js index 617cc718a..ff4183c2f 100644 --- a/app/screens/add_reaction/add_reaction.js +++ b/app/screens/add_reaction/add_reaction.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/add_reaction/index.js b/app/screens/add_reaction/index.js index c610c1ffc..1c3d7556b 100644 --- a/app/screens/add_reaction/index.js +++ b/app/screens/add_reaction/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/channel/channel.js b/app/screens/channel/channel.js index 0d0d2d9e1..e917bfc90 100644 --- a/app/screens/channel/channel.js +++ b/app/screens/channel/channel.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/channel/channel_nav_bar/channel_drawer_button.js b/app/screens/channel/channel_nav_bar/channel_drawer_button.js index 76ca78d13..fb63917ae 100644 --- a/app/screens/channel/channel_nav_bar/channel_drawer_button.js +++ b/app/screens/channel/channel_nav_bar/channel_drawer_button.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/channel/channel_nav_bar/channel_nav_bar.js b/app/screens/channel/channel_nav_bar/channel_nav_bar.js index 4e68977bc..c7694c792 100644 --- a/app/screens/channel/channel_nav_bar/channel_nav_bar.js +++ b/app/screens/channel/channel_nav_bar/channel_nav_bar.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/channel/channel_nav_bar/channel_search_button/channel_search_button.js b/app/screens/channel/channel_nav_bar/channel_search_button/channel_search_button.js index c6c1c714f..af1a30556 100644 --- a/app/screens/channel/channel_nav_bar/channel_search_button/channel_search_button.js +++ b/app/screens/channel/channel_nav_bar/channel_search_button/channel_search_button.js @@ -1,8 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. - -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/channel/channel_nav_bar/channel_search_button/index.js b/app/screens/channel/channel_nav_bar/channel_search_button/index.js index b5d500e9a..7f566689d 100644 --- a/app/screens/channel/channel_nav_bar/channel_search_button/index.js +++ b/app/screens/channel/channel_nav_bar/channel_search_button/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/channel/channel_nav_bar/channel_title/channel_title.js b/app/screens/channel/channel_nav_bar/channel_title/channel_title.js index 875ddc6b4..d4fee0e86 100644 --- a/app/screens/channel/channel_nav_bar/channel_title/channel_title.js +++ b/app/screens/channel/channel_nav_bar/channel_title/channel_title.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/channel/channel_nav_bar/channel_title/index.js b/app/screens/channel/channel_nav_bar/channel_title/index.js index a0a9e0505..d63620da4 100644 --- a/app/screens/channel/channel_nav_bar/channel_title/index.js +++ b/app/screens/channel/channel_nav_bar/channel_title/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/channel/channel_nav_bar/index.js b/app/screens/channel/channel_nav_bar/index.js index 43a08c843..678be0af5 100644 --- a/app/screens/channel/channel_nav_bar/index.js +++ b/app/screens/channel/channel_nav_bar/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/channel/channel_nav_bar/settings_drawer_button.js b/app/screens/channel/channel_nav_bar/settings_drawer_button.js index ae2d8d9ce..6f0becaa1 100644 --- a/app/screens/channel/channel_nav_bar/settings_drawer_button.js +++ b/app/screens/channel/channel_nav_bar/settings_drawer_button.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/channel/channel_post_list/channel_post_list.js b/app/screens/channel/channel_post_list/channel_post_list.js index 89d04f86b..360ee666b 100644 --- a/app/screens/channel/channel_post_list/channel_post_list.js +++ b/app/screens/channel/channel_post_list/channel_post_list.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React, {PureComponent} from 'react'; diff --git a/app/screens/channel/channel_post_list/index.js b/app/screens/channel/channel_post_list/index.js index 0e52c3fad..10b093a40 100644 --- a/app/screens/channel/channel_post_list/index.js +++ b/app/screens/channel/channel_post_list/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/channel/index.js b/app/screens/channel/index.js index 24067cffd..84340c5b6 100644 --- a/app/screens/channel/index.js +++ b/app/screens/channel/index.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/channel_add_members/channel_add_members.js b/app/screens/channel_add_members/channel_add_members.js index 826500c47..42ebb9cde 100644 --- a/app/screens/channel_add_members/channel_add_members.js +++ b/app/screens/channel_add_members/channel_add_members.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/channel_add_members/index.js b/app/screens/channel_add_members/index.js index 80074d121..3dda9f28f 100644 --- a/app/screens/channel_add_members/index.js +++ b/app/screens/channel_add_members/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/channel_info/channel_info.js b/app/screens/channel_info/channel_info.js index 467042c07..e9bac6275 100644 --- a/app/screens/channel_info/channel_info.js +++ b/app/screens/channel_info/channel_info.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/channel_info/channel_info_header.js b/app/screens/channel_info/channel_info_header.js index 6f119620e..f072d9020 100644 --- a/app/screens/channel_info/channel_info_header.js +++ b/app/screens/channel_info/channel_info_header.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/channel_info/channel_info_row.js b/app/screens/channel_info/channel_info_row.js index 3efcaf81d..708fdb50d 100644 --- a/app/screens/channel_info/channel_info_row.js +++ b/app/screens/channel_info/channel_info_row.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/channel_info/index.js b/app/screens/channel_info/index.js index ee0659b38..d302ad5b4 100644 --- a/app/screens/channel_info/index.js +++ b/app/screens/channel_info/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/channel_members/channel_members.js b/app/screens/channel_members/channel_members.js index 4d73e818e..d4818cbc2 100644 --- a/app/screens/channel_members/channel_members.js +++ b/app/screens/channel_members/channel_members.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/channel_members/index.js b/app/screens/channel_members/index.js index 163abce0a..564161070 100644 --- a/app/screens/channel_members/index.js +++ b/app/screens/channel_members/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/channel_peek/channel_peek.js b/app/screens/channel_peek/channel_peek.js index 7d21de4f0..94914dc18 100644 --- a/app/screens/channel_peek/channel_peek.js +++ b/app/screens/channel_peek/channel_peek.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/channel_peek/index.js b/app/screens/channel_peek/index.js index 9410bc240..d6bceda6b 100644 --- a/app/screens/channel_peek/index.js +++ b/app/screens/channel_peek/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/client_upgrade/client_upgrade.js b/app/screens/client_upgrade/client_upgrade.js index 2d528103f..3990caff1 100644 --- a/app/screens/client_upgrade/client_upgrade.js +++ b/app/screens/client_upgrade/client_upgrade.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/client_upgrade/index.js b/app/screens/client_upgrade/index.js index bbb13161f..b0984934c 100644 --- a/app/screens/client_upgrade/index.js +++ b/app/screens/client_upgrade/index.js @@ -1,3 +1,5 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/clock_display/clock_display.android.js b/app/screens/clock_display/clock_display.android.js index 51ce50bfd..25ddeb905 100644 --- a/app/screens/clock_display/clock_display.android.js +++ b/app/screens/clock_display/clock_display.android.js @@ -1,3 +1,5 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; import { diff --git a/app/screens/clock_display/clock_display.ios.js b/app/screens/clock_display/clock_display.ios.js index c4f043d4d..d638498c9 100644 --- a/app/screens/clock_display/clock_display.ios.js +++ b/app/screens/clock_display/clock_display.ios.js @@ -1,3 +1,5 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import { View, diff --git a/app/screens/clock_display/clock_display_base.js b/app/screens/clock_display/clock_display_base.js index 2fdc0d816..3c9386a08 100644 --- a/app/screens/clock_display/clock_display_base.js +++ b/app/screens/clock_display/clock_display_base.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/clock_display/index.js b/app/screens/clock_display/index.js index df1eecd7c..f9a5e0534 100644 --- a/app/screens/clock_display/index.js +++ b/app/screens/clock_display/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/code/code.js b/app/screens/code/code.js index 3a98bd048..5202cb3a4 100644 --- a/app/screens/code/code.js +++ b/app/screens/code/code.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React from 'react'; diff --git a/app/screens/code/index.js b/app/screens/code/index.js index aebf89466..4b0abdcd9 100644 --- a/app/screens/code/index.js +++ b/app/screens/code/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/create_channel/create_channel.js b/app/screens/create_channel/create_channel.js index e6731f73e..6a36b4c4a 100644 --- a/app/screens/create_channel/create_channel.js +++ b/app/screens/create_channel/create_channel.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/create_channel/index.js b/app/screens/create_channel/index.js index b4a0e5941..ffaa08a20 100644 --- a/app/screens/create_channel/index.js +++ b/app/screens/create_channel/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/edit_channel/edit_channel.js b/app/screens/edit_channel/edit_channel.js index 512338dbc..22d04d8c8 100644 --- a/app/screens/edit_channel/edit_channel.js +++ b/app/screens/edit_channel/edit_channel.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/edit_channel/index.js b/app/screens/edit_channel/index.js index ae1002ac5..e98433c02 100644 --- a/app/screens/edit_channel/index.js +++ b/app/screens/edit_channel/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/edit_post/edit_post.js b/app/screens/edit_post/edit_post.js index e54a91e3d..a2b2d63e6 100644 --- a/app/screens/edit_post/edit_post.js +++ b/app/screens/edit_post/edit_post.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; import {intlShape} from 'react-intl'; diff --git a/app/screens/edit_post/index.js b/app/screens/edit_post/index.js index 8bc401995..3d0f296d6 100644 --- a/app/screens/edit_post/index.js +++ b/app/screens/edit_post/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/edit_profile/edit_profile.js b/app/screens/edit_profile/edit_profile.js index 5a494b586..c5b2f699c 100644 --- a/app/screens/edit_profile/edit_profile.js +++ b/app/screens/edit_profile/edit_profile.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/edit_profile/edit_profile_item.js b/app/screens/edit_profile/edit_profile_item.js index ec57f892c..a5787623c 100644 --- a/app/screens/edit_profile/edit_profile_item.js +++ b/app/screens/edit_profile/edit_profile_item.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/edit_profile/index.js b/app/screens/edit_profile/index.js index 82af7209f..dc54c8715 100644 --- a/app/screens/edit_profile/index.js +++ b/app/screens/edit_profile/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; import {bindActionCreators} from 'redux'; diff --git a/app/screens/entry/entry.js b/app/screens/entry/entry.js index afda50b5c..c2cfa41d9 100644 --- a/app/screens/entry/entry.js +++ b/app/screens/entry/entry.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/entry/index.js b/app/screens/entry/index.js index 23bc2c2bd..2c0f0009b 100644 --- a/app/screens/entry/index.js +++ b/app/screens/entry/index.js @@ -1,7 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. - -/* eslint-disable global-require*/ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/flagged_posts/flagged_posts.js b/app/screens/flagged_posts/flagged_posts.js index 2c8aa5a31..0b560a3b0 100644 --- a/app/screens/flagged_posts/flagged_posts.js +++ b/app/screens/flagged_posts/flagged_posts.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/flagged_posts/index.js b/app/screens/flagged_posts/index.js index 1a26d557c..57a9337f2 100644 --- a/app/screens/flagged_posts/index.js +++ b/app/screens/flagged_posts/index.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/image_preview/downloader.android.js b/app/screens/image_preview/downloader.android.js index 75f203b0f..a61788b48 100644 --- a/app/screens/image_preview/downloader.android.js +++ b/app/screens/image_preview/downloader.android.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/image_preview/downloader.ios.js b/app/screens/image_preview/downloader.ios.js index 81c836d2f..5641a9689 100644 --- a/app/screens/image_preview/downloader.ios.js +++ b/app/screens/image_preview/downloader.ios.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/image_preview/image_preview.js b/app/screens/image_preview/image_preview.js index b4684c3bc..be92d21b5 100644 --- a/app/screens/image_preview/image_preview.js +++ b/app/screens/image_preview/image_preview.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/image_preview/index.js b/app/screens/image_preview/index.js index a830c7119..425a1df99 100644 --- a/app/screens/image_preview/index.js +++ b/app/screens/image_preview/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/image_preview/video_preview.js b/app/screens/image_preview/video_preview.js index e0104751c..4f376f367 100644 --- a/app/screens/image_preview/video_preview.js +++ b/app/screens/image_preview/video_preview.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/index.js b/app/screens/index.js index be3ae00b0..bfd441fae 100644 --- a/app/screens/index.js +++ b/app/screens/index.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {Navigation} from 'react-native-navigation'; diff --git a/app/screens/login/index.js b/app/screens/login/index.js index c3f31a29d..ebc571444 100644 --- a/app/screens/login/index.js +++ b/app/screens/login/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/login/login.js b/app/screens/login/login.js index 85b3b7c99..a105e04a5 100644 --- a/app/screens/login/login.js +++ b/app/screens/login/login.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/login_options/index.js b/app/screens/login_options/index.js index bd15acae3..46e45b83c 100644 --- a/app/screens/login_options/index.js +++ b/app/screens/login_options/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/login_options/login_options.js b/app/screens/login_options/login_options.js index 5c143215d..2ebcdcb3d 100644 --- a/app/screens/login_options/login_options.js +++ b/app/screens/login_options/login_options.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/long_post/index.js b/app/screens/long_post/index.js index 85636ffdd..ea8d429ef 100644 --- a/app/screens/long_post/index.js +++ b/app/screens/long_post/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/long_post/long_post.js b/app/screens/long_post/long_post.js index afacee379..60f94b65f 100644 --- a/app/screens/long_post/long_post.js +++ b/app/screens/long_post/long_post.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/mfa/index.js b/app/screens/mfa/index.js index df810d696..4707c0bd2 100644 --- a/app/screens/mfa/index.js +++ b/app/screens/mfa/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/mfa/mfa.js b/app/screens/mfa/mfa.js index 732fc059a..c21c1f080 100644 --- a/app/screens/mfa/mfa.js +++ b/app/screens/mfa/mfa.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/more_channels/index.js b/app/screens/more_channels/index.js index d0ecb2b63..1360f6e4a 100644 --- a/app/screens/more_channels/index.js +++ b/app/screens/more_channels/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/more_channels/more_channels.js b/app/screens/more_channels/more_channels.js index 29237ce8a..9668fe417 100644 --- a/app/screens/more_channels/more_channels.js +++ b/app/screens/more_channels/more_channels.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/more_channels/more_channels.test.js b/app/screens/more_channels/more_channels.test.js index 623a96834..5abe4094c 100644 --- a/app/screens/more_channels/more_channels.test.js +++ b/app/screens/more_channels/more_channels.test.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import {configure, shallow} from 'enzyme'; diff --git a/app/screens/more_dms/index.js b/app/screens/more_dms/index.js index dba26df55..bca519d57 100644 --- a/app/screens/more_dms/index.js +++ b/app/screens/more_dms/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/more_dms/more_dms.js b/app/screens/more_dms/more_dms.js index 84781a6ab..fda9798e3 100644 --- a/app/screens/more_dms/more_dms.js +++ b/app/screens/more_dms/more_dms.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/more_dms/selected_users/index.js b/app/screens/more_dms/selected_users/index.js index 23acb6b0e..c4fc12f1d 100644 --- a/app/screens/more_dms/selected_users/index.js +++ b/app/screens/more_dms/selected_users/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/more_dms/selected_users/selected_user.js b/app/screens/more_dms/selected_users/selected_user.js index b7a2322d2..64e19b6aa 100644 --- a/app/screens/more_dms/selected_users/selected_user.js +++ b/app/screens/more_dms/selected_users/selected_user.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React from 'react'; diff --git a/app/screens/more_dms/selected_users/selected_users.js b/app/screens/more_dms/selected_users/selected_users.js index ab2f51593..d73ea742f 100644 --- a/app/screens/more_dms/selected_users/selected_users.js +++ b/app/screens/more_dms/selected_users/selected_users.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React from 'react'; diff --git a/app/screens/notification/index.js b/app/screens/notification/index.js index f64ec7ef7..123e4829c 100644 --- a/app/screens/notification/index.js +++ b/app/screens/notification/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/notification/notification.js b/app/screens/notification/notification.js index 1a949e018..c8f87d34e 100644 --- a/app/screens/notification/notification.js +++ b/app/screens/notification/notification.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/options_modal/index.js b/app/screens/options_modal/index.js index cb1da6b18..0c73b392b 100644 --- a/app/screens/options_modal/index.js +++ b/app/screens/options_modal/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/options_modal/options_modal.js b/app/screens/options_modal/options_modal.js index f1b6d64bb..8325cb606 100644 --- a/app/screens/options_modal/options_modal.js +++ b/app/screens/options_modal/options_modal.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/options_modal/options_modal_list.android.js b/app/screens/options_modal/options_modal_list.android.js index 0d2c1d998..c28e535ef 100644 --- a/app/screens/options_modal/options_modal_list.android.js +++ b/app/screens/options_modal/options_modal_list.android.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/options_modal/options_modal_list.ios.js b/app/screens/options_modal/options_modal_list.ios.js index b798943d3..a681d6210 100644 --- a/app/screens/options_modal/options_modal_list.ios.js +++ b/app/screens/options_modal/options_modal_list.ios.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/permalink/index.js b/app/screens/permalink/index.js index 6ecf3ed41..9b34d1af7 100644 --- a/app/screens/permalink/index.js +++ b/app/screens/permalink/index.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/permalink/permalink.js b/app/screens/permalink/permalink.js index 88963a3e2..abfabf6b0 100644 --- a/app/screens/permalink/permalink.js +++ b/app/screens/permalink/permalink.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/recent_mentions/index.js b/app/screens/recent_mentions/index.js index 516742034..83198213c 100644 --- a/app/screens/recent_mentions/index.js +++ b/app/screens/recent_mentions/index.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/recent_mentions/recent_mentions.js b/app/screens/recent_mentions/recent_mentions.js index 35e2ab2ef..541b9e452 100644 --- a/app/screens/recent_mentions/recent_mentions.js +++ b/app/screens/recent_mentions/recent_mentions.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/root/index.js b/app/screens/root/index.js index 49e2db631..3f5579451 100644 --- a/app/screens/root/index.js +++ b/app/screens/root/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; diff --git a/app/screens/search/channel_display_name/channel_display_name.js b/app/screens/search/channel_display_name/channel_display_name.js index f13227544..1fb3bae55 100644 --- a/app/screens/search/channel_display_name/channel_display_name.js +++ b/app/screens/search/channel_display_name/channel_display_name.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/search/channel_display_name/index.js b/app/screens/search/channel_display_name/index.js index 39b4f369d..c0fede347 100644 --- a/app/screens/search/channel_display_name/index.js +++ b/app/screens/search/channel_display_name/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/search/index.js b/app/screens/search/index.js index 2fbc724bc..19c7e51a4 100644 --- a/app/screens/search/index.js +++ b/app/screens/search/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/search/search.js b/app/screens/search/search.js index 47296f74c..cd16ad81d 100644 --- a/app/screens/search/search.js +++ b/app/screens/search/search.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/search/search_result_post/index.js b/app/screens/search/search_result_post/index.js index 52a64ee32..a438878e1 100644 --- a/app/screens/search/search_result_post/index.js +++ b/app/screens/search/search_result_post/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/search/search_result_post/search_result_post.js b/app/screens/search/search_result_post/search_result_post.js index 566d2079d..c1a953855 100644 --- a/app/screens/search/search_result_post/search_result_post.js +++ b/app/screens/search/search_result_post/search_result_post.js @@ -1,5 +1,5 @@ -// Copyright (c) 201-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/select_server/index.js b/app/screens/select_server/index.js index 2bfc63fdb..eef58a407 100644 --- a/app/screens/select_server/index.js +++ b/app/screens/select_server/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/select_server/select_server.js b/app/screens/select_server/select_server.js index 6e320f9c8..ed29c4180 100644 --- a/app/screens/select_server/select_server.js +++ b/app/screens/select_server/select_server.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/select_team/index.js b/app/screens/select_team/index.js index a29928e3c..91c6843da 100644 --- a/app/screens/select_team/index.js +++ b/app/screens/select_team/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/select_team/select_team.js b/app/screens/select_team/select_team.js index c1a7a8605..610323307 100644 --- a/app/screens/select_team/select_team.js +++ b/app/screens/select_team/select_team.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/settings/advanced_settings/advanced_settings.js b/app/screens/settings/advanced_settings/advanced_settings.js index 15aee05d8..1777dcde4 100644 --- a/app/screens/settings/advanced_settings/advanced_settings.js +++ b/app/screens/settings/advanced_settings/advanced_settings.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/settings/advanced_settings/index.js b/app/screens/settings/advanced_settings/index.js index 7e1bc7f4c..d02580632 100644 --- a/app/screens/settings/advanced_settings/index.js +++ b/app/screens/settings/advanced_settings/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/settings/display_settings/display_settings.js b/app/screens/settings/display_settings/display_settings.js index 86d9a1b66..6ca8e943f 100644 --- a/app/screens/settings/display_settings/display_settings.js +++ b/app/screens/settings/display_settings/display_settings.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/settings/display_settings/index.js b/app/screens/settings/display_settings/index.js index 07c895f16..02a50856b 100644 --- a/app/screens/settings/display_settings/index.js +++ b/app/screens/settings/display_settings/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/settings/general/index.js b/app/screens/settings/general/index.js index b0c779ac2..d9bcff056 100644 --- a/app/screens/settings/general/index.js +++ b/app/screens/settings/general/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/settings/general/settings.js b/app/screens/settings/general/settings.js index 38da4a062..b7631e6b5 100644 --- a/app/screens/settings/general/settings.js +++ b/app/screens/settings/general/settings.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/settings/notification_settings/index.js b/app/screens/settings/notification_settings/index.js index 2e33a37f5..40a308efc 100644 --- a/app/screens/settings/notification_settings/index.js +++ b/app/screens/settings/notification_settings/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/settings/notification_settings/notification_settings.js b/app/screens/settings/notification_settings/notification_settings.js index 239b9c8a5..5a38dd81c 100644 --- a/app/screens/settings/notification_settings/notification_settings.js +++ b/app/screens/settings/notification_settings/notification_settings.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/settings/notification_settings_email/index.js b/app/screens/settings/notification_settings_email/index.js index b2f6db059..6d50d6103 100644 --- a/app/screens/settings/notification_settings_email/index.js +++ b/app/screens/settings/notification_settings_email/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/settings/notification_settings_email/notification_settings_email.js b/app/screens/settings/notification_settings_email/notification_settings_email.js index 84a3859a8..e29778335 100644 --- a/app/screens/settings/notification_settings_email/notification_settings_email.js +++ b/app/screens/settings/notification_settings_email/notification_settings_email.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/settings/notification_settings_mentions/index.js b/app/screens/settings/notification_settings_mentions/index.js index 867751553..74b423fde 100644 --- a/app/screens/settings/notification_settings_mentions/index.js +++ b/app/screens/settings/notification_settings_mentions/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/settings/notification_settings_mentions/notification_settings_mention_base.js b/app/screens/settings/notification_settings_mentions/notification_settings_mention_base.js index dc1c6a588..ebe5b9e66 100644 --- a/app/screens/settings/notification_settings_mentions/notification_settings_mention_base.js +++ b/app/screens/settings/notification_settings_mentions/notification_settings_mention_base.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/settings/notification_settings_mentions/notification_settings_mentions.android.js b/app/screens/settings/notification_settings_mentions/notification_settings_mentions.android.js index 8f701ee21..20e32fb6a 100644 --- a/app/screens/settings/notification_settings_mentions/notification_settings_mentions.android.js +++ b/app/screens/settings/notification_settings_mentions/notification_settings_mentions.android.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import { diff --git a/app/screens/settings/notification_settings_mentions/notification_settings_mentions.ios.js b/app/screens/settings/notification_settings_mentions/notification_settings_mentions.ios.js index 03782cae6..2e4f216ba 100644 --- a/app/screens/settings/notification_settings_mentions/notification_settings_mentions.ios.js +++ b/app/screens/settings/notification_settings_mentions/notification_settings_mentions.ios.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import { diff --git a/app/screens/settings/notification_settings_mentions_keywords/index.js b/app/screens/settings/notification_settings_mentions_keywords/index.js index bac550753..a27f32151 100644 --- a/app/screens/settings/notification_settings_mentions_keywords/index.js +++ b/app/screens/settings/notification_settings_mentions_keywords/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/settings/notification_settings_mentions_keywords/notification_settings_mentions_keywords.js b/app/screens/settings/notification_settings_mentions_keywords/notification_settings_mentions_keywords.js index c3192dc87..1ee91598b 100644 --- a/app/screens/settings/notification_settings_mentions_keywords/notification_settings_mentions_keywords.js +++ b/app/screens/settings/notification_settings_mentions_keywords/notification_settings_mentions_keywords.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; import {ScrollView, View} from 'react-native'; diff --git a/app/screens/settings/notification_settings_mobile/index.js b/app/screens/settings/notification_settings_mobile/index.js index e798253f5..a096b27fc 100644 --- a/app/screens/settings/notification_settings_mobile/index.js +++ b/app/screens/settings/notification_settings_mobile/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/settings/notification_settings_mobile/notification_settings_mobile.android.js b/app/screens/settings/notification_settings_mobile/notification_settings_mobile.android.js index cdac3d889..a4044cbe4 100644 --- a/app/screens/settings/notification_settings_mobile/notification_settings_mobile.android.js +++ b/app/screens/settings/notification_settings_mobile/notification_settings_mobile.android.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import {injectIntl} from 'react-intl'; diff --git a/app/screens/settings/notification_settings_mobile/notification_settings_mobile.ios.js b/app/screens/settings/notification_settings_mobile/notification_settings_mobile.ios.js index 6e570b6d0..f66df02d8 100644 --- a/app/screens/settings/notification_settings_mobile/notification_settings_mobile.ios.js +++ b/app/screens/settings/notification_settings_mobile/notification_settings_mobile.ios.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import {injectIntl} from 'react-intl'; diff --git a/app/screens/settings/notification_settings_mobile/notification_settings_mobile_base.js b/app/screens/settings/notification_settings_mobile/notification_settings_mobile_base.js index e454f9437..92bed2504 100644 --- a/app/screens/settings/notification_settings_mobile/notification_settings_mobile_base.js +++ b/app/screens/settings/notification_settings_mobile/notification_settings_mobile_base.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {PureComponent} from 'react'; import {Platform} from 'react-native'; diff --git a/app/screens/settings/section.js b/app/screens/settings/section.js index 5ea108a26..bafbf5056 100644 --- a/app/screens/settings/section.js +++ b/app/screens/settings/section.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/settings/section_item.js b/app/screens/settings/section_item.js index 056ec71ee..37707f785 100644 --- a/app/screens/settings/section_item.js +++ b/app/screens/settings/section_item.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/settings/settings_item/index.js b/app/screens/settings/settings_item/index.js index 87db60f37..6c633f345 100644 --- a/app/screens/settings/settings_item/index.js +++ b/app/screens/settings/settings_item/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/settings/settings_item/style.android.js b/app/screens/settings/settings_item/style.android.js index a42779f91..650ce089c 100644 --- a/app/screens/settings/settings_item/style.android.js +++ b/app/screens/settings/settings_item/style.android.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {changeOpacity, makeStyleSheetFromTheme} from 'app/utils/theme'; diff --git a/app/screens/settings/settings_item/style.ios.js b/app/screens/settings/settings_item/style.ios.js index edd8bf5dc..ddf47bf21 100644 --- a/app/screens/settings/settings_item/style.ios.js +++ b/app/screens/settings/settings_item/style.ios.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {changeOpacity, makeStyleSheetFromTheme} from 'app/utils/theme'; diff --git a/app/screens/sso/index.js b/app/screens/sso/index.js index 05d8bebf5..95592e03b 100644 --- a/app/screens/sso/index.js +++ b/app/screens/sso/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/sso/sso.js b/app/screens/sso/sso.js index 3acc82d4c..736958af6 100644 --- a/app/screens/sso/sso.js +++ b/app/screens/sso/sso.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/table/index.js b/app/screens/table/index.js index c2442f17a..4483ad0eb 100644 --- a/app/screens/table/index.js +++ b/app/screens/table/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import Table from './table'; diff --git a/app/screens/table/table.js b/app/screens/table/table.js index 0b1a7af66..e1b004e35 100644 --- a/app/screens/table/table.js +++ b/app/screens/table/table.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React from 'react'; diff --git a/app/screens/table_image/index.js b/app/screens/table_image/index.js index 5345fb255..36597c6c9 100644 --- a/app/screens/table_image/index.js +++ b/app/screens/table_image/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/table_image/table_image.js b/app/screens/table_image/table_image.js index 03a0a3856..6551c90df 100644 --- a/app/screens/table_image/table_image.js +++ b/app/screens/table_image/table_image.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React from 'react'; diff --git a/app/screens/text_preview/index.js b/app/screens/text_preview/index.js index 94826c89a..d67cc359b 100644 --- a/app/screens/text_preview/index.js +++ b/app/screens/text_preview/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/app/screens/text_preview/text_preview.js b/app/screens/text_preview/text_preview.js index 5a662574d..532da4efa 100644 --- a/app/screens/text_preview/text_preview.js +++ b/app/screens/text_preview/text_preview.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React from 'react'; diff --git a/app/screens/thread/index.js b/app/screens/thread/index.js index 5469d7c3c..2a6820be1 100644 --- a/app/screens/thread/index.js +++ b/app/screens/thread/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/thread/thread.js b/app/screens/thread/thread.js index 0ff165ead..d1e9ad988 100644 --- a/app/screens/thread/thread.js +++ b/app/screens/thread/thread.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/user_profile/index.js b/app/screens/user_profile/index.js index dc3fecdc4..c33bd5a88 100644 --- a/app/screens/user_profile/index.js +++ b/app/screens/user_profile/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/app/screens/user_profile/user_profile.js b/app/screens/user_profile/user_profile.js index e4903f8dd..88407cca2 100644 --- a/app/screens/user_profile/user_profile.js +++ b/app/screens/user_profile/user_profile.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/app/screens/user_profile/user_profile_row.js b/app/screens/user_profile/user_profile_row.js index 9e6be0734..5efb7338a 100644 --- a/app/screens/user_profile/user_profile_row.js +++ b/app/screens/user_profile/user_profile_row.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/app/selectors/autocomplete.js b/app/selectors/autocomplete.js index 2b7fb5ac2..11e9d20df 100644 --- a/app/selectors/autocomplete.js +++ b/app/selectors/autocomplete.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {createSelector} from 'reselect'; diff --git a/app/selectors/channel.js b/app/selectors/channel.js index eef0a06d4..9cb6e7366 100644 --- a/app/selectors/channel.js +++ b/app/selectors/channel.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {createSelector} from 'reselect'; diff --git a/app/selectors/client_upgrade.js b/app/selectors/client_upgrade.js index 47e5ea054..77ee0a339 100644 --- a/app/selectors/client_upgrade.js +++ b/app/selectors/client_upgrade.js @@ -1,3 +1,5 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {createSelector} from 'reselect'; import {Platform} from 'react-native'; import DeviceInfo from 'react-native-device-info'; diff --git a/app/selectors/device.js b/app/selectors/device.js index 566779cdc..523c0bde7 100644 --- a/app/selectors/device.js +++ b/app/selectors/device.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. export function getDimensions(state) { return state.device.dimension; diff --git a/app/selectors/file.js b/app/selectors/file.js index d28350933..fcf55ae06 100644 --- a/app/selectors/file.js +++ b/app/selectors/file.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {createSelector} from 'reselect'; diff --git a/app/selectors/i18n.js b/app/selectors/i18n.js index 01003c755..603851a57 100644 --- a/app/selectors/i18n.js +++ b/app/selectors/i18n.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import DeviceInfo from 'react-native-device-info'; diff --git a/app/selectors/post_list.js b/app/selectors/post_list.js index 272903edb..dd53aab91 100644 --- a/app/selectors/post_list.js +++ b/app/selectors/post_list.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {Posts, Preferences} from 'mattermost-redux/constants'; import {makeGetPostsForIds} from 'mattermost-redux/selectors/entities/posts'; diff --git a/app/selectors/post_list.test.js b/app/selectors/post_list.test.js index 68d99bd2e..d72a1ab52 100644 --- a/app/selectors/post_list.test.js +++ b/app/selectors/post_list.test.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import assert from 'assert'; diff --git a/app/selectors/views.js b/app/selectors/views.js index 779f1defe..5afa005ce 100644 --- a/app/selectors/views.js +++ b/app/selectors/views.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {createSelector} from 'reselect'; diff --git a/app/store/index.js b/app/store/index.js index 9c1b9983b..b2ce5492a 100644 --- a/app/store/index.js +++ b/app/store/index.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {batchActions} from 'redux-batched-actions'; import {AsyncStorage, Platform} from 'react-native'; diff --git a/app/store/middleware.js b/app/store/middleware.js index de8c53468..0d2f1d14e 100644 --- a/app/store/middleware.js +++ b/app/store/middleware.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import DeviceInfo from 'react-native-device-info'; diff --git a/app/store/middleware.test.js b/app/store/middleware.test.js index 4718f93a1..5288113f8 100644 --- a/app/store/middleware.test.js +++ b/app/store/middleware.test.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. /* eslint-disable max-nested-callbacks */ diff --git a/app/store/utils.js b/app/store/utils.js index f9aa709be..fcc67d31f 100644 --- a/app/store/utils.js +++ b/app/store/utils.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. function transformFromSet(incoming) { const state = {...incoming}; diff --git a/app/styles/index.js b/app/styles/index.js index 91232081c..d7d1744ac 100644 --- a/app/styles/index.js +++ b/app/styles/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. /* eslint-disable no-magic-numbers */ diff --git a/app/utils/avoid_native_bridge.js b/app/utils/avoid_native_bridge.js index 77b2090ac..1034ffdd9 100644 --- a/app/utils/avoid_native_bridge.js +++ b/app/utils/avoid_native_bridge.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {Platform} from 'react-native'; diff --git a/app/utils/channels.js b/app/utils/channels.js index fc07ba4f9..dfffc71c0 100644 --- a/app/utils/channels.js +++ b/app/utils/channels.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {Preferences} from 'mattermost-redux/constants'; import {getUserIdFromChannelName} from 'mattermost-redux/utils/channel_utils'; diff --git a/app/utils/client_upgrade.js b/app/utils/client_upgrade.js index a1ee991f0..31208591b 100644 --- a/app/utils/client_upgrade.js +++ b/app/utils/client_upgrade.js @@ -1,3 +1,5 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import semver from 'semver'; import {UpgradeTypes} from 'app/constants/view'; diff --git a/app/utils/error_handling.js b/app/utils/error_handling.js index 620b533df..380fd0785 100644 --- a/app/utils/error_handling.js +++ b/app/utils/error_handling.js @@ -1,3 +1,5 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import { Alert, } from 'react-native'; diff --git a/app/utils/file.js b/app/utils/file.js index c68f584ec..51e6fc4c0 100644 --- a/app/utils/file.js +++ b/app/utils/file.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {Platform} from 'react-native'; import RNFetchBlob from 'react-native-fetch-blob'; diff --git a/app/utils/general.js b/app/utils/general.js index aa81a3e5a..e40bce7f9 100644 --- a/app/utils/general.js +++ b/app/utils/general.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {Alert} from 'react-native'; diff --git a/app/utils/image_cache_manager.js b/app/utils/image_cache_manager.js index 5b91d88e7..f7ddab228 100644 --- a/app/utils/image_cache_manager.js +++ b/app/utils/image_cache_manager.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. // Based on the work done by https://github.com/wcandillon/react-native-expo-image-cache/ diff --git a/app/utils/latinise.js b/app/utils/latinise.js index 9e1c7b036..d05da6759 100644 --- a/app/utils/latinise.js +++ b/app/utils/latinise.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. // Credit to http://semplicewebsites.com/removing-accents-javascript var latinMap = { diff --git a/app/utils/list_view.js b/app/utils/list_view.js index 1233d4ed3..677b659a6 100644 --- a/app/utils/list_view.js +++ b/app/utils/list_view.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import shallowEqual from 'shallow-equals'; diff --git a/app/utils/markdown.js b/app/utils/markdown.js index 678e2a2cc..38d633e0b 100644 --- a/app/utils/markdown.js +++ b/app/utils/markdown.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {Platform, StyleSheet} from 'react-native'; import {changeOpacity, makeStyleSheetFromTheme} from 'app/utils/theme'; diff --git a/app/utils/member_list.js b/app/utils/member_list.js index ddfbb0c80..6f6274c2e 100644 --- a/app/utils/member_list.js +++ b/app/utils/member_list.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. export const loadingText = { id: 'mobile.loading_members', diff --git a/app/utils/network.js b/app/utils/network.js index 08527d162..f54323664 100644 --- a/app/utils/network.js +++ b/app/utils/network.js @@ -1,3 +1,5 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {NetInfo} from 'react-native'; import RNFetchBlob from 'react-native-fetch-blob'; diff --git a/app/utils/notify_props.js b/app/utils/notify_props.js index c67d9b507..918b2de9d 100644 --- a/app/utils/notify_props.js +++ b/app/utils/notify_props.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. export function getNotificationProps(user) { if (user && user.notify_props) { diff --git a/app/utils/opengraph.js b/app/utils/opengraph.js index 00e1eb759..589056622 100644 --- a/app/utils/opengraph.js +++ b/app/utils/opengraph.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. export function getDistanceBW2Points(point1, point2, xAttr = 'x', yAttr = 'y') { return Math.sqrt(Math.pow(point1[xAttr] - point2[xAttr], 2) + Math.pow(point1[yAttr] - point2[yAttr], 2)); diff --git a/app/utils/push_notifications.js b/app/utils/push_notifications.js index 8ea25b4bd..7759e2987 100644 --- a/app/utils/push_notifications.js +++ b/app/utils/push_notifications.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import {Platform} from 'react-native'; diff --git a/app/utils/segment.js b/app/utils/segment.js index 5d9899719..b77878784 100644 --- a/app/utils/segment.js +++ b/app/utils/segment.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import Analytics from 'analytics-react-native'; import DeviceInfo from 'react-native-device-info'; diff --git a/app/utils/sentry/index.js b/app/utils/sentry/index.js index 069619bed..9edb203ca 100644 --- a/app/utils/sentry/index.js +++ b/app/utils/sentry/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {Platform} from 'react-native'; import {Sentry} from 'react-native-sentry'; diff --git a/app/utils/sentry/middleware.js b/app/utils/sentry/middleware.js index 8822dfb81..d64d54bf7 100644 --- a/app/utils/sentry/middleware.js +++ b/app/utils/sentry/middleware.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {Sentry} from 'react-native-sentry'; import {BATCH} from 'redux-batched-actions'; diff --git a/app/utils/tap.js b/app/utils/tap.js index 14fad7459..a978b0edc 100644 --- a/app/utils/tap.js +++ b/app/utils/tap.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. const doublePressDelay = 300; diff --git a/app/utils/theme.js b/app/utils/theme.js index 505ea81d8..66061f9c0 100644 --- a/app/utils/theme.js +++ b/app/utils/theme.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {StyleSheet} from 'react-native'; diff --git a/app/utils/time_tracker.js b/app/utils/time_tracker.js index ca281ba16..9a764cf5f 100644 --- a/app/utils/time_tracker.js +++ b/app/utils/time_tracker.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. export default { initialLoad: 0, diff --git a/app/utils/tooltip.js b/app/utils/tooltip.js index 7932b6830..ebe5f66cb 100644 --- a/app/utils/tooltip.js +++ b/app/utils/tooltip.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. let isToolTipVisible = false; diff --git a/app/utils/url.js b/app/utils/url.js index 255b262f1..078ac679f 100644 --- a/app/utils/url.js +++ b/app/utils/url.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {latinise} from './latinise.js'; diff --git a/app/utils/url.test.js b/app/utils/url.test.js index 147f56f08..fa122177a 100644 --- a/app/utils/url.test.js +++ b/app/utils/url.test.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import * as UrlUtils from 'app/utils/url'; diff --git a/app/utils/wrap_context_provider.js b/app/utils/wrap_context_provider.js index 8c16c7937..015d9378a 100644 --- a/app/utils/wrap_context_provider.js +++ b/app/utils/wrap_context_provider.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import React from 'react'; import IntlWrapper from 'app/components/root'; diff --git a/index.js b/index.js index 3e4e9f219..acb85c8b6 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. import 'react-native/Libraries/Core/InitializeCore'; import {AppRegistry, Platform} from 'react-native'; diff --git a/package.json b/package.json index 25b80372b..0efbfb94b 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,7 @@ "enzyme-adapter-react-16": "1.1.1", "enzyme-to-json": "3.3.3", "eslint": "4.19.1", + "eslint-plugin-header": "1.2.0", "eslint-plugin-jest": "21.15.1", "eslint-plugin-react": "7.7.0", "jest": "22.4.3", diff --git a/packager/config.js b/packager/config.js index 2613db46b..e87e5eb7b 100644 --- a/packager/config.js +++ b/packager/config.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. /* eslint-disable no-console */ const modulePaths = require('./modulePaths'); diff --git a/packager/generateModulePaths.js b/packager/generateModulePaths.js index b9f3fbea1..edeb1d5ff 100644 --- a/packager/generateModulePaths.js +++ b/packager/generateModulePaths.js @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. /* eslint-disable no-console */ const execSync = require('child_process').execSync; diff --git a/packager/moduleNames.js b/packager/moduleNames.js index f82a156cb..1ab6acdaf 100644 --- a/packager/moduleNames.js +++ b/packager/moduleNames.js @@ -1 +1,3 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. module.exports = ['ARTSerializablePath', 'Animated', 'AnimatedAddition', 'AnimatedDiffClamp', 'AnimatedDivision', 'AnimatedEvent', 'AnimatedImplementation', 'AnimatedInterpolation', 'AnimatedModulo', 'AnimatedMultiplication', 'AnimatedNode', 'AnimatedProps', 'AnimatedStyle', 'AnimatedTracking', 'AnimatedTransform', 'AnimatedValue', 'AnimatedValueXY', 'AnimatedWithChildren', 'Animation', 'AppContainer', 'AppRegistry', 'AppState', 'AssetRegistry', 'AssetSourceResolver', 'AsyncStorage', 'BackHandler', 'BatchedBridge', 'Blob', 'BlobManager', 'BlobRegistry', 'BoundingDimensions', 'BugReporting', 'ColorPropType', 'DecayAnimation', 'DeviceInfo', 'Dimensions', 'Easing', 'EdgeInsetsPropType', 'EmitterSubscription', 'ErrorUtils', 'EventEmitter', 'EventSubscription', 'EventSubscriptionVendor', 'ExceptionsManager', 'FormData', 'FrameRateLogger', 'HMRClient', 'I18nManager', 'Image', 'ImageBackground', 'ImageResizeMode', 'ImageStylePropTypes', 'InitializeCore', 'InspectorAgent', 'InteractionManager', 'JSInspector', 'JSTimers', 'Keyboard', 'LayoutAnimation', 'LayoutPropTypes', 'Map', 'MaskedViewIOS', 'MatrixMath', 'MessageQueue', 'MissingNativeEventEmitterShim', 'NativeAnimatedHelper', 'NativeEventEmitter', 'NativeMethodsMixin', 'NativeModules', 'NetInfo', 'NetworkAgent', 'PanResponder', 'PermissionsAndroid', 'PixelRatio', 'Platform', 'PlatformViewPropTypes', 'PointPropType', 'PolyfillFunctions', 'PooledClass', 'Position', 'Promise', 'RCTDeviceEventEmitter', 'RCTEventEmitter', 'RCTNetworking', 'React', 'ReactFeatureFlags', 'ReactNative', 'ReactNativeART', 'ReactNativeBridgeEventPlugin', 'ReactNativeComponentTree', 'ReactNativePropRegistry', 'ReactNativeRenderer-dev', 'ReactNativeStyleAttributes', 'ReactNativeVersion', 'ReactNativeVersionCheck', 'ReactNativeViewAttributes', 'SceneTracker', 'ScrollResponder', 'ScrollView', 'ScrollViewStickyHeader', 'Set', 'ShadowPropTypesIOS', 'SpringAnimation', 'SpringConfig', 'StyleSheet', 'StyleSheetPropType', 'StyleSheetValidation', 'Subscribable', 'Systrace', 'TVEventHandler', 'TVViewPropTypes', 'TaskQueue', 'Text', 'TextInputState', 'TextPropTypes', 'TextStylePropTypes', 'TimingAnimation', 'TouchHistoryMath', 'Touchable', 'TouchableOpacity', 'TouchableWithoutFeedback', 'TransformPropTypes', 'UIManager', 'UnimplementedView', 'View', 'ViewAccessibility', 'ViewContext', 'ViewPropTypes', 'ViewStylePropTypes', 'WebSocket', 'WebSocketEvent', 'XMLHttpRequest', '_shouldPolyfillES6Collection', 'app/actions/device/index.js', 'app/actions/views/announcement.js', 'app/actions/views/channel.js', 'app/actions/views/client_upgrade.js', 'app/actions/views/command.js', 'app/actions/views/emoji.js', 'app/actions/views/file_upload.js', 'app/actions/views/login.js', 'app/actions/views/more_dms.js', 'app/actions/views/root.js', 'app/actions/views/select_server.js', 'app/actions/views/select_team.js', 'app/actions/views/thread.js', 'app/actions/views/typing.js', 'app/app.js', 'app/components/announcement_banner/announcement_banner.js', 'app/components/announcement_banner/index.js', 'app/components/app_icon.js', 'app/components/at_mention/at_mention.js', 'app/components/at_mention/index.js', 'app/components/attachment_button.js', 'app/components/autocomplete/at_mention/at_mention.js', 'app/components/autocomplete/at_mention/index.js', 'app/components/autocomplete/at_mention_item/at_mention_item.js', 'app/components/autocomplete/at_mention_item/index.js', 'app/components/autocomplete/autocomplete.js', 'app/components/autocomplete/autocomplete_divider/autocomplete_divider.js', 'app/components/autocomplete/autocomplete_divider/index.js', 'app/components/autocomplete/autocomplete_section_header.js', 'app/components/autocomplete/channel_mention/channel_mention.js', 'app/components/autocomplete/channel_mention/index.js', 'app/components/autocomplete/channel_mention_item/channel_mention_item.js', 'app/components/autocomplete/channel_mention_item/index.js', 'app/components/autocomplete/emoji_suggestion/emoji_suggestion.js', 'app/components/autocomplete/emoji_suggestion/index.js', 'app/components/autocomplete/index.js', 'app/components/autocomplete/slash_suggestion/index.js', 'app/components/autocomplete/slash_suggestion/slash_suggestion.js', 'app/components/autocomplete/slash_suggestion/slash_suggestion_item.js', 'app/components/autocomplete/special_mention_item.js', 'app/components/badge.js', 'app/components/channel_drawer/channel_drawer.js', 'app/components/channel_drawer/channels_list/channel_item/channel_item.js', 'app/components/channel_drawer/channels_list/channel_item/index.js', 'app/components/channel_drawer/channels_list/channels_list.js', 'app/components/channel_drawer/channels_list/index.js', 'app/components/channel_drawer/channels_list/list/index.js', 'app/components/channel_drawer/channels_list/list/list.js', 'app/components/channel_drawer/channels_list/switch_teams_button/index.js', 'app/components/channel_drawer/channels_list/switch_teams_button/switch_teams_button.js', 'app/components/channel_drawer/drawer_swipper/drawer_swiper.js', 'app/components/channel_drawer/drawer_swipper/index.js', 'app/components/channel_drawer/index.js', 'app/components/channel_drawer/teams_list/index.js', 'app/components/channel_drawer/teams_list/teams_list.js', 'app/components/channel_drawer/teams_list/teams_list_item/index.js', 'app/components/channel_drawer/teams_list/teams_list_item/teams_list_item.js', 'app/components/channel_icon.js', 'app/components/channel_link/channel_link.js', 'app/components/channel_link/index.js', 'app/components/channel_loader/channel_loader.js', 'app/components/channel_loader/index.js', 'app/components/drawer.js', 'app/components/emoji/emoji.js', 'app/components/emoji/index.js', 'app/components/error_text.js', 'app/components/file_attachment_list/file_attachment_icon.js', 'app/components/file_attachment_list/file_attachment_image.js', 'app/components/file_upload_preview/file_upload_item/file_upload_item.js', 'app/components/file_upload_preview/file_upload_item/index.js', 'app/components/file_upload_preview/file_upload_preview.js', 'app/components/file_upload_preview/file_upload_remove.js', 'app/components/file_upload_preview/file_upload_retry.js', 'app/components/file_upload_preview/index.js', 'app/components/flag_icon.js', 'app/components/formatted_date.js', 'app/components/formatted_text.js', 'app/components/formatted_time.js', 'app/components/layout/keyboard_layout/index.js', 'app/components/layout/keyboard_layout/keyboard_layout.js', 'app/components/loading.js', 'app/components/markdown/index.js', 'app/components/markdown/markdown.js', 'app/components/markdown/markdown_block_quote.js', 'app/components/markdown/markdown_code_block/index.js', 'app/components/markdown/markdown_code_block/markdown_code_block.js', 'app/components/markdown/markdown_image/index.js', 'app/components/markdown/markdown_image/markdown_image.js', 'app/components/markdown/markdown_link/index.js', 'app/components/markdown/markdown_link/markdown_link.js', 'app/components/markdown/markdown_list.js', 'app/components/markdown/markdown_list_item.js', 'app/components/markdown/markdown_table/index.js', 'app/components/markdown/markdown_table/markdown_table.js', 'app/components/markdown/markdown_table_cell/index.js', 'app/components/markdown/markdown_table_cell/markdown_table_cell.js', 'app/components/markdown/markdown_table_image/index.js', 'app/components/markdown/markdown_table_image/markdown_table_image.js', 'app/components/markdown/markdown_table_row/index.js', 'app/components/markdown/markdown_table_row/markdown_table_row.js', 'app/components/markdown/transform.js', 'app/components/offline_indicator/index.js', 'app/components/offline_indicator/offline_indicator.js', 'app/components/options_context/index.js', 'app/components/options_context/options_context.android.js', 'app/components/paper_plane.js', 'app/components/post/index.js', 'app/components/post/post.js', 'app/components/post_body/index.js', 'app/components/post_body/post_body.js', 'app/components/post_header/index.js', 'app/components/post_header/post_header.js', 'app/components/post_list/date_header/date_header.js', 'app/components/post_list/date_header/index.js', 'app/components/post_list/index.js', 'app/components/post_list/new_messages_divider.js', 'app/components/post_list/post_list.js', 'app/components/post_list/with_layout.js', 'app/components/post_list_retry.js', 'app/components/post_profile_picture/index.js', 'app/components/post_profile_picture/post_profile_picture.js', 'app/components/post_textbox/components/typing/index.js', 'app/components/post_textbox/components/typing/typing.js', 'app/components/post_textbox/index.js', 'app/components/post_textbox/post_textbox.js', 'app/components/profile_picture/index.js', 'app/components/profile_picture/profile_picture.js', 'app/components/progressive_image/index.js', 'app/components/progressive_image/progressive_image.js', 'app/components/reply_icon.js', 'app/components/retry_bar_indicator/index.js', 'app/components/retry_bar_indicator/retry_bar_indicator.js', 'app/components/root/index.js', 'app/components/root/root.js', 'app/components/safe_area_view/index.js', 'app/components/safe_area_view/safe_area_view.android.js', 'app/components/search_bar/index.js', 'app/components/search_bar/search_bar.android.js', 'app/components/settings_drawer/drawer_item.js', 'app/components/settings_drawer/index.js', 'app/components/settings_drawer/settings_drawer.js', 'app/components/settings_drawer/status_label/index.js', 'app/components/settings_drawer/status_label/status_label.js', 'app/components/settings_drawer/user_info/index.js', 'app/components/settings_drawer/user_info/user_info.js', 'app/components/start/empty_toolbar.js', 'app/components/status_bar/index.js', 'app/components/status_bar/status_bar.js', 'app/components/swiper.js', 'app/components/team_icon/index.js', 'app/components/team_icon/team_icon.js', 'app/components/user_status/index.js', 'app/components/user_status/user_status.js', 'app/components/vector_icon.js', 'app/constants/autocomplete.js', 'app/constants/custom_prop_types.js', 'app/constants/device.js', 'app/constants/index.js', 'app/constants/list.js', 'app/constants/navigation.js', 'app/constants/permissions.js', 'app/constants/post_textbox.js', 'app/constants/view.js', 'app/i18n/index.js', 'app/initial_state.js', 'app/mattermost.js', 'app/mattermost_bucket/index.js', 'app/mattermost_managed/index.js', 'app/mattermost_managed/mattermost-managed.android.js', 'app/push_notifications/index.js', 'app/push_notifications/push_notifications.android.js', 'app/reducers/app/build.js', 'app/reducers/app/index.js', 'app/reducers/app/version.js', 'app/reducers/device/connection.js', 'app/reducers/device/dimension.js', 'app/reducers/device/index.js', 'app/reducers/device/is_tablet.js', 'app/reducers/device/orientation.js', 'app/reducers/device/status_bar.js', 'app/reducers/device/websocket.js', 'app/reducers/index.js', 'app/reducers/navigation/index.js', 'app/reducers/views/announcement.js', 'app/reducers/views/channel.js', 'app/reducers/views/client_upgrade.js', 'app/reducers/views/emoji.js', 'app/reducers/views/extension.js', 'app/reducers/views/i18n.js', 'app/reducers/views/index.js', 'app/reducers/views/login.js', 'app/reducers/views/recent_emojis.js', 'app/reducers/views/root.js', 'app/reducers/views/search.js', 'app/reducers/views/select_server.js', 'app/reducers/views/team.js', 'app/reducers/views/thread.js', 'app/screens/channel/channel.js', 'app/screens/channel/channel_nav_bar/channel_drawer_button.js', 'app/screens/channel/channel_nav_bar/channel_nav_bar.js', 'app/screens/channel/channel_nav_bar/channel_search_button/channel_search_button.js', 'app/screens/channel/channel_nav_bar/channel_search_button/index.js', 'app/screens/channel/channel_nav_bar/channel_title/channel_title.js', 'app/screens/channel/channel_nav_bar/channel_title/index.js', 'app/screens/channel/channel_nav_bar/index.js', 'app/screens/channel/channel_nav_bar/settings_drawer_button.js', 'app/screens/channel/channel_post_list/channel_post_list.js', 'app/screens/channel/channel_post_list/index.js', 'app/screens/channel/index.js', 'app/screens/entry/entry.js', 'app/screens/entry/index.js', 'app/screens/index.js', 'app/screens/select_server/index.js', 'app/screens/select_server/select_server.js', 'app/selectors/autocomplete.js', 'app/selectors/channel.js', 'app/selectors/client_upgrade.js', 'app/selectors/device.js', 'app/selectors/file.js', 'app/selectors/i18n.js', 'app/selectors/post_list.js', 'app/selectors/views.js', 'app/store/index.js', 'app/store/middleware.js', 'app/store/utils.js', 'app/styles/index.js', 'app/telemetry/index.js', 'app/telemetry/telemetry.android.js', 'app/utils/avoid_native_bridge.js', 'app/utils/channels.js', 'app/utils/client_upgrade.js', 'app/utils/emojis.js', 'app/utils/file.js', 'app/utils/general.js', 'app/utils/image_cache_manager.js', 'app/utils/latinise.js', 'app/utils/list_view.js', 'app/utils/markdown.js', 'app/utils/network.js', 'app/utils/push_notifications.js', 'app/utils/segment.js', 'app/utils/sentry/index.js', 'app/utils/sentry/middleware.js', 'app/utils/tap.js', 'app/utils/theme.js', 'app/utils/time_tracker.js', 'app/utils/tooltip.js', 'app/utils/url.js', 'app/utils/wrap_context_provider.js', 'binaryToBase64', 'convertRequestBody', 'createAnimatedComponent', 'createReactNativeComponentClass', 'createStrictShapeTypeChecker', 'deepDiffer', 'deepFreezeAndThrowOnMutationInDev', 'defineLazyObjectProperty', 'deprecatedPropType', 'dismissKeyboard', 'dist/assets/config.json', 'dist/assets/i18n/en.json', 'dist/assets/images/icons/audio.png', 'dist/assets/images/icons/code.png', 'dist/assets/images/icons/excel.png', 'dist/assets/images/icons/generic.png', 'dist/assets/images/icons/image.png', 'dist/assets/images/icons/patch.png', 'dist/assets/images/icons/pdf.png', 'dist/assets/images/icons/ppt.png', 'dist/assets/images/icons/video.png', 'dist/assets/images/icons/webhook.jpg', 'dist/assets/images/icons/word.png', 'dist/assets/images/profile.jpg', 'dist/assets/images/status/away.png', 'dist/assets/images/status/dnd.png', 'dist/assets/images/status/offline.png', 'dist/assets/images/status/online.png', 'dist/assets/images/thumb.png', 'ensureComponentIsNative', 'ensurePositiveDelayProps', 'fetch', 'flattenStyle', 'getDevServer', 'guid', 'index.js', 'infoLog', 'insetsDiffer', 'logError', 'matricesDiffer', 'merge', 'mergeFast', 'mergeHelpers', 'mergeInto', 'node_modules/analytics-react-native/lib/helpers/assert.js', 'node_modules/analytics-react-native/lib/helpers/fetch-retry.js', 'node_modules/analytics-react-native/lib/helpers/parse-response.js', 'node_modules/analytics-react-native/lib/helpers/uid.js', 'node_modules/analytics-react-native/lib/helpers/validate.js', 'node_modules/analytics-react-native/lib/index.js', 'node_modules/art/core/class.js', 'node_modules/art/core/color.js', 'node_modules/art/core/path.js', 'node_modules/art/core/transform.js', 'node_modules/art/metrics/path.js', 'node_modules/base-64/base64.js', 'node_modules/base64-js/index.js', 'node_modules/clamp/index.js', 'node_modules/color-convert/conversions.js', 'node_modules/color-convert/index.js', 'node_modules/color-convert/route.js', 'node_modules/color-name/index.js', 'node_modules/color-string/index.js', 'node_modules/color/index.js', 'node_modules/commonmark-react-renderer/src/commonmark-react-renderer.js', 'node_modules/commonmark/lib/blocks.js', 'node_modules/commonmark/lib/common.js', 'node_modules/commonmark/lib/from-code-point.js', 'node_modules/commonmark/lib/index.js', 'node_modules/commonmark/lib/inlines.js', 'node_modules/commonmark/lib/node.js', 'node_modules/commonmark/lib/normalize-reference.js', 'node_modules/commonmark/lib/render/html.js', 'node_modules/commonmark/lib/render/renderer.js', 'node_modules/commonmark/lib/render/xml.js', 'node_modules/create-react-class/factory.js', 'node_modules/create-react-class/index.js', 'node_modules/entities/index.js', 'node_modules/entities/lib/decode.js', 'node_modules/entities/lib/decode_codepoint.js', 'node_modules/entities/lib/encode.js', 'node_modules/entities/maps/decode.json', 'node_modules/entities/maps/entities.json', 'node_modules/entities/maps/legacy.json', 'node_modules/entities/maps/xml.json', 'node_modules/event-target-shim/lib/commons.js', 'node_modules/event-target-shim/lib/custom-event-target.js', 'node_modules/event-target-shim/lib/event-target.js', 'node_modules/event-target-shim/lib/event-wrapper.js', 'node_modules/eventemitter3/index.js', 'node_modules/fbjs/lib/ExecutionEnvironment.js', 'node_modules/fbjs/lib/Promise.native.js', 'node_modules/fbjs/lib/TouchEventUtils.js', 'node_modules/fbjs/lib/emptyFunction.js', 'node_modules/fbjs/lib/emptyObject.js', 'node_modules/fbjs/lib/invariant.js', 'node_modules/fbjs/lib/isNode.js', 'node_modules/fbjs/lib/keyMirror.js', 'node_modules/fbjs/lib/nullthrows.js', 'node_modules/fbjs/lib/performance.js', 'node_modules/fbjs/lib/performanceNow.js', 'node_modules/fbjs/lib/shallowEqual.js', 'node_modules/fbjs/lib/warning.js', 'node_modules/form-data/lib/browser.js', 'node_modules/fuse.js/dist/fuse.js', 'node_modules/get-params/index.js', 'node_modules/global/window.js', 'node_modules/hoist-non-react-statics/index.js', 'node_modules/intl-format-cache/index.js', 'node_modules/intl-format-cache/lib/es5.js', 'node_modules/intl-format-cache/lib/memoizer.js', 'node_modules/intl-messageformat-parser/index.js', 'node_modules/intl-messageformat-parser/lib/parser.js', 'node_modules/intl-messageformat/index.js', 'node_modules/intl-messageformat/lib/compiler.js', 'node_modules/intl-messageformat/lib/core.js', 'node_modules/intl-messageformat/lib/en.js', 'node_modules/intl-messageformat/lib/es5.js', 'node_modules/intl-messageformat/lib/locales.js', 'node_modules/intl-messageformat/lib/main.js', 'node_modules/intl-messageformat/lib/utils.js', 'node_modules/intl-relativeformat/index.js', 'node_modules/intl-relativeformat/lib/core.js', 'node_modules/intl-relativeformat/lib/diff.js', 'node_modules/intl-relativeformat/lib/en.js', 'node_modules/intl-relativeformat/lib/es5.js', 'node_modules/intl-relativeformat/lib/locales.js', 'node_modules/intl-relativeformat/lib/main.js', 'node_modules/intl/index.js', 'node_modules/intl/lib/core.js', 'node_modules/intl/locale-data/complete.js', 'node_modules/invariant/browser.js', 'node_modules/jail-monkey/index.js', 'node_modules/jsan/index.js', 'node_modules/jsan/lib/cycle.js', 'node_modules/jsan/lib/index.js', 'node_modules/jsan/lib/path-getter.js', 'node_modules/jsan/lib/utils.js', 'node_modules/json-stringify-safe/stringify.js', 'node_modules/keymirror/index.js', 'node_modules/linked-list/_source/linked-list.js', 'node_modules/linked-list/index.js', 'node_modules/lodash.assign/index.js', 'node_modules/lodash.forin/index.js', 'node_modules/lodash.get/index.js', 'node_modules/lodash.isempty/index.js', 'node_modules/lodash.isplainobject/index.js', 'node_modules/lodash.pickby/index.js', 'node_modules/lodash.set/index.js', 'node_modules/lodash.unset/index.js', 'node_modules/lodash/_DataView.js', 'node_modules/lodash/_Hash.js', 'node_modules/lodash/_ListCache.js', 'node_modules/lodash/_Map.js', 'node_modules/lodash/_MapCache.js', 'node_modules/lodash/_Promise.js', 'node_modules/lodash/_Set.js', 'node_modules/lodash/_SetCache.js', 'node_modules/lodash/_Stack.js', 'node_modules/lodash/_Symbol.js', 'node_modules/lodash/_Uint8Array.js', 'node_modules/lodash/_WeakMap.js', 'node_modules/lodash/_apply.js', 'node_modules/lodash/_arrayEach.js', 'node_modules/lodash/_arrayFilter.js', 'node_modules/lodash/_arrayIncludes.js', 'node_modules/lodash/_arrayIncludesWith.js', 'node_modules/lodash/_arrayLikeKeys.js', 'node_modules/lodash/_arrayMap.js', 'node_modules/lodash/_arrayPush.js', 'node_modules/lodash/_arraySome.js', 'node_modules/lodash/_assignValue.js', 'node_modules/lodash/_assocIndexOf.js', 'node_modules/lodash/_baseAssign.js', 'node_modules/lodash/_baseAssignIn.js', 'node_modules/lodash/_baseAssignValue.js', 'node_modules/lodash/_baseClone.js', 'node_modules/lodash/_baseCreate.js', 'node_modules/lodash/_baseDifference.js', 'node_modules/lodash/_baseFindIndex.js', 'node_modules/lodash/_baseFlatten.js', 'node_modules/lodash/_baseFor.js', 'node_modules/lodash/_baseForOwn.js', 'node_modules/lodash/_baseGet.js', 'node_modules/lodash/_baseGetAllKeys.js', 'node_modules/lodash/_baseGetTag.js', 'node_modules/lodash/_baseHasIn.js', 'node_modules/lodash/_baseIndexOf.js', 'node_modules/lodash/_baseIsArguments.js', 'node_modules/lodash/_baseIsEqual.js', 'node_modules/lodash/_baseIsEqualDeep.js', 'node_modules/lodash/_baseIsMap.js', 'node_modules/lodash/_baseIsMatch.js', 'node_modules/lodash/_baseIsNaN.js', 'node_modules/lodash/_baseIsNative.js', 'node_modules/lodash/_baseIsSet.js', 'node_modules/lodash/_baseIsTypedArray.js', 'node_modules/lodash/_baseIteratee.js', 'node_modules/lodash/_baseKeys.js', 'node_modules/lodash/_baseKeysIn.js', 'node_modules/lodash/_baseMatches.js', 'node_modules/lodash/_baseMatchesProperty.js', 'node_modules/lodash/_basePick.js', 'node_modules/lodash/_basePickBy.js', 'node_modules/lodash/_baseProperty.js', 'node_modules/lodash/_basePropertyDeep.js', 'node_modules/lodash/_baseRest.js', 'node_modules/lodash/_baseSet.js', 'node_modules/lodash/_baseSetToString.js', 'node_modules/lodash/_baseSlice.js', 'node_modules/lodash/_baseTimes.js', 'node_modules/lodash/_baseToString.js', 'node_modules/lodash/_baseUnary.js', 'node_modules/lodash/_baseUniq.js', 'node_modules/lodash/_baseUnset.js', 'node_modules/lodash/_cacheHas.js', 'node_modules/lodash/_castPath.js', 'node_modules/lodash/_cloneArrayBuffer.js', 'node_modules/lodash/_cloneBuffer.js', 'node_modules/lodash/_cloneDataView.js', 'node_modules/lodash/_cloneRegExp.js', 'node_modules/lodash/_cloneSymbol.js', 'node_modules/lodash/_cloneTypedArray.js', 'node_modules/lodash/_copyArray.js', 'node_modules/lodash/_copyObject.js', 'node_modules/lodash/_copySymbols.js', 'node_modules/lodash/_copySymbolsIn.js', 'node_modules/lodash/_coreJsData.js', 'node_modules/lodash/_createAssigner.js', 'node_modules/lodash/_createBaseFor.js', 'node_modules/lodash/_createFind.js', 'node_modules/lodash/_createSet.js', 'node_modules/lodash/_customOmitClone.js', 'node_modules/lodash/_defineProperty.js', 'node_modules/lodash/_equalArrays.js', 'node_modules/lodash/_equalByTag.js', 'node_modules/lodash/_equalObjects.js', 'node_modules/lodash/_flatRest.js', 'node_modules/lodash/_freeGlobal.js', 'node_modules/lodash/_getAllKeys.js', 'node_modules/lodash/_getAllKeysIn.js', 'node_modules/lodash/_getMapData.js', 'node_modules/lodash/_getMatchData.js', 'node_modules/lodash/_getNative.js', 'node_modules/lodash/_getPrototype.js', 'node_modules/lodash/_getRawTag.js', 'node_modules/lodash/_getSymbols.js', 'node_modules/lodash/_getSymbolsIn.js', 'node_modules/lodash/_getTag.js', 'node_modules/lodash/_getValue.js', 'node_modules/lodash/_hasPath.js', 'node_modules/lodash/_hashClear.js', 'node_modules/lodash/_hashDelete.js', 'node_modules/lodash/_hashGet.js', 'node_modules/lodash/_hashHas.js', 'node_modules/lodash/_hashSet.js', 'node_modules/lodash/_initCloneArray.js', 'node_modules/lodash/_initCloneByTag.js', 'node_modules/lodash/_initCloneObject.js', 'node_modules/lodash/_isFlattenable.js', 'node_modules/lodash/_isIndex.js', 'node_modules/lodash/_isIterateeCall.js', 'node_modules/lodash/_isKey.js', 'node_modules/lodash/_isKeyable.js', 'node_modules/lodash/_isMasked.js', 'node_modules/lodash/_isPrototype.js', 'node_modules/lodash/_isStrictComparable.js', 'node_modules/lodash/_listCacheClear.js', 'node_modules/lodash/_listCacheDelete.js', 'node_modules/lodash/_listCacheGet.js', 'node_modules/lodash/_listCacheHas.js', 'node_modules/lodash/_listCacheSet.js', 'node_modules/lodash/_mapCacheClear.js', 'node_modules/lodash/_mapCacheDelete.js', 'node_modules/lodash/_mapCacheGet.js', 'node_modules/lodash/_mapCacheHas.js', 'node_modules/lodash/_mapCacheSet.js', 'node_modules/lodash/_mapToArray.js', 'node_modules/lodash/_matchesStrictComparable.js', 'node_modules/lodash/_memoizeCapped.js', 'node_modules/lodash/_nativeCreate.js', 'node_modules/lodash/_nativeKeys.js', 'node_modules/lodash/_nativeKeysIn.js', 'node_modules/lodash/_nodeUtil.js', 'node_modules/lodash/_objectToString.js', 'node_modules/lodash/_overArg.js', 'node_modules/lodash/_overRest.js', 'node_modules/lodash/_parent.js', 'node_modules/lodash/_root.js', 'node_modules/lodash/_setCacheAdd.js', 'node_modules/lodash/_setCacheHas.js', 'node_modules/lodash/_setToArray.js', 'node_modules/lodash/_setToString.js', 'node_modules/lodash/_shortOut.js', 'node_modules/lodash/_stackClear.js', 'node_modules/lodash/_stackDelete.js', 'node_modules/lodash/_stackGet.js', 'node_modules/lodash/_stackHas.js', 'node_modules/lodash/_stackSet.js', 'node_modules/lodash/_strictIndexOf.js', 'node_modules/lodash/_stringToPath.js', 'node_modules/lodash/_toKey.js', 'node_modules/lodash/_toSource.js', 'node_modules/lodash/assign.js', 'node_modules/lodash/constant.js', 'node_modules/lodash/difference.js', 'node_modules/lodash/eq.js', 'node_modules/lodash/find.js', 'node_modules/lodash/findIndex.js', 'node_modules/lodash/flatten.js', 'node_modules/lodash/get.js', 'node_modules/lodash/hasIn.js', 'node_modules/lodash/identity.js', 'node_modules/lodash/isArguments.js', 'node_modules/lodash/isArray.js', 'node_modules/lodash/isArrayLike.js', 'node_modules/lodash/isArrayLikeObject.js', 'node_modules/lodash/isBuffer.js', 'node_modules/lodash/isEqual.js', 'node_modules/lodash/isFunction.js', 'node_modules/lodash/isLength.js', 'node_modules/lodash/isMap.js', 'node_modules/lodash/isObject.js', 'node_modules/lodash/isObjectLike.js', 'node_modules/lodash/isPlainObject.js', 'node_modules/lodash/isSet.js', 'node_modules/lodash/isString.js', 'node_modules/lodash/isSymbol.js', 'node_modules/lodash/isTypedArray.js', 'node_modules/lodash/keys.js', 'node_modules/lodash/keysIn.js', 'node_modules/lodash/last.js', 'node_modules/lodash/lodash.js', 'node_modules/lodash/mapValues.js', 'node_modules/lodash/memoize.js', 'node_modules/lodash/noop.js', 'node_modules/lodash/omit.js', 'node_modules/lodash/pick.js', 'node_modules/lodash/property.js', 'node_modules/lodash/stubArray.js', 'node_modules/lodash/stubFalse.js', 'node_modules/lodash/toFinite.js', 'node_modules/lodash/toInteger.js', 'node_modules/lodash/toNumber.js', 'node_modules/lodash/toString.js', 'node_modules/lodash/union.js', 'node_modules/mattermost-redux/action_types/admin.js', 'node_modules/mattermost-redux/action_types/alerts.js', 'node_modules/mattermost-redux/action_types/channels.js', 'node_modules/mattermost-redux/action_types/emojis.js', 'node_modules/mattermost-redux/action_types/errors.js', 'node_modules/mattermost-redux/action_types/files.js', 'node_modules/mattermost-redux/action_types/general.js', 'node_modules/mattermost-redux/action_types/index.js', 'node_modules/mattermost-redux/action_types/integrations.js', 'node_modules/mattermost-redux/action_types/jobs.js', 'node_modules/mattermost-redux/action_types/posts.js', 'node_modules/mattermost-redux/action_types/preferences.js', 'node_modules/mattermost-redux/action_types/roles.js', 'node_modules/mattermost-redux/action_types/search.js', 'node_modules/mattermost-redux/action_types/teams.js', 'node_modules/mattermost-redux/action_types/users.js', 'node_modules/mattermost-redux/actions/channels.js', 'node_modules/mattermost-redux/actions/emojis.js', 'node_modules/mattermost-redux/actions/errors.js', 'node_modules/mattermost-redux/actions/files.js', 'node_modules/mattermost-redux/actions/general.js', 'node_modules/mattermost-redux/actions/helpers.js', 'node_modules/mattermost-redux/actions/integrations.js', 'node_modules/mattermost-redux/actions/posts.js', 'node_modules/mattermost-redux/actions/preferences.js', 'node_modules/mattermost-redux/actions/roles.js', 'node_modules/mattermost-redux/actions/search.js', 'node_modules/mattermost-redux/actions/teams.js', 'node_modules/mattermost-redux/actions/users.js', 'node_modules/mattermost-redux/actions/websocket.js', 'node_modules/mattermost-redux/client/client.js', 'node_modules/mattermost-redux/client/client4.js', 'node_modules/mattermost-redux/client/fetch_etag.js', 'node_modules/mattermost-redux/client/index.js', 'node_modules/mattermost-redux/client/websocket_client.js', 'node_modules/mattermost-redux/constants/alerts.js', 'node_modules/mattermost-redux/constants/emoji.js', 'node_modules/mattermost-redux/constants/files.js', 'node_modules/mattermost-redux/constants/general.js', 'node_modules/mattermost-redux/constants/index.js', 'node_modules/mattermost-redux/constants/permissions.js', 'node_modules/mattermost-redux/constants/plugins.js', 'node_modules/mattermost-redux/constants/posts.js', 'node_modules/mattermost-redux/constants/preferences.js', 'node_modules/mattermost-redux/constants/request_status.js', 'node_modules/mattermost-redux/constants/stats.js', 'node_modules/mattermost-redux/constants/teams.js', 'node_modules/mattermost-redux/constants/websocket.js', 'node_modules/mattermost-redux/node_modules/redux-batched-actions/lib/index.js', 'node_modules/mattermost-redux/node_modules/redux-persist/lib/constants.js', 'node_modules/mattermost-redux/node_modules/redux/lib/applyMiddleware.js', 'node_modules/mattermost-redux/node_modules/redux/lib/bindActionCreators.js', 'node_modules/mattermost-redux/node_modules/redux/lib/combineReducers.js', 'node_modules/mattermost-redux/node_modules/redux/lib/compose.js', 'node_modules/mattermost-redux/node_modules/redux/lib/createStore.js', 'node_modules/mattermost-redux/node_modules/redux/lib/index.js', 'node_modules/mattermost-redux/node_modules/redux/lib/utils/warning.js', 'node_modules/mattermost-redux/reducers/entities/admin.js', 'node_modules/mattermost-redux/reducers/entities/alerts.js', 'node_modules/mattermost-redux/reducers/entities/channels.js', 'node_modules/mattermost-redux/reducers/entities/emojis.js', 'node_modules/mattermost-redux/reducers/entities/files.js', 'node_modules/mattermost-redux/reducers/entities/general.js', 'node_modules/mattermost-redux/reducers/entities/index.js', 'node_modules/mattermost-redux/reducers/entities/integrations.js', 'node_modules/mattermost-redux/reducers/entities/jobs.js', 'node_modules/mattermost-redux/reducers/entities/posts.js', 'node_modules/mattermost-redux/reducers/entities/preferences.js', 'node_modules/mattermost-redux/reducers/entities/roles.js', 'node_modules/mattermost-redux/reducers/entities/search.js', 'node_modules/mattermost-redux/reducers/entities/teams.js', 'node_modules/mattermost-redux/reducers/entities/typing.js', 'node_modules/mattermost-redux/reducers/entities/users.js', 'node_modules/mattermost-redux/reducers/errors/index.js', 'node_modules/mattermost-redux/reducers/index.js', 'node_modules/mattermost-redux/reducers/requests/admin.js', 'node_modules/mattermost-redux/reducers/requests/channels.js', 'node_modules/mattermost-redux/reducers/requests/emojis.js', 'node_modules/mattermost-redux/reducers/requests/files.js', 'node_modules/mattermost-redux/reducers/requests/general.js', 'node_modules/mattermost-redux/reducers/requests/helpers.js', 'node_modules/mattermost-redux/reducers/requests/index.js', 'node_modules/mattermost-redux/reducers/requests/integrations.js', 'node_modules/mattermost-redux/reducers/requests/jobs.js', 'node_modules/mattermost-redux/reducers/requests/posts.js', 'node_modules/mattermost-redux/reducers/requests/preferences.js', 'node_modules/mattermost-redux/reducers/requests/roles.js', 'node_modules/mattermost-redux/reducers/requests/search.js', 'node_modules/mattermost-redux/reducers/requests/teams.js', 'node_modules/mattermost-redux/reducers/requests/users.js', 'node_modules/mattermost-redux/selectors/entities/channels.js', 'node_modules/mattermost-redux/selectors/entities/common.js', 'node_modules/mattermost-redux/selectors/entities/emojis.js', 'node_modules/mattermost-redux/selectors/entities/general.js', 'node_modules/mattermost-redux/selectors/entities/i18n.js', 'node_modules/mattermost-redux/selectors/entities/integrations.js', 'node_modules/mattermost-redux/selectors/entities/posts.js', 'node_modules/mattermost-redux/selectors/entities/preferences.js', 'node_modules/mattermost-redux/selectors/entities/roles.js', 'node_modules/mattermost-redux/selectors/entities/teams.js', 'node_modules/mattermost-redux/selectors/entities/typing.js', 'node_modules/mattermost-redux/selectors/entities/users.js', 'node_modules/mattermost-redux/store/configureStore.dev.js', 'node_modules/mattermost-redux/store/helpers.js', 'node_modules/mattermost-redux/store/index.js', 'node_modules/mattermost-redux/store/initial_state.js', 'node_modules/mattermost-redux/utils/channel_utils.js', 'node_modules/mattermost-redux/utils/deep_freeze.js', 'node_modules/mattermost-redux/utils/delayed_action.js', 'node_modules/mattermost-redux/utils/emoji_utils.js', 'node_modules/mattermost-redux/utils/event_emitter.js', 'node_modules/mattermost-redux/utils/file_utils.js', 'node_modules/mattermost-redux/utils/helpers.js', 'node_modules/mattermost-redux/utils/i18n_utils.js', 'node_modules/mattermost-redux/utils/key_mirror.js', 'node_modules/mattermost-redux/utils/post_utils.js', 'node_modules/mattermost-redux/utils/preference_utils.js', 'node_modules/mattermost-redux/utils/team_utils.js', 'node_modules/mattermost-redux/utils/theme_utils.js', 'node_modules/mattermost-redux/utils/user_utils.js', 'node_modules/mdurl/decode.js', 'node_modules/mdurl/encode.js', 'node_modules/metro/src/lib/bundle-modules/HMRClient.js', 'node_modules/metro/src/lib/bundle-modules/MetroClient.js', 'node_modules/mime-db/db.json', 'node_modules/mime-db/index.js', 'node_modules/object-assign/index.js', 'node_modules/pascalcase/index.js', 'node_modules/path-to-regexp/index.js', 'node_modules/path-to-regexp/node_modules/isarray/index.js', 'node_modules/pegjs/lib/compiler/asts.js', 'node_modules/pegjs/lib/compiler/index.js', 'node_modules/pegjs/lib/compiler/js.js', 'node_modules/pegjs/lib/compiler/opcodes.js', 'node_modules/pegjs/lib/compiler/passes/generate-bytecode.js', 'node_modules/pegjs/lib/compiler/passes/generate-js.js', 'node_modules/pegjs/lib/compiler/passes/remove-proxy-rules.js', 'node_modules/pegjs/lib/compiler/passes/report-duplicate-labels.js', 'node_modules/pegjs/lib/compiler/passes/report-duplicate-rules.js', 'node_modules/pegjs/lib/compiler/passes/report-infinite-recursion.js', 'node_modules/pegjs/lib/compiler/passes/report-infinite-repetition.js', 'node_modules/pegjs/lib/compiler/passes/report-undefined-rules.js', 'node_modules/pegjs/lib/compiler/visitor.js', 'node_modules/pegjs/lib/grammar-error.js', 'node_modules/pegjs/lib/parser.js', 'node_modules/pegjs/lib/peg.js', 'node_modules/pegjs/lib/utils/arrays.js', 'node_modules/pegjs/lib/utils/classes.js', 'node_modules/pegjs/lib/utils/objects.js', 'node_modules/promise/setimmediate/core.js', 'node_modules/promise/setimmediate/done.js', 'node_modules/promise/setimmediate/es6-extensions.js', 'node_modules/promise/setimmediate/rejection-tracking.js', 'node_modules/prop-types/checkPropTypes.js', 'node_modules/prop-types/factoryWithTypeCheckers.js', 'node_modules/prop-types/index.js', 'node_modules/prop-types/lib/ReactPropTypesSecret.js', 'node_modules/querystring/decode.js', 'node_modules/querystring/encode.js', 'node_modules/querystring/index.js', 'node_modules/querystringify/index.js', 'node_modules/raven-js/src/configError.js', 'node_modules/raven-js/src/console.js', 'node_modules/raven-js/src/raven.js', 'node_modules/raven-js/src/singleton.js', 'node_modules/raven-js/src/utils.js', 'node_modules/raven-js/vendor/TraceKit/tracekit.js', 'node_modules/raven-js/vendor/json-stringify-safe/stringify.js', 'node_modules/raven-js/vendor/md5/md5.js', 'node_modules/react-deep-force-update/lib/index.js', 'node_modules/react-devtools-core/build/backend.js', 'node_modules/react-intl/lib/index.js', 'node_modules/react-intl/locale-data/en.js', 'node_modules/react-intl/locale-data/index.js', 'node_modules/react-native-bottom-sheet/index.js', 'node_modules/react-native-button/Button.js', 'node_modules/react-native-button/coalesceNonElementChildren.js', 'node_modules/react-native-circular-progress/index.js', 'node_modules/react-native-circular-progress/src/AnimatedCircularProgress.js', 'node_modules/react-native-circular-progress/src/CircularProgress.js', 'node_modules/react-native-device-info/deviceinfo.js', 'node_modules/react-native-document-picker/index.js', 'node_modules/react-native-drawer/index.js', 'node_modules/react-native-drawer/tweener.js', 'node_modules/react-native-fast-image/index.js', 'node_modules/react-native-fetch-blob/android.js', 'node_modules/react-native-fetch-blob/class/RNFetchBlobFile.js', 'node_modules/react-native-fetch-blob/class/RNFetchBlobReadStream.js', 'node_modules/react-native-fetch-blob/class/RNFetchBlobSession.js', 'node_modules/react-native-fetch-blob/class/RNFetchBlobWriteStream.js', 'node_modules/react-native-fetch-blob/class/StatefulPromise.js', 'node_modules/react-native-fetch-blob/fs.js', 'node_modules/react-native-fetch-blob/index.js', 'node_modules/react-native-fetch-blob/ios.js', 'node_modules/react-native-fetch-blob/json-stream.js', 'node_modules/react-native-fetch-blob/lib/oboe-browser.min.js', 'node_modules/react-native-fetch-blob/polyfill/Blob.js', 'node_modules/react-native-fetch-blob/polyfill/Event.js', 'node_modules/react-native-fetch-blob/polyfill/EventTarget.js', 'node_modules/react-native-fetch-blob/polyfill/Fetch.js', 'node_modules/react-native-fetch-blob/polyfill/File.js', 'node_modules/react-native-fetch-blob/polyfill/FileReader.js', 'node_modules/react-native-fetch-blob/polyfill/ProgressEvent.js', 'node_modules/react-native-fetch-blob/polyfill/XMLHttpRequest.js', 'node_modules/react-native-fetch-blob/polyfill/XMLHttpRequestEventTarget.js', 'node_modules/react-native-fetch-blob/polyfill/index.js', 'node_modules/react-native-fetch-blob/utils/log.js', 'node_modules/react-native-fetch-blob/utils/unicode.js', 'node_modules/react-native-fetch-blob/utils/uri.js', 'node_modules/react-native-fetch-blob/utils/uuid.js', 'node_modules/react-native-image-picker/index.js', 'node_modules/react-native-keychain/index.js', 'node_modules/react-native-linear-gradient/index.android.js', 'node_modules/react-native-local-auth/LocalAuth.android.js', 'node_modules/react-native-local-auth/data/errors.js', 'node_modules/react-native-local-auth/error.js', 'node_modules/react-native-local-auth/index.js', 'node_modules/react-native-navigation/src/NativeEventsReceiver.js', 'node_modules/react-native-navigation/src/Navigation.js', 'node_modules/react-native-navigation/src/PropRegistry.js', 'node_modules/react-native-navigation/src/Screen.js', 'node_modules/react-native-navigation/src/ScreenVisibilityListener.js', 'node_modules/react-native-navigation/src/deprecated/indexDeprecated.android.js', 'node_modules/react-native-navigation/src/deprecated/platformSpecificDeprecated.android.js', 'node_modules/react-native-navigation/src/index.js', 'node_modules/react-native-navigation/src/platformSpecific.android.js', 'node_modules/react-native-navigation/src/views/sharedElementTransition.android.js', 'node_modules/react-native-notifications/index.android.js', 'node_modules/react-native-notifications/notification.android.js', 'node_modules/react-native-permissions/index.js', 'node_modules/react-native-permissions/lib/permissions.android.js', 'node_modules/react-native-safe-area-view/index.js', 'node_modules/react-native-safe-area-view/withOrientation.js', 'node_modules/react-native-sentry/index.js', 'node_modules/react-native-sentry/lib/NativeClient.js', 'node_modules/react-native-sentry/lib/RavenClient.js', 'node_modules/react-native-sentry/lib/Sentry.js', 'node_modules/react-native-svg/elements/Circle.js', 'node_modules/react-native-svg/elements/ClipPath.js', 'node_modules/react-native-svg/elements/Defs.js', 'node_modules/react-native-svg/elements/Ellipse.js', 'node_modules/react-native-svg/elements/G.js', 'node_modules/react-native-svg/elements/Image.js', 'node_modules/react-native-svg/elements/Line.js', 'node_modules/react-native-svg/elements/LinearGradient.js', 'node_modules/react-native-svg/elements/Path.js', 'node_modules/react-native-svg/elements/Polygon.js', 'node_modules/react-native-svg/elements/Polyline.js', 'node_modules/react-native-svg/elements/RadialGradient.js', 'node_modules/react-native-svg/elements/Rect.js', 'node_modules/react-native-svg/elements/Shape.js', 'node_modules/react-native-svg/elements/Stop.js', 'node_modules/react-native-svg/elements/Svg.js', 'node_modules/react-native-svg/elements/Symbol.js', 'node_modules/react-native-svg/elements/TSpan.js', 'node_modules/react-native-svg/elements/Text.js', 'node_modules/react-native-svg/elements/TextPath.js', 'node_modules/react-native-svg/elements/Use.js', 'node_modules/react-native-svg/index.js', 'node_modules/react-native-svg/lib/Matrix2D.js', 'node_modules/react-native-svg/lib/PATTERN_UNITS.js', 'node_modules/react-native-svg/lib/SvgTouchableMixin.js', 'node_modules/react-native-svg/lib/attributes.js', 'node_modules/react-native-svg/lib/extract/extractBrush.js', 'node_modules/react-native-svg/lib/extract/extractClipPath.js', 'node_modules/react-native-svg/lib/extract/extractFill.js', 'node_modules/react-native-svg/lib/extract/extractGradient.js', 'node_modules/react-native-svg/lib/extract/extractLengthList.js', 'node_modules/react-native-svg/lib/extract/extractOpacity.js', 'node_modules/react-native-svg/lib/extract/extractPolyPoints.js', 'node_modules/react-native-svg/lib/extract/extractProps.js', 'node_modules/react-native-svg/lib/extract/extractResponder.js', 'node_modules/react-native-svg/lib/extract/extractStroke.js', 'node_modules/react-native-svg/lib/extract/extractText.js', 'node_modules/react-native-svg/lib/extract/extractTransform.js', 'node_modules/react-native-svg/lib/extract/extractViewBox.js', 'node_modules/react-native-svg/lib/extract/patternReg.js', 'node_modules/react-native-svg/lib/percentToFloat.js', 'node_modules/react-native-svg/lib/props.js', 'node_modules/react-native-vector-icons/FontAwesome.js', 'node_modules/react-native-vector-icons/Foundation.js', 'node_modules/react-native-vector-icons/Ionicons.js', 'node_modules/react-native-vector-icons/MaterialIcons.js', 'node_modules/react-native-vector-icons/glyphmaps/FontAwesome.json', 'node_modules/react-native-vector-icons/glyphmaps/Foundation.json', 'node_modules/react-native-vector-icons/glyphmaps/Ionicons.json', 'node_modules/react-native-vector-icons/glyphmaps/MaterialIcons.json', 'node_modules/react-native-vector-icons/lib/create-icon-set.js', 'node_modules/react-native-vector-icons/lib/icon-button.js', 'node_modules/react-native-vector-icons/lib/react-native.js', 'node_modules/react-native-vector-icons/lib/tab-bar-item-ios.js', 'node_modules/react-native-vector-icons/lib/toolbar-android.js', 'node_modules/react-native-video/Video.js', 'node_modules/react-native-video/VideoResizeMode.js', 'node_modules/react-native/local-cli/bundle/assetPathUtils.js', 'node_modules/react-native/node_modules/regenerator-runtime/runtime.js', 'node_modules/react-native/node_modules/whatwg-fetch/fetch.js', 'node_modules/react-navigation/src/NavigationActions.js', 'node_modules/react-navigation/src/PlatformHelpers.native.js', 'node_modules/react-navigation/src/StateUtils.js', 'node_modules/react-navigation/src/addNavigationHelpers.js', 'node_modules/react-navigation/src/createNavigationContainer.js', 'node_modules/react-navigation/src/getChildEventSubscriber.js', 'node_modules/react-navigation/src/navigators/StackNavigator.js', 'node_modules/react-navigation/src/navigators/createNavigator.js', 'node_modules/react-navigation/src/react-navigation.js', 'node_modules/react-navigation/src/routers/KeyGenerator.js', 'node_modules/react-navigation/src/routers/StackRouter.js', 'node_modules/react-navigation/src/routers/createConfigGetter.js', 'node_modules/react-navigation/src/routers/getScreenConfigDeprecated.js', 'node_modules/react-navigation/src/routers/getScreenForRouteName.js', 'node_modules/react-navigation/src/routers/validateRouteConfigMap.js', 'node_modules/react-navigation/src/routers/validateScreenOptions.js', 'node_modules/react-navigation/src/utils/ReactNativeFeatures.js', 'node_modules/react-navigation/src/utils/getSceneIndicesForInterpolationInputRange.js', 'node_modules/react-navigation/src/utils/invariant.js', 'node_modules/react-navigation/src/utils/shallowEqual.js', 'node_modules/react-navigation/src/views/AnimatedValueSubscription.js', 'node_modules/react-navigation/src/views/CardStack/Card.js', 'node_modules/react-navigation/src/views/CardStack/CardStack.js', 'node_modules/react-navigation/src/views/CardStack/CardStackStyleInterpolator.js', 'node_modules/react-navigation/src/views/CardStack/CardStackTransitioner.js', 'node_modules/react-navigation/src/views/CardStack/PointerEventsContainer.js', 'node_modules/react-navigation/src/views/CardStack/TransitionConfigs.js', 'node_modules/react-navigation/src/views/Header/Header.js', 'node_modules/react-navigation/src/views/Header/HeaderBackButton.js', 'node_modules/react-navigation/src/views/Header/HeaderStyleInterpolator.js', 'node_modules/react-navigation/src/views/Header/HeaderTitle.js', 'node_modules/react-navigation/src/views/Header/ModularHeaderBackButton.js', 'node_modules/react-navigation/src/views/SceneView.js', 'node_modules/react-navigation/src/views/ScenesReducer.js', 'node_modules/react-navigation/src/views/TouchableItem.js', 'node_modules/react-navigation/src/views/Transitioner.js', 'node_modules/react-navigation/src/views/assets/back-icon.png', 'node_modules/react-navigation/src/views/withOrientation.js', 'node_modules/react-proxy/modules/bindAutoBindMethods.js', 'node_modules/react-proxy/modules/createClassProxy.js', 'node_modules/react-proxy/modules/createPrototypeProxy.js', 'node_modules/react-proxy/modules/deleteUnknownAutoBindMethods.js', 'node_modules/react-proxy/modules/index.js', 'node_modules/react-proxy/modules/supportsProtoAssignment.js', 'node_modules/react-redux/lib/components/Provider.js', 'node_modules/react-redux/lib/components/connectAdvanced.js', 'node_modules/react-redux/lib/connect/connect.js', 'node_modules/react-redux/lib/connect/mapDispatchToProps.js', 'node_modules/react-redux/lib/connect/mapStateToProps.js', 'node_modules/react-redux/lib/connect/mergeProps.js', 'node_modules/react-redux/lib/connect/selectorFactory.js', 'node_modules/react-redux/lib/connect/verifySubselectors.js', 'node_modules/react-redux/lib/connect/wrapMapToProps.js', 'node_modules/react-redux/lib/index.js', 'node_modules/react-redux/lib/utils/PropTypes.js', 'node_modules/react-redux/lib/utils/Subscription.js', 'node_modules/react-redux/lib/utils/shallowEqual.js', 'node_modules/react-redux/lib/utils/verifyPlainObject.js', 'node_modules/react-redux/lib/utils/warning.js', 'node_modules/react-timer-mixin/TimerMixin.js', 'node_modules/react-transform-hmr/lib/index.js', 'node_modules/react/cjs/react.development.js', 'node_modules/react/index.js', 'node_modules/redux-action-buffer/index.js', 'node_modules/redux-batched-actions/lib/index.js', 'node_modules/redux-devtools-instrument/lib/instrument.js', 'node_modules/redux-offline/lib/actions.js', 'node_modules/redux-offline/lib/config.js', 'node_modules/redux-offline/lib/constants.js', 'node_modules/redux-offline/lib/defaults/batch.js', 'node_modules/redux-offline/lib/defaults/detectNetwork.native.js', 'node_modules/redux-offline/lib/defaults/discard.js', 'node_modules/redux-offline/lib/defaults/effect.js', 'node_modules/redux-offline/lib/defaults/index.js', 'node_modules/redux-offline/lib/defaults/persist.native.js', 'node_modules/redux-offline/lib/defaults/retry.js', 'node_modules/redux-offline/lib/index.js', 'node_modules/redux-offline/lib/middleware.js', 'node_modules/redux-offline/lib/updater.js', 'node_modules/redux-persist-transform-filter/dist/index.js', 'node_modules/redux-persist/lib/autoRehydrate.js', 'node_modules/redux-persist/lib/constants.js', 'node_modules/redux-persist/lib/createPersistor.js', 'node_modules/redux-persist/lib/createTransform.js', 'node_modules/redux-persist/lib/defaults/asyncLocalStorage.js', 'node_modules/redux-persist/lib/getStoredState.js', 'node_modules/redux-persist/lib/index.js', 'node_modules/redux-persist/lib/persistStore.js', 'node_modules/redux-persist/lib/purgeStoredState.js', 'node_modules/redux-persist/lib/utils/isStatePlainEnough.js', 'node_modules/redux-persist/lib/utils/setImmediate.js', 'node_modules/redux-thunk/lib/index.js', 'node_modules/redux/lib/redux.js', 'node_modules/remote-redux-devtools/lib/configureStore.js', 'node_modules/remote-redux-devtools/lib/constants.js', 'node_modules/remote-redux-devtools/lib/devTools.js', 'node_modules/remote-redux-devtools/lib/index.js', 'node_modules/remotedev-serialize/helpers/index.js', 'node_modules/remotedev-serialize/immutable/serialize.js', 'node_modules/remotedev-utils/lib/catchErrors.js', 'node_modules/remotedev-utils/lib/filters.js', 'node_modules/remotedev-utils/lib/index.js', 'node_modules/requires-port/index.js', 'node_modules/reselect/lib/index.js', 'node_modules/rn-host-detect/index.js', 'node_modules/rn-placeholder/index.js', 'node_modules/rn-placeholder/src/animation/animations.js', 'node_modules/rn-placeholder/src/animation/fade.js', 'node_modules/rn-placeholder/src/animation/shine.js', 'node_modules/rn-placeholder/src/box/box.js', 'node_modules/rn-placeholder/src/box/box.style.js', 'node_modules/rn-placeholder/src/imageContent/imageContent.js', 'node_modules/rn-placeholder/src/line/line.js', 'node_modules/rn-placeholder/src/line/line.style.js', 'node_modules/rn-placeholder/src/media/media.js', 'node_modules/rn-placeholder/src/media/media.style.js', 'node_modules/rn-placeholder/src/multiWords/multiWords.js', 'node_modules/rn-placeholder/src/paragraph/paragraph.js', 'node_modules/rn-placeholder/src/placeholder.js', 'node_modules/rn-placeholder/src/placeholderContainer.js', 'node_modules/sc-channel/index.js', 'node_modules/sc-emitter/index.js', 'node_modules/sc-emitter/node_modules/component-emitter/index.js', 'node_modules/sc-errors/decycle.js', 'node_modules/sc-errors/index.js', 'node_modules/sc-formatter/index.js', 'node_modules/semver/semver.js', 'node_modules/serialize-error/index.js', 'node_modules/shallow-equals/index.js', 'node_modules/shortid/index.js', 'node_modules/shortid/lib/alphabet.js', 'node_modules/shortid/lib/build.js', 'node_modules/shortid/lib/decode.js', 'node_modules/shortid/lib/encode.js', 'node_modules/shortid/lib/index.js', 'node_modules/shortid/lib/is-valid.js', 'node_modules/shortid/lib/random/random-byte-browser.js', 'node_modules/shortid/lib/random/random-from-seed.js', 'node_modules/shortid/lib/util/cluster-worker-id-browser.js', 'node_modules/simple-swizzle/index.js', 'node_modules/simple-swizzle/node_modules/is-arrayish/index.js', 'node_modules/socketcluster-client/index.js', 'node_modules/socketcluster-client/lib/auth.js', 'node_modules/socketcluster-client/lib/response.js', 'node_modules/socketcluster-client/lib/scsocket.js', 'node_modules/socketcluster-client/lib/scsocketcreator.js', 'node_modules/socketcluster-client/lib/sctransport.js', 'node_modules/socketcluster-client/node_modules/clone/clone.js', 'node_modules/stacktrace-parser/index.js', 'node_modules/stacktrace-parser/lib/stacktrace-parser.js', 'node_modules/string.prototype.repeat/repeat.js', 'node_modules/symbol-observable/lib/index.js', 'node_modules/symbol-observable/lib/ponyfill.js', 'node_modules/tinycolor2/tinycolor.js', 'node_modules/tween-functions/index.js', 'node_modules/type-of/index.js', 'node_modules/url-parse/index.js', 'node_modules/xregexp/lib/addons/build.js', 'node_modules/xregexp/lib/addons/matchrecursive.js', 'node_modules/xregexp/lib/addons/unicode-base.js', 'node_modules/xregexp/lib/addons/unicode-blocks.js', 'node_modules/xregexp/lib/addons/unicode-categories.js', 'node_modules/xregexp/lib/addons/unicode-properties.js', 'node_modules/xregexp/lib/addons/unicode-scripts.js', 'node_modules/xregexp/lib/index.js', 'node_modules/xregexp/lib/xregexp.js', 'node_modules/xregexp/tools/output/blocks.js', 'node_modules/xregexp/tools/output/categories.js', 'node_modules/xregexp/tools/output/properties.js', 'node_modules/xregexp/tools/output/scripts.js', 'node_modules/xss-filters/src/xss-filters.js', 'normalizeColor', 'parseErrorStack', 'pointsDiffer', 'processColor', 'processDecelerationRate', 'processTransform', 'react-native-implementation', 'renderApplication', 'requireNativeComponent', 'resolveAssetSource', 'setupDevtools', 'share_extension/android/actions/index.js', 'share_extension/android/extension.js', 'share_extension/android/extension_channels/extension_channel_item.js', 'share_extension/android/extension_channels/extension_channels.js', 'share_extension/android/extension_channels/index.js', 'share_extension/android/extension_post/channel_button/channel_button.js', 'share_extension/android/extension_post/channel_button/index.js', 'share_extension/android/extension_post/extension_post.js', 'share_extension/android/extension_post/index.js', 'share_extension/android/extension_post/team_button/index.js', 'share_extension/android/extension_post/team_button/team_button.js', 'share_extension/android/extension_teams/extension_teams.js', 'share_extension/android/extension_teams/index.js', 'share_extension/android/extension_teams/team_item/index.js', 'share_extension/android/extension_teams/team_item/team_item.js', 'share_extension/android/index.js', 'share_extension/android/navigation.js', 'share_extension/android/selectors/index.js', 'share_extension/common/icons/channel_type.js', 'share_extension/common/icons/excel.js', 'share_extension/common/icons/generic.js', 'share_extension/common/icons/index.js', 'share_extension/common/icons/pdf.js', 'share_extension/common/icons/ppt.js', 'share_extension/common/icons/zip.js', 'sizesDiffer', 'stringifySafe', 'toIterator', 'verifyPropTypes']; diff --git a/packager/modulePaths.js b/packager/modulePaths.js index 2a4bf754c..271d6a544 100644 --- a/packager/modulePaths.js +++ b/packager/modulePaths.js @@ -1,3 +1,5 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. module.exports = ['./node_modules/react-native/Libraries/ART/ARTSerializablePath.js', './node_modules/react-native/Libraries/Animated/src/Animated.js', './node_modules/react-native/Libraries/Animated/src/nodes/AnimatedAddition.js', diff --git a/rn-cli.config.js b/rn-cli.config.js index 2cde2ee6a..8115400fb 100644 --- a/rn-cli.config.js +++ b/rn-cli.config.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. const path = require('path'); const blacklist = require('metro/src/blacklist'); diff --git a/scripts/make-dist-assets.js b/scripts/make-dist-assets.js index dd3e27fd7..3674fbd3c 100644 --- a/scripts/make-dist-assets.js +++ b/scripts/make-dist-assets.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. /* eslint-disable no-console */ diff --git a/share.ios.js b/share.ios.js index 8946251e0..6b18654bd 100644 --- a/share.ios.js +++ b/share.ios.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {AppRegistry} from 'react-native'; diff --git a/share_extension/android/actions/index.js b/share_extension/android/actions/index.js index 7b9d62ca7..1a918c115 100644 --- a/share_extension/android/actions/index.js +++ b/share_extension/android/actions/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {fetchMyChannelsAndMembers} from 'mattermost-redux/actions/channels'; diff --git a/share_extension/android/extension.js b/share_extension/android/extension.js index 6fa205282..e8ab2c442 100644 --- a/share_extension/android/extension.js +++ b/share_extension/android/extension.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/android/extension_channels/extension_channel_item.js b/share_extension/android/extension_channels/extension_channel_item.js index 3265c3456..6f0cde667 100644 --- a/share_extension/android/extension_channels/extension_channel_item.js +++ b/share_extension/android/extension_channels/extension_channel_item.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/android/extension_channels/extension_channels.js b/share_extension/android/extension_channels/extension_channels.js index 940880a70..b754f13e3 100644 --- a/share_extension/android/extension_channels/extension_channels.js +++ b/share_extension/android/extension_channels/extension_channels.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/android/extension_channels/index.js b/share_extension/android/extension_channels/index.js index 8749f37af..8b45b61ee 100644 --- a/share_extension/android/extension_channels/index.js +++ b/share_extension/android/extension_channels/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/share_extension/android/extension_post/channel_button/channel_button.js b/share_extension/android/extension_post/channel_button/channel_button.js index 22e684be8..9e7230942 100644 --- a/share_extension/android/extension_post/channel_button/channel_button.js +++ b/share_extension/android/extension_post/channel_button/channel_button.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/android/extension_post/channel_button/index.js b/share_extension/android/extension_post/channel_button/index.js index 4e68e60de..be7b012e8 100644 --- a/share_extension/android/extension_post/channel_button/index.js +++ b/share_extension/android/extension_post/channel_button/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/share_extension/android/extension_post/extension_post.js b/share_extension/android/extension_post/extension_post.js index 9851aaa08..bdfbaf769 100644 --- a/share_extension/android/extension_post/extension_post.js +++ b/share_extension/android/extension_post/extension_post.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import {NavigationActions} from 'react-navigation'; diff --git a/share_extension/android/extension_post/index.js b/share_extension/android/extension_post/index.js index 88b77b45d..170e281c0 100644 --- a/share_extension/android/extension_post/index.js +++ b/share_extension/android/extension_post/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/share_extension/android/extension_post/team_button/index.js b/share_extension/android/extension_post/team_button/index.js index aec7f2f7c..fba9d0199 100644 --- a/share_extension/android/extension_post/team_button/index.js +++ b/share_extension/android/extension_post/team_button/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; diff --git a/share_extension/android/extension_post/team_button/team_button.js b/share_extension/android/extension_post/team_button/team_button.js index 0cbf37733..38ae11c54 100644 --- a/share_extension/android/extension_post/team_button/team_button.js +++ b/share_extension/android/extension_post/team_button/team_button.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/android/extension_teams/extension_teams.js b/share_extension/android/extension_teams/extension_teams.js index b0131a5ea..7ff5c1bd7 100644 --- a/share_extension/android/extension_teams/extension_teams.js +++ b/share_extension/android/extension_teams/extension_teams.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/android/extension_teams/index.js b/share_extension/android/extension_teams/index.js index dd30cbc85..0675e7575 100644 --- a/share_extension/android/extension_teams/index.js +++ b/share_extension/android/extension_teams/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; diff --git a/share_extension/android/extension_teams/team_item/index.js b/share_extension/android/extension_teams/team_item/index.js index e261124bd..2cc20446b 100644 --- a/share_extension/android/extension_teams/team_item/index.js +++ b/share_extension/android/extension_teams/team_item/index.js @@ -1,3 +1,5 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {connect} from 'react-redux'; import {getTeam} from 'mattermost-redux/selectors/entities/teams'; diff --git a/share_extension/android/extension_teams/team_item/team_item.js b/share_extension/android/extension_teams/team_item/team_item.js index 69ad457ff..97fbb9dd2 100644 --- a/share_extension/android/extension_teams/team_item/team_item.js +++ b/share_extension/android/extension_teams/team_item/team_item.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/android/index.js b/share_extension/android/index.js index 735cee6e8..a360732d8 100644 --- a/share_extension/android/index.js +++ b/share_extension/android/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import {Provider} from 'react-redux'; diff --git a/share_extension/android/navigation.js b/share_extension/android/navigation.js index e4fcdd9d1..fe2c4f84f 100644 --- a/share_extension/android/navigation.js +++ b/share_extension/android/navigation.js @@ -1,5 +1,5 @@ -// // Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// // See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {StackNavigator as stackNavigator} from 'react-navigation'; diff --git a/share_extension/android/selectors/index.js b/share_extension/android/selectors/index.js index a10eb5329..f5035c69c 100644 --- a/share_extension/android/selectors/index.js +++ b/share_extension/android/selectors/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import {createSelector} from 'reselect'; diff --git a/share_extension/common/icons/channel_type.js b/share_extension/common/icons/channel_type.js index 50fe92bed..bc44bc31c 100644 --- a/share_extension/common/icons/channel_type.js +++ b/share_extension/common/icons/channel_type.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import { diff --git a/share_extension/common/icons/excel.js b/share_extension/common/icons/excel.js index 4da5000ad..8443df8e7 100644 --- a/share_extension/common/icons/excel.js +++ b/share_extension/common/icons/excel.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/common/icons/generic.js b/share_extension/common/icons/generic.js index 5a016ffbc..c90ecd5f1 100644 --- a/share_extension/common/icons/generic.js +++ b/share_extension/common/icons/generic.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/common/icons/index.js b/share_extension/common/icons/index.js index 701c25e61..6ef1aa016 100644 --- a/share_extension/common/icons/index.js +++ b/share_extension/common/icons/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import Excel from './excel'; import Generic from './generic'; diff --git a/share_extension/common/icons/pdf.js b/share_extension/common/icons/pdf.js index 1b8698b86..ddbed6caa 100644 --- a/share_extension/common/icons/pdf.js +++ b/share_extension/common/icons/pdf.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/common/icons/ppt.js b/share_extension/common/icons/ppt.js index 4909b956e..aee12bcc8 100644 --- a/share_extension/common/icons/ppt.js +++ b/share_extension/common/icons/ppt.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/common/icons/zip.js b/share_extension/common/icons/zip.js index 77a17a29c..37b125eb5 100644 --- a/share_extension/common/icons/zip.js +++ b/share_extension/common/icons/zip.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/ios/error_message.js b/share_extension/ios/error_message.js index f104721ed..5bc28bac0 100644 --- a/share_extension/ios/error_message.js +++ b/share_extension/ios/error_message.js @@ -1,3 +1,5 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; import {TouchableOpacity, View} from 'react-native'; diff --git a/share_extension/ios/extension.js b/share_extension/ios/extension.js index 686250c21..d82a6ce60 100644 --- a/share_extension/ios/extension.js +++ b/share_extension/ios/extension.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/ios/extension_channels.js b/share_extension/ios/extension_channels.js index c312f6d63..81b68d616 100644 --- a/share_extension/ios/extension_channels.js +++ b/share_extension/ios/extension_channels.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/ios/extension_nav_bar.js b/share_extension/ios/extension_nav_bar.js index d48c03d08..09aaa7b68 100644 --- a/share_extension/ios/extension_nav_bar.js +++ b/share_extension/ios/extension_nav_bar.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/ios/extension_post.js b/share_extension/ios/extension_post.js index 7458167c8..79b98fcf7 100644 --- a/share_extension/ios/extension_post.js +++ b/share_extension/ios/extension_post.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/ios/extension_team_item.js b/share_extension/ios/extension_team_item.js index 9632673f8..1b7141ce0 100644 --- a/share_extension/ios/extension_team_item.js +++ b/share_extension/ios/extension_team_item.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/ios/extension_teams.js b/share_extension/ios/extension_teams.js index d0e8ed58e..946a1b842 100644 --- a/share_extension/ios/extension_teams.js +++ b/share_extension/ios/extension_teams.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; diff --git a/share_extension/ios/index.js b/share_extension/ios/index.js index bc748b5de..c2776600d 100644 --- a/share_extension/ios/index.js +++ b/share_extension/ios/index.js @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import React, {PureComponent} from 'react'; import {NativeModules} from 'react-native'; diff --git a/test/test_helper.js b/test/test_helper.js index ce8884630..c4624397f 100644 --- a/test/test_helper.js +++ b/test/test_helper.js @@ -1,5 +1,5 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. import assert from 'assert';