diff --git a/NOTICE.txt b/NOTICE.txt index 9d51ee8c4..89e28fee4 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Mattermost Mobile -© 2016 Mattermost, Inc. All Rights Reserved. See LICENSE.txt for license information. +© 2016-present Mattermost, Inc. All Rights Reserved. See LICENSE.txt for license information. NOTICES: -------- diff --git a/app/actions/navigation/index.js b/app/actions/navigation/index.js index da4c1bf3c..8dfcbb164 100644 --- a/app/actions/navigation/index.js +++ b/app/actions/navigation/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {NavigationTypes} from 'app/constants'; diff --git a/app/actions/views/account_notifications.js b/app/actions/views/account_notifications.js index 33c9c388a..a26046e43 100644 --- a/app/actions/views/account_notifications.js +++ b/app/actions/views/account_notifications.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {updateUserNotifyProps} from 'mattermost-redux/actions/users'; diff --git a/app/actions/views/channel.js b/app/actions/views/channel.js index 8d1667945..68c70b3d4 100644 --- a/app/actions/views/channel.js +++ b/app/actions/views/channel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-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 4e81d6422..73495d2b7 100644 --- a/app/actions/views/channel_add_members.js +++ b/app/actions/views/channel_add_members.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-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 bf81d3420..051b74a12 100644 --- a/app/actions/views/channel_members.js +++ b/app/actions/views/channel_members.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-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/connection.js b/app/actions/views/connection.js index 8c3713c01..67c9d9e09 100644 --- a/app/actions/views/connection.js +++ b/app/actions/views/connection.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {ViewTypes} from 'app/constants'; diff --git a/app/actions/views/create_channel.js b/app/actions/views/create_channel.js index f4a421d19..8242f3505 100644 --- a/app/actions/views/create_channel.js +++ b/app/actions/views/create_channel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {handleSelectChannel} from './channel'; diff --git a/app/actions/views/file_preview.js b/app/actions/views/file_preview.js index 4f913ace3..3e8396c23 100644 --- a/app/actions/views/file_preview.js +++ b/app/actions/views/file_preview.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {ViewTypes} from 'app/constants'; diff --git a/app/actions/views/file_upload.js b/app/actions/views/file_upload.js index 9fd01f370..665c3a6b1 100644 --- a/app/actions/views/file_upload.js +++ b/app/actions/views/file_upload.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import FormData from 'form-data'; diff --git a/app/actions/views/load_team.js b/app/actions/views/load_team.js index 765e27a68..716437e8d 100644 --- a/app/actions/views/load_team.js +++ b/app/actions/views/load_team.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {NavigationTypes, ViewTypes} from 'app/constants'; diff --git a/app/actions/views/login.js b/app/actions/views/login.js index ffe653c86..816bc0e8f 100644 --- a/app/actions/views/login.js +++ b/app/actions/views/login.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {GeneralTypes} from 'mattermost-redux/constants'; diff --git a/app/actions/views/more_dms.js b/app/actions/views/more_dms.js index 68dfd90f1..f5214805d 100644 --- a/app/actions/views/more_dms.js +++ b/app/actions/views/more_dms.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {getDirectChannelName} from 'mattermost-redux/utils/channel_utils'; diff --git a/app/actions/views/options_modal.js b/app/actions/views/options_modal.js index a60c5e065..dc7e91152 100644 --- a/app/actions/views/options_modal.js +++ b/app/actions/views/options_modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {ViewTypes} from 'app/constants'; diff --git a/app/actions/views/right_menu_drawer.js b/app/actions/views/right_menu_drawer.js index 3c8843ca3..4ac845f09 100644 --- a/app/actions/views/right_menu_drawer.js +++ b/app/actions/views/right_menu_drawer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {batchActions} from 'redux-batched-actions'; diff --git a/app/actions/views/root.js b/app/actions/views/root.js index c74309a6e..6a67abda0 100644 --- a/app/actions/views/root.js +++ b/app/actions/views/root.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {NavigationTypes, ViewTypes} from 'app/constants'; diff --git a/app/actions/views/select_server.js b/app/actions/views/select_server.js index 0b095e4ea..419114a0a 100644 --- a/app/actions/views/select_server.js +++ b/app/actions/views/select_server.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {ViewTypes} from 'app/constants'; diff --git a/app/actions/views/select_team.js b/app/actions/views/select_team.js index 37cd87be1..0eee5ce27 100644 --- a/app/actions/views/select_team.js +++ b/app/actions/views/select_team.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-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 ee8bee78f..49abb0c2a 100644 --- a/app/actions/views/thread.js +++ b/app/actions/views/thread.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {ViewTypes} from 'app/constants'; diff --git a/app/actions/views/user_profile.js b/app/actions/views/user_profile.js index 253120171..f8d4a965c 100644 --- a/app/actions/views/user_profile.js +++ b/app/actions/views/user_profile.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {makeDirectChannel} from 'app/actions/views/more_dms'; diff --git a/app/components/action_button.js b/app/components/action_button.js index 9aee66724..7c743aa8a 100644 --- a/app/components/action_button.js +++ b/app/components/action_button.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/at_mention/at_mention.js b/app/components/at_mention/at_mention.js index 7fe1b0c72..19542c7b2 100644 --- a/app/components/at_mention/at_mention.js +++ b/app/components/at_mention/at_mention.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/at_mention/at_mention_container.js b/app/components/at_mention/at_mention_container.js index fe5ffee2b..d89a4847d 100644 --- a/app/components/at_mention/at_mention_container.js +++ b/app/components/at_mention/at_mention_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/at_mention/index.js b/app/components/at_mention/index.js index 6ff7e5ece..90d1fa71f 100644 --- a/app/components/at_mention/index.js +++ b/app/components/at_mention/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import AtMention from './at_mention_container'; diff --git a/app/components/autocomplete/at_mention/at_mention.js b/app/components/autocomplete/at_mention/at_mention.js index c9db253f1..4034a8748 100644 --- a/app/components/autocomplete/at_mention/at_mention.js +++ b/app/components/autocomplete/at_mention/at_mention.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {Component, PropTypes} from 'react'; diff --git a/app/components/autocomplete/at_mention/index.js b/app/components/autocomplete/at_mention/index.js index bfafd7b39..1428d0042 100644 --- a/app/components/autocomplete/at_mention/index.js +++ b/app/components/autocomplete/at_mention/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/components/autocomplete/channel_mention/channel_mention.js b/app/components/autocomplete/channel_mention/channel_mention.js index 6fe7ef41d..c8369c986 100644 --- a/app/components/autocomplete/channel_mention/channel_mention.js +++ b/app/components/autocomplete/channel_mention/channel_mention.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {Component, PropTypes} from 'react'; diff --git a/app/components/autocomplete/channel_mention/index.js b/app/components/autocomplete/channel_mention/index.js index 774a63ffd..5a6b6cd99 100644 --- a/app/components/autocomplete/channel_mention/index.js +++ b/app/components/autocomplete/channel_mention/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/components/autocomplete/index.js b/app/components/autocomplete/index.js index 2310fa387..c2625e168 100644 --- a/app/components/autocomplete/index.js +++ b/app/components/autocomplete/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, Component} from 'react'; diff --git a/app/components/badge.js b/app/components/badge.js index fbb4c9f2c..0370fcea7 100644 --- a/app/components/badge.js +++ b/app/components/badge.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/button.js b/app/components/button.js index 734366db4..56acc81a2 100644 --- a/app/components/button.js +++ b/app/components/button.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/components/channel_drawer_list/channel_drawer_item.js b/app/components/channel_drawer_list/channel_drawer_item.js index 91aa5a840..d81f83035 100644 --- a/app/components/channel_drawer_list/channel_drawer_item.js +++ b/app/components/channel_drawer_list/channel_drawer_item.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/channel_drawer_list/channel_drawer_list.js b/app/components/channel_drawer_list/channel_drawer_list.js index a0839779c..c5f892924 100644 --- a/app/components/channel_drawer_list/channel_drawer_list.js +++ b/app/components/channel_drawer_list/channel_drawer_list.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import deepEqual from 'deep-equal'; diff --git a/app/components/channel_drawer_list/channel_drawer_list_container.js b/app/components/channel_drawer_list/channel_drawer_list_container.js index 98c647167..ac6e0a47a 100644 --- a/app/components/channel_drawer_list/channel_drawer_list_container.js +++ b/app/components/channel_drawer_list/channel_drawer_list_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/components/channel_drawer_list/index.js b/app/components/channel_drawer_list/index.js index 75d8be7e1..5da62851d 100644 --- a/app/components/channel_drawer_list/index.js +++ b/app/components/channel_drawer_list/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import ChannelListContainer from './channel_drawer_list_container'; diff --git a/app/components/channel_drawer_list/unread_indicator.js b/app/components/channel_drawer_list/unread_indicator.js index 0fd1147b3..1a40572e6 100644 --- a/app/components/channel_drawer_list/unread_indicator.js +++ b/app/components/channel_drawer_list/unread_indicator.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/channel_icon.js b/app/components/channel_icon.js index b00edced2..28560871f 100644 --- a/app/components/channel_icon.js +++ b/app/components/channel_icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/components/channel_loader.js b/app/components/channel_loader.js index b804e15ad..993149243 100644 --- a/app/components/channel_loader.js +++ b/app/components/channel_loader.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/components/checkmark.js b/app/components/checkmark.js index 006c0239c..47943cbe6 100644 --- a/app/components/checkmark.js +++ b/app/components/checkmark.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/components/custom_list/channel_list_row.js b/app/components/custom_list/channel_list_row.js index 233528910..c456075e3 100644 --- a/app/components/custom_list/channel_list_row.js +++ b/app/components/custom_list/channel_list_row.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/components/custom_list/index.js b/app/components/custom_list/index.js index 6ec659bb3..235c5416f 100644 --- a/app/components/custom_list/index.js +++ b/app/components/custom_list/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; import {ListView, Platform, StyleSheet, Text, View} from 'react-native'; diff --git a/app/components/custom_list/member_list_row.js b/app/components/custom_list/member_list_row.js index 0594eba6d..6b3c1d9a7 100644 --- a/app/components/custom_list/member_list_row.js +++ b/app/components/custom_list/member_list_row.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/components/drawer.js b/app/components/drawer.js index 96894c9cd..ce4e96f81 100644 --- a/app/components/drawer.js +++ b/app/components/drawer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/components/error_list/error_list.js b/app/components/error_list/error_list.js index c51ee0a46..c24e45f40 100644 --- a/app/components/error_list/error_list.js +++ b/app/components/error_list/error_list.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/error_list/error_list_container.js b/app/components/error_list/error_list_container.js index 8209ca6b7..944b79e85 100644 --- a/app/components/error_list/error_list_container.js +++ b/app/components/error_list/error_list_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/components/error_list/general_error.js b/app/components/error_list/general_error.js index 3b0e3e556..a9463a08e 100644 --- a/app/components/error_list/general_error.js +++ b/app/components/error_list/general_error.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/components/error_list/index.js b/app/components/error_list/index.js index 66fea78ff..812602c38 100644 --- a/app/components/error_list/index.js +++ b/app/components/error_list/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import ErrorListContainer from './error_list_container'; diff --git a/app/components/error_text.js b/app/components/error_text.js index a47b73660..24cab7e1b 100644 --- a/app/components/error_text.js +++ b/app/components/error_text.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/file_attachment_list/file_attachment.js b/app/components/file_attachment_list/file_attachment.js index b01d5857f..a57eb99d5 100644 --- a/app/components/file_attachment_list/file_attachment.js +++ b/app/components/file_attachment_list/file_attachment.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, { diff --git a/app/components/file_attachment_list/file_attachment_icon.js b/app/components/file_attachment_list/file_attachment_icon.js index b3817369b..c593f34b3 100644 --- a/app/components/file_attachment_list/file_attachment_icon.js +++ b/app/components/file_attachment_list/file_attachment_icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, { diff --git a/app/components/file_attachment_list/file_attachment_image.js b/app/components/file_attachment_list/file_attachment_image.js index 3580847d2..1dea81560 100644 --- a/app/components/file_attachment_list/file_attachment_image.js +++ b/app/components/file_attachment_list/file_attachment_image.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, { diff --git a/app/components/file_attachment_list/file_attachment_list.js b/app/components/file_attachment_list/file_attachment_list.js index 014538b59..049c2f0e9 100644 --- a/app/components/file_attachment_list/file_attachment_list.js +++ b/app/components/file_attachment_list/file_attachment_list.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, { diff --git a/app/components/file_attachment_list/file_attachment_list_container.js b/app/components/file_attachment_list/file_attachment_list_container.js index 3f80ef785..cee7d8c31 100644 --- a/app/components/file_attachment_list/file_attachment_list_container.js +++ b/app/components/file_attachment_list/file_attachment_list_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/components/file_upload_preview/file_upload_preview.js b/app/components/file_upload_preview/file_upload_preview.js index 267bd3dff..f75ba5e67 100644 --- a/app/components/file_upload_preview/file_upload_preview.js +++ b/app/components/file_upload_preview/file_upload_preview.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/file_upload_preview/index.js b/app/components/file_upload_preview/index.js index 203d0bb8f..809e72c39 100644 --- a/app/components/file_upload_preview/index.js +++ b/app/components/file_upload_preview/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/components/formatted_date.js b/app/components/formatted_date.js index 15331afd2..bd3fa8c41 100644 --- a/app/components/formatted_date.js +++ b/app/components/formatted_date.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {Component, PropTypes} from 'react'; diff --git a/app/components/formatted_text.js b/app/components/formatted_text.js index 32781dfdb..ceb69810e 100644 --- a/app/components/formatted_text.js +++ b/app/components/formatted_text.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {Component, PropTypes} from 'react'; diff --git a/app/components/formatted_time.js b/app/components/formatted_time.js index 1bfccacff..ff32c0fb3 100644 --- a/app/components/formatted_time.js +++ b/app/components/formatted_time.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/components/layout/keyboard_layout.js b/app/components/layout/keyboard_layout.js index 4dd697577..a629a71c1 100644 --- a/app/components/layout/keyboard_layout.js +++ b/app/components/layout/keyboard_layout.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/components/loading.js b/app/components/loading.js index 1f875d7a9..f76e25dfe 100644 --- a/app/components/loading.js +++ b/app/components/loading.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/markdown/markdown.js b/app/components/markdown/markdown.js index c8599bd2d..414d3ee72 100644 --- a/app/components/markdown/markdown.js +++ b/app/components/markdown/markdown.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {Parser} from 'commonmark'; diff --git a/app/components/markdown/markdown_block_quote.js b/app/components/markdown/markdown_block_quote.js index 7856972ce..18d81e69a 100644 --- a/app/components/markdown/markdown_block_quote.js +++ b/app/components/markdown/markdown_block_quote.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PureComponent} from 'react'; diff --git a/app/components/markdown/markdown_code_block.js b/app/components/markdown/markdown_code_block.js index 55e5702f7..e5ea95ef1 100644 --- a/app/components/markdown/markdown_code_block.js +++ b/app/components/markdown/markdown_code_block.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PureComponent} from 'react'; diff --git a/app/components/markdown/markdown_image.js b/app/components/markdown/markdown_image.js index b9c0895ab..a5fad312e 100644 --- a/app/components/markdown/markdown_image.js +++ b/app/components/markdown/markdown_image.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/markdown/markdown_link.js b/app/components/markdown/markdown_link.js index c6f751b2b..7de9f3e12 100644 --- a/app/components/markdown/markdown_link.js +++ b/app/components/markdown/markdown_link.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/markdown/markdown_list.js b/app/components/markdown/markdown_list.js index 37b572261..c4357287a 100644 --- a/app/components/markdown/markdown_list.js +++ b/app/components/markdown/markdown_list.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/markdown/markdown_list_item.js b/app/components/markdown/markdown_list_item.js index 19bb442f8..8b3b85eb7 100644 --- a/app/components/markdown/markdown_list_item.js +++ b/app/components/markdown/markdown_list_item.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/mattermost_icon.js b/app/components/mattermost_icon.js index 2a10c3385..03046e724 100644 --- a/app/components/mattermost_icon.js +++ b/app/components/mattermost_icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/components/offline_indicator/index.js b/app/components/offline_indicator/index.js index 5fd142fca..550ec28c9 100644 --- a/app/components/offline_indicator/index.js +++ b/app/components/offline_indicator/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/components/offline_indicator/offline_indicator.js b/app/components/offline_indicator/offline_indicator.js index 0e6d53177..e497c364b 100644 --- a/app/components/offline_indicator/offline_indicator.js +++ b/app/components/offline_indicator/offline_indicator.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/options_context/index.js b/app/components/options_context/index.js index 72b5cbe38..a9b2ea226 100644 --- a/app/components/options_context/index.js +++ b/app/components/options_context/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. // Used to leverage the platform specific components diff --git a/app/components/options_context/options_context.android.js b/app/components/options_context/options_context.android.js index a8356d777..8eb177e76 100644 --- a/app/components/options_context/options_context.android.js +++ b/app/components/options_context/options_context.android.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {PropTypes, PureComponent} from 'react'; diff --git a/app/components/options_context/options_context.ios.js b/app/components/options_context/options_context.ios.js index b46350d26..a54afd253 100644 --- a/app/components/options_context/options_context.ios.js +++ b/app/components/options_context/options_context.ios.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/paper_plane.js b/app/components/paper_plane.js index 199d4e818..189af4162 100644 --- a/app/components/paper_plane.js +++ b/app/components/paper_plane.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/components/post/index.js b/app/components/post/index.js index 2b4fe63ff..b068ebe3c 100644 --- a/app/components/post/index.js +++ b/app/components/post/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import Post from './post_container'; diff --git a/app/components/post/post.js b/app/components/post/post.js index 6913f909b..b764b0342 100644 --- a/app/components/post/post.js +++ b/app/components/post/post.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/post/post_container.js b/app/components/post/post_container.js index 2963e9b04..5a459a502 100644 --- a/app/components/post/post_container.js +++ b/app/components/post/post_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {connect} from 'react-redux'; diff --git a/app/components/post_list/date_header.js b/app/components/post_list/date_header.js index 47e43c369..796e27c99 100644 --- a/app/components/post_list/date_header.js +++ b/app/components/post_list/date_header.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/components/post_list/index.js b/app/components/post_list/index.js index 6a0053884..cd5a7b36a 100644 --- a/app/components/post_list/index.js +++ b/app/components/post_list/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import PostList from './post_list_container'; diff --git a/app/components/post_list/load_more_posts.js b/app/components/post_list/load_more_posts.js index d00df5f0b..833b4987a 100644 --- a/app/components/post_list/load_more_posts.js +++ b/app/components/post_list/load_more_posts.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PureComponent, PropTypes} from 'react'; diff --git a/app/components/post_list/new_messages_divider.js b/app/components/post_list/new_messages_divider.js index e7f1e2f8b..0a7972e45 100644 --- a/app/components/post_list/new_messages_divider.js +++ b/app/components/post_list/new_messages_divider.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/components/post_list/post_list.js b/app/components/post_list/post_list.js index 9b6315d8f..14c7ae7ab 100644 --- a/app/components/post_list/post_list.js +++ b/app/components/post_list/post_list.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {Component, PropTypes} from 'react'; diff --git a/app/components/post_list/post_list_container.js b/app/components/post_list/post_list_container.js index 84b2f88c5..f05db9712 100644 --- a/app/components/post_list/post_list_container.js +++ b/app/components/post_list/post_list_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-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/paper_clip_icon.js b/app/components/post_textbox/components/paper_clip_icon.js index fae3d2373..460e9affb 100644 --- a/app/components/post_textbox/components/paper_clip_icon.js +++ b/app/components/post_textbox/components/paper_clip_icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/components/post_textbox/index.js b/app/components/post_textbox/index.js index eead7d57a..1bea7006e 100644 --- a/app/components/post_textbox/index.js +++ b/app/components/post_textbox/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import PostTextboxContainer from './post_textbox_container'; diff --git a/app/components/post_textbox/post_textbox.js b/app/components/post_textbox/post_textbox.js index 7c46244af..5912bb6b7 100644 --- a/app/components/post_textbox/post_textbox.js +++ b/app/components/post_textbox/post_textbox.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/post_textbox/post_textbox_container.js b/app/components/post_textbox/post_textbox_container.js index 4b7bb975f..f3f4b72f0 100644 --- a/app/components/post_textbox/post_textbox_container.js +++ b/app/components/post_textbox/post_textbox_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/components/profile_picture/index.js b/app/components/profile_picture/index.js index 8619235a0..5a1b88579 100644 --- a/app/components/profile_picture/index.js +++ b/app/components/profile_picture/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import ProfilePicture from './profile_picture_container'; diff --git a/app/components/profile_picture/profile_picture.js b/app/components/profile_picture/profile_picture.js index c577b11ca..5b2dc282f 100644 --- a/app/components/profile_picture/profile_picture.js +++ b/app/components/profile_picture/profile_picture.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/components/profile_picture/profile_picture_container.js b/app/components/profile_picture/profile_picture_container.js index faba0137d..d68a54a1d 100644 --- a/app/components/profile_picture/profile_picture_container.js +++ b/app/components/profile_picture/profile_picture_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/components/push_notification/index.js b/app/components/push_notification/index.js index c82a71871..43c7f6532 100644 --- a/app/components/push_notification/index.js +++ b/app/components/push_notification/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/components/push_notification/push_notification.js b/app/components/push_notification/push_notification.js index 82e679256..6cc6e3542 100644 --- a/app/components/push_notification/push_notification.js +++ b/app/components/push_notification/push_notification.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/components/reply_icon.js b/app/components/reply_icon.js index 9f808cc17..244bc4153 100644 --- a/app/components/reply_icon.js +++ b/app/components/reply_icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/components/root/index.js b/app/components/root/index.js index f09929aa4..5825d5824 100644 --- a/app/components/root/index.js +++ b/app/components/root/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import RootContainer from './root_container'; diff --git a/app/components/root/root.js b/app/components/root/root.js index 3bb6caaa0..42b38f3cb 100644 --- a/app/components/root/root.js +++ b/app/components/root/root.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {Component, PropTypes} from 'react'; diff --git a/app/components/root/root_container.js b/app/components/root/root_container.js index 992c7af4c..5c153d773 100644 --- a/app/components/root/root_container.js +++ b/app/components/root/root_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/components/search_bar/index.js b/app/components/search_bar/index.js index c71f19405..1a1c93600 100644 --- a/app/components/search_bar/index.js +++ b/app/components/search_bar/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. // Used to leverage the platform specific components diff --git a/app/components/search_bar/search_bar.android.js b/app/components/search_bar/search_bar.android.js index 5a91caae2..e45e588a5 100644 --- a/app/components/search_bar/search_bar.android.js +++ b/app/components/search_bar/search_bar.android.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; import { diff --git a/app/components/search_bar/search_bar.ios.js b/app/components/search_bar/search_bar.ios.js index ad882e80d..404b947f8 100644 --- a/app/components/search_bar/search_bar.ios.js +++ b/app/components/search_bar/search_bar.ios.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; import SearchBar from 'react-native-search-bar'; diff --git a/app/components/status_icons/away.js b/app/components/status_icons/away.js index 1b06d2cba..fc4a16b5c 100644 --- a/app/components/status_icons/away.js +++ b/app/components/status_icons/away.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/components/status_icons/index.js b/app/components/status_icons/index.js index 1197ac31c..9dc30d8b4 100644 --- a/app/components/status_icons/index.js +++ b/app/components/status_icons/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import OnlineStatus from './online'; diff --git a/app/components/status_icons/offline.js b/app/components/status_icons/offline.js index d52e1a6eb..def156018 100644 --- a/app/components/status_icons/offline.js +++ b/app/components/status_icons/offline.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/components/status_icons/online.js b/app/components/status_icons/online.js index b184d896b..63e353e72 100644 --- a/app/components/status_icons/online.js +++ b/app/components/status_icons/online.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/components/text_input_with_localized_placeholder.js b/app/components/text_input_with_localized_placeholder.js index f19c939eb..c84007225 100644 --- a/app/components/text_input_with_localized_placeholder.js +++ b/app/components/text_input_with_localized_placeholder.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/constants/custom_prop_types.js b/app/constants/custom_prop_types.js index fdf0e72a6..ba99f2f8a 100644 --- a/app/constants/custom_prop_types.js +++ b/app/constants/custom_prop_types.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {PropTypes} from 'react'; diff --git a/app/constants/index.js b/app/constants/index.js index 76d9737d0..4c31ec5b0 100644 --- a/app/constants/index.js +++ b/app/constants/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import NavigationTypes from './navigation'; diff --git a/app/constants/navigation.js b/app/constants/navigation.js index 8dec80095..77862b5c6 100644 --- a/app/constants/navigation.js +++ b/app/constants/navigation.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-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/storage.js b/app/constants/storage.js index 530403eb2..3d817f3e8 100644 --- a/app/constants/storage.js +++ b/app/constants/storage.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-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/view.js b/app/constants/view.js index 0b110476c..ec8550b62 100644 --- a/app/constants/view.js +++ b/app/constants/view.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-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 9bc1fe759..29fa118a4 100644 --- a/app/i18n/index.js +++ b/app/i18n/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import 'intl'; diff --git a/app/initial_state.js b/app/initial_state.js index 57bf628fe..fcd713be1 100644 --- a/app/initial_state.js +++ b/app/initial_state.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-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 7c2fb94b2..74954d900 100644 --- a/app/mattermost.js +++ b/app/mattermost.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import 'harmony-reflect'; diff --git a/app/navigation/navigation_modal.js b/app/navigation/navigation_modal.js index ab8b5c6c8..e973732a5 100644 --- a/app/navigation/navigation_modal.js +++ b/app/navigation/navigation_modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/navigation/router.js b/app/navigation/router.js index 83fb940b1..00bb53a05 100644 --- a/app/navigation/router.js +++ b/app/navigation/router.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {Component, PropTypes} from 'react'; diff --git a/app/navigation/routes.js b/app/navigation/routes.js index 051670678..6229ba6db 100644 --- a/app/navigation/routes.js +++ b/app/navigation/routes.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import { diff --git a/app/reducers/index.js b/app/reducers/index.js index c4374e89c..430da8526 100644 --- a/app/reducers/index.js +++ b/app/reducers/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import navigation from './navigation'; diff --git a/app/reducers/navigation/index.js b/app/reducers/navigation/index.js index 16a2e6635..1ac3f4de9 100644 --- a/app/reducers/navigation/index.js +++ b/app/reducers/navigation/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {NavigationExperimental} from 'react-native'; diff --git a/app/reducers/views/channel.js b/app/reducers/views/channel.js index 841b0e3ba..e7c134abd 100644 --- a/app/reducers/views/channel.js +++ b/app/reducers/views/channel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {combineReducers} from 'redux'; diff --git a/app/reducers/views/connection.js b/app/reducers/views/connection.js index 059e6c39d..0ae906c9c 100644 --- a/app/reducers/views/connection.js +++ b/app/reducers/views/connection.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {UsersTypes} from 'mattermost-redux/constants'; diff --git a/app/reducers/views/fetch_cache.js b/app/reducers/views/fetch_cache.js index 780277931..cc8f67042 100644 --- a/app/reducers/views/fetch_cache.js +++ b/app/reducers/views/fetch_cache.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {ViewTypes} from 'app/constants'; diff --git a/app/reducers/views/i18n.js b/app/reducers/views/i18n.js index 39025fce9..580abbb98 100644 --- a/app/reducers/views/i18n.js +++ b/app/reducers/views/i18n.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {combineReducers} from 'redux'; diff --git a/app/reducers/views/index.js b/app/reducers/views/index.js index b38d2fca7..78f3a9cc2 100644 --- a/app/reducers/views/index.js +++ b/app/reducers/views/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-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 025443e51..9b59d0d34 100644 --- a/app/reducers/views/login.js +++ b/app/reducers/views/login.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {combineReducers} from 'redux'; diff --git a/app/reducers/views/notification.js b/app/reducers/views/notification.js index 03d73a563..d1f2e09fb 100644 --- a/app/reducers/views/notification.js +++ b/app/reducers/views/notification.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {ViewTypes} from 'app/constants'; diff --git a/app/reducers/views/options_modal.js b/app/reducers/views/options_modal.js index 7c04d6730..06eacfa2c 100644 --- a/app/reducers/views/options_modal.js +++ b/app/reducers/views/options_modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {combineReducers} from 'redux'; diff --git a/app/reducers/views/root.js b/app/reducers/views/root.js index 9cbf2ea13..523aaba1a 100644 --- a/app/reducers/views/root.js +++ b/app/reducers/views/root.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {combineReducers} from 'redux'; diff --git a/app/reducers/views/select_server.js b/app/reducers/views/select_server.js index 04ad395f3..95b6f90b8 100644 --- a/app/reducers/views/select_server.js +++ b/app/reducers/views/select_server.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-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 3f269b584..fbe5aac1c 100644 --- a/app/reducers/views/team.js +++ b/app/reducers/views/team.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {combineReducers} from 'redux'; diff --git a/app/reducers/views/thread.js b/app/reducers/views/thread.js index 21dfee1ca..eb5dd1ac8 100644 --- a/app/reducers/views/thread.js +++ b/app/reducers/views/thread.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {combineReducers} from 'redux'; diff --git a/app/scenes/about/about.js b/app/scenes/about/about.js index ae463223a..0998119eb 100644 --- a/app/scenes/about/about.js +++ b/app/scenes/about/about.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/about/index.js b/app/scenes/about/index.js index a51a41175..143031f84 100644 --- a/app/scenes/about/index.js +++ b/app/scenes/about/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {getTheme} from 'app/selectors/preferences'; diff --git a/app/scenes/account_notifications/account_notifications.js b/app/scenes/account_notifications/account_notifications.js index e14f980f2..b1135f52f 100644 --- a/app/scenes/account_notifications/account_notifications.js +++ b/app/scenes/account_notifications/account_notifications.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/account_notifications/index.js b/app/scenes/account_notifications/index.js index 7c079fea9..c34a35e4a 100644 --- a/app/scenes/account_notifications/index.js +++ b/app/scenes/account_notifications/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/account_notifications/save_notifications_button.js b/app/scenes/account_notifications/save_notifications_button.js index 0603a864d..e4f7c7831 100644 --- a/app/scenes/account_notifications/save_notifications_button.js +++ b/app/scenes/account_notifications/save_notifications_button.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/account_notifications/section.js b/app/scenes/account_notifications/section.js index 051fc31b2..cc0b3f4f5 100644 --- a/app/scenes/account_notifications/section.js +++ b/app/scenes/account_notifications/section.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/scenes/account_notifications/section_item.js b/app/scenes/account_notifications/section_item.js index 132cb62f1..b46e76e03 100644 --- a/app/scenes/account_notifications/section_item.js +++ b/app/scenes/account_notifications/section_item.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/scenes/account_settings/account_settings.js b/app/scenes/account_settings/account_settings.js index 6afeb73f5..65fd84b60 100644 --- a/app/scenes/account_settings/account_settings.js +++ b/app/scenes/account_settings/account_settings.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/account_settings/account_settings_container.js b/app/scenes/account_settings/account_settings_container.js index caa11cf21..3e6249b94 100644 --- a/app/scenes/account_settings/account_settings_container.js +++ b/app/scenes/account_settings/account_settings_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/account_settings/index.js b/app/scenes/account_settings/index.js index 5c9275145..28cabac34 100644 --- a/app/scenes/account_settings/index.js +++ b/app/scenes/account_settings/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import AccountSettingsContainer from './account_settings_container'; diff --git a/app/scenes/channel/channel.js b/app/scenes/channel/channel.js index 06d11df39..2ab8cc78b 100644 --- a/app/scenes/channel/channel.js +++ b/app/scenes/channel/channel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/channel/channel_container.js b/app/scenes/channel/channel_container.js index 88b304431..9d33602da 100644 --- a/app/scenes/channel/channel_container.js +++ b/app/scenes/channel/channel_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/channel/channel_drawer_button.js b/app/scenes/channel/channel_drawer_button.js index 33fbb2a71..9903b564c 100644 --- a/app/scenes/channel/channel_drawer_button.js +++ b/app/scenes/channel/channel_drawer_button.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/channel/channel_post_list/channel_post_list.js b/app/scenes/channel/channel_post_list/channel_post_list.js index 5d9d1b527..b46541156 100644 --- a/app/scenes/channel/channel_post_list/channel_post_list.js +++ b/app/scenes/channel/channel_post_list/channel_post_list.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/channel/channel_post_list/channel_post_list_container.js b/app/scenes/channel/channel_post_list/channel_post_list_container.js index 730e8390d..6111025d8 100644 --- a/app/scenes/channel/channel_post_list/channel_post_list_container.js +++ b/app/scenes/channel/channel_post_list/channel_post_list_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/channel/channel_post_list/index.js b/app/scenes/channel/channel_post_list/index.js index ffb9cfa29..695e4f9a8 100644 --- a/app/scenes/channel/channel_post_list/index.js +++ b/app/scenes/channel/channel_post_list/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import ChannelPostListContainer from './channel_post_list_container'; diff --git a/app/scenes/channel/channel_title.js b/app/scenes/channel/channel_title.js index beb9e536a..9e9b4bb05 100644 --- a/app/scenes/channel/channel_title.js +++ b/app/scenes/channel/channel_title.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/scenes/channel/index.js b/app/scenes/channel/index.js index b2cb8a03c..fe16e2c5b 100644 --- a/app/scenes/channel/index.js +++ b/app/scenes/channel/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import ChannelContainer from './channel_container'; diff --git a/app/scenes/channel_add_members/channel_add_members.js b/app/scenes/channel_add_members/channel_add_members.js index 9ac9999b1..0c8e28548 100644 --- a/app/scenes/channel_add_members/channel_add_members.js +++ b/app/scenes/channel_add_members/channel_add_members.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/channel_add_members/channel_add_members_container.js b/app/scenes/channel_add_members/channel_add_members_container.js index 31dd21638..4a8669d4c 100644 --- a/app/scenes/channel_add_members/channel_add_members_container.js +++ b/app/scenes/channel_add_members/channel_add_members_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/channel_add_members/index.js b/app/scenes/channel_add_members/index.js index 672d255d6..69ef3f1e8 100644 --- a/app/scenes/channel_add_members/index.js +++ b/app/scenes/channel_add_members/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import ChannelAddMembersContainer from './channel_add_members_container'; diff --git a/app/scenes/channel_drawer/channel_drawer.js b/app/scenes/channel_drawer/channel_drawer.js index d0e85c54b..c70ad6121 100644 --- a/app/scenes/channel_drawer/channel_drawer.js +++ b/app/scenes/channel_drawer/channel_drawer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/channel_drawer/channel_drawer_container.js b/app/scenes/channel_drawer/channel_drawer_container.js index 80f6576e7..493308ab1 100644 --- a/app/scenes/channel_drawer/channel_drawer_container.js +++ b/app/scenes/channel_drawer/channel_drawer_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/channel_drawer/index.js b/app/scenes/channel_drawer/index.js index 79e9d4d33..7da872ef7 100644 --- a/app/scenes/channel_drawer/index.js +++ b/app/scenes/channel_drawer/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import ChannelDrawerContainer from './channel_drawer_container'; diff --git a/app/scenes/channel_info/channel_info.js b/app/scenes/channel_info/channel_info.js index 5640e006e..a4b4f2467 100644 --- a/app/scenes/channel_info/channel_info.js +++ b/app/scenes/channel_info/channel_info.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/channel_info/channel_info_container.js b/app/scenes/channel_info/channel_info_container.js index c75e0c32f..aefbe5cd3 100644 --- a/app/scenes/channel_info/channel_info_container.js +++ b/app/scenes/channel_info/channel_info_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/channel_info/channel_info_header.js b/app/scenes/channel_info/channel_info_header.js index cebe43a12..6841084e1 100644 --- a/app/scenes/channel_info/channel_info_header.js +++ b/app/scenes/channel_info/channel_info_header.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/scenes/channel_info/channel_info_row.js b/app/scenes/channel_info/channel_info_row.js index dc983e145..270fa711d 100644 --- a/app/scenes/channel_info/channel_info_row.js +++ b/app/scenes/channel_info/channel_info_row.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/scenes/channel_info/index.js b/app/scenes/channel_info/index.js index 1d5f9af26..2c91e3647 100644 --- a/app/scenes/channel_info/index.js +++ b/app/scenes/channel_info/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import ChannelInfoContainer from './channel_info_container'; diff --git a/app/scenes/channel_members/channel_members.js b/app/scenes/channel_members/channel_members.js index 8deabc29c..859e2d9a8 100644 --- a/app/scenes/channel_members/channel_members.js +++ b/app/scenes/channel_members/channel_members.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/channel_members/channel_members_container.js b/app/scenes/channel_members/channel_members_container.js index 848d52d3d..4c913c402 100644 --- a/app/scenes/channel_members/channel_members_container.js +++ b/app/scenes/channel_members/channel_members_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/channel_members/channel_members_title.js b/app/scenes/channel_members/channel_members_title.js index 2c3d4fef8..9e7da86e0 100644 --- a/app/scenes/channel_members/channel_members_title.js +++ b/app/scenes/channel_members/channel_members_title.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/scenes/channel_members/index.js b/app/scenes/channel_members/index.js index 96ff122fb..e1433009f 100644 --- a/app/scenes/channel_members/index.js +++ b/app/scenes/channel_members/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import ChannelMembersContainer from './channel_members_container'; diff --git a/app/scenes/channel_members/remove_member_button.js b/app/scenes/channel_members/remove_member_button.js index 8d0262718..5324b67d6 100644 --- a/app/scenes/channel_members/remove_member_button.js +++ b/app/scenes/channel_members/remove_member_button.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/scenes/create_channel/create_channel.js b/app/scenes/create_channel/create_channel.js index a65566497..187dcbfc7 100644 --- a/app/scenes/create_channel/create_channel.js +++ b/app/scenes/create_channel/create_channel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; import {injectIntl, intlShape} from 'react-intl'; diff --git a/app/scenes/create_channel/index.js b/app/scenes/create_channel/index.js index e8ce28e72..f1d815191 100644 --- a/app/scenes/create_channel/index.js +++ b/app/scenes/create_channel/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/edit_post/edit_post.js b/app/scenes/edit_post/edit_post.js index d963f46c2..c92fbfe42 100644 --- a/app/scenes/edit_post/edit_post.js +++ b/app/scenes/edit_post/edit_post.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; import { diff --git a/app/scenes/edit_post/index.js b/app/scenes/edit_post/index.js index 1a019631a..b51b6c778 100644 --- a/app/scenes/edit_post/index.js +++ b/app/scenes/edit_post/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/image_preview/image_preview.js b/app/scenes/image_preview/image_preview.js index 6d8168cba..61f6dab16 100644 --- a/app/scenes/image_preview/image_preview.js +++ b/app/scenes/image_preview/image_preview.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/image_preview/index.js b/app/scenes/image_preview/index.js index 9143ac867..69dba2e25 100644 --- a/app/scenes/image_preview/index.js +++ b/app/scenes/image_preview/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/index.js b/app/scenes/index.js index e29902e96..a722ead6f 100644 --- a/app/scenes/index.js +++ b/app/scenes/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import About from './about'; diff --git a/app/scenes/load_team/index.js b/app/scenes/load_team/index.js index e1315349f..9029a9bb3 100644 --- a/app/scenes/load_team/index.js +++ b/app/scenes/load_team/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import LoadTeamContainer from './load_team_container'; diff --git a/app/scenes/load_team/load_team.js b/app/scenes/load_team/load_team.js index 142c4e7ff..afb25d010 100644 --- a/app/scenes/load_team/load_team.js +++ b/app/scenes/load_team/load_team.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/load_team/load_team_container.js b/app/scenes/load_team/load_team_container.js index dc23859b3..8ca836539 100644 --- a/app/scenes/load_team/load_team_container.js +++ b/app/scenes/load_team/load_team_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/login/login.js b/app/scenes/login/login.js index 9c3e1d3d6..253d8d078 100644 --- a/app/scenes/login/login.js +++ b/app/scenes/login/login.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {Component, PropTypes} from 'react'; diff --git a/app/scenes/login/login_container.js b/app/scenes/login/login_container.js index cf514adef..9221ebd16 100644 --- a/app/scenes/login/login_container.js +++ b/app/scenes/login/login_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/login_options/index.js b/app/scenes/login_options/index.js index 468d040f5..b16868e6f 100644 --- a/app/scenes/login_options/index.js +++ b/app/scenes/login_options/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/login_options/login_options.js b/app/scenes/login_options/login_options.js index f6717c516..7ab6e112d 100644 --- a/app/scenes/login_options/login_options.js +++ b/app/scenes/login_options/login_options.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PureComponent, PropTypes} from 'react'; diff --git a/app/scenes/mfa/index.js b/app/scenes/mfa/index.js index 8e1580bf7..6d4071d9a 100644 --- a/app/scenes/mfa/index.js +++ b/app/scenes/mfa/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import MfaContainer from './mfa_container'; diff --git a/app/scenes/mfa/mfa.js b/app/scenes/mfa/mfa.js index 27f7828f2..58fd38e0e 100644 --- a/app/scenes/mfa/mfa.js +++ b/app/scenes/mfa/mfa.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {Component} from 'react'; diff --git a/app/scenes/mfa/mfa_container.js b/app/scenes/mfa/mfa_container.js index e015ca19b..892c17d4b 100644 --- a/app/scenes/mfa/mfa_container.js +++ b/app/scenes/mfa/mfa_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/more_channels/create_button.js b/app/scenes/more_channels/create_button.js index 32700cef9..c7fd39e00 100644 --- a/app/scenes/more_channels/create_button.js +++ b/app/scenes/more_channels/create_button.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/scenes/more_channels/index.js b/app/scenes/more_channels/index.js index 178b46bd4..4676cfa7a 100644 --- a/app/scenes/more_channels/index.js +++ b/app/scenes/more_channels/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/more_channels/more_channels.js b/app/scenes/more_channels/more_channels.js index 7e29339a8..8c71e57b0 100644 --- a/app/scenes/more_channels/more_channels.js +++ b/app/scenes/more_channels/more_channels.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/more_dms/index.js b/app/scenes/more_dms/index.js index 5f431d5a3..fc451f717 100644 --- a/app/scenes/more_dms/index.js +++ b/app/scenes/more_dms/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/more_dms/more_dms.js b/app/scenes/more_dms/more_dms.js index f825237ef..7d4881c86 100644 --- a/app/scenes/more_dms/more_dms.js +++ b/app/scenes/more_dms/more_dms.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/navigationSceneConnect.js b/app/scenes/navigationSceneConnect.js index 70e319843..dbcf90672 100644 --- a/app/scenes/navigationSceneConnect.js +++ b/app/scenes/navigationSceneConnect.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. /* eslint-disable */ diff --git a/app/scenes/options_modal/index.js b/app/scenes/options_modal/index.js index 710d2bb4a..850055958 100644 --- a/app/scenes/options_modal/index.js +++ b/app/scenes/options_modal/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/options_modal/options_modal.js b/app/scenes/options_modal/options_modal.js index c5dc9468e..7eef177a2 100644 --- a/app/scenes/options_modal/options_modal.js +++ b/app/scenes/options_modal/options_modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/options_modal/options_modal_list.android.js b/app/scenes/options_modal/options_modal_list.android.js index c75995e88..850769ebd 100644 --- a/app/scenes/options_modal/options_modal_list.android.js +++ b/app/scenes/options_modal/options_modal_list.android.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/options_modal/options_modal_list.ios.js b/app/scenes/options_modal/options_modal_list.ios.js index 9e9134b35..ec8f3917d 100644 --- a/app/scenes/options_modal/options_modal_list.ios.js +++ b/app/scenes/options_modal/options_modal_list.ios.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/root/root.js b/app/scenes/root/root.js index 726900526..875658da3 100644 --- a/app/scenes/root/root.js +++ b/app/scenes/root/root.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/root/root_container.js b/app/scenes/root/root_container.js index 3caa9878c..99dc690a5 100644 --- a/app/scenes/root/root_container.js +++ b/app/scenes/root/root_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/saml/index.js b/app/scenes/saml/index.js index 1fe7a90da..f1e5df93b 100644 --- a/app/scenes/saml/index.js +++ b/app/scenes/saml/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/saml/saml.js b/app/scenes/saml/saml.js index 348e8a56b..c34915907 100644 --- a/app/scenes/saml/saml.js +++ b/app/scenes/saml/saml.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/search/search.js b/app/scenes/search/search.js index 814051427..9bf671898 100644 --- a/app/scenes/search/search.js +++ b/app/scenes/search/search.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/scenes/search/search_container.js b/app/scenes/search/search_container.js index 83479d89b..edae63557 100644 --- a/app/scenes/search/search_container.js +++ b/app/scenes/search/search_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/select_server/select_server.js b/app/scenes/select_server/select_server.js index 7678a7ad2..d94d2db54 100644 --- a/app/scenes/select_server/select_server.js +++ b/app/scenes/select_server/select_server.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/select_server/select_server_container.js b/app/scenes/select_server/select_server_container.js index 5318b0431..49268a9d8 100644 --- a/app/scenes/select_server/select_server_container.js +++ b/app/scenes/select_server/select_server_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/select_team/select_team.js b/app/scenes/select_team/select_team.js index 68279a3d0..1f8cb7c56 100644 --- a/app/scenes/select_team/select_team.js +++ b/app/scenes/select_team/select_team.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/select_team/select_team_container.js b/app/scenes/select_team/select_team_container.js index 33b294344..072aa0072 100644 --- a/app/scenes/select_team/select_team_container.js +++ b/app/scenes/select_team/select_team_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/settings/index.js b/app/scenes/settings/index.js index ef415ee07..5ed04d083 100644 --- a/app/scenes/settings/index.js +++ b/app/scenes/settings/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/settings/settings.js b/app/scenes/settings/settings.js index 1b95973c9..8aa86d8ad 100644 --- a/app/scenes/settings/settings.js +++ b/app/scenes/settings/settings.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/settings/settings_item.js b/app/scenes/settings/settings_item.js index 9b7fa3031..b0a14bc1c 100644 --- a/app/scenes/settings/settings_item.js +++ b/app/scenes/settings/settings_item.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/thread/index.js b/app/scenes/thread/index.js index 56d39119f..131dd3e84 100644 --- a/app/scenes/thread/index.js +++ b/app/scenes/thread/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import ThreadContainer from './thread_container'; diff --git a/app/scenes/thread/thread.js b/app/scenes/thread/thread.js index 30343c10b..cfda4e600 100644 --- a/app/scenes/thread/thread.js +++ b/app/scenes/thread/thread.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/thread/thread_container.js b/app/scenes/thread/thread_container.js index d2d4ecefb..aa3dde39d 100644 --- a/app/scenes/thread/thread_container.js +++ b/app/scenes/thread/thread_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/thread/thread_title.js b/app/scenes/thread/thread_title.js index 2fab2ad46..4b37cd434 100644 --- a/app/scenes/thread/thread_title.js +++ b/app/scenes/thread/thread_title.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/scenes/user_profile/index.js b/app/scenes/user_profile/index.js index 863766869..e024383a2 100644 --- a/app/scenes/user_profile/index.js +++ b/app/scenes/user_profile/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import UserProfileContainer from './user_profile_container'; diff --git a/app/scenes/user_profile/user_profile.js b/app/scenes/user_profile/user_profile.js index f5bfe950f..1f179c678 100644 --- a/app/scenes/user_profile/user_profile.js +++ b/app/scenes/user_profile/user_profile.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes, PureComponent} from 'react'; diff --git a/app/scenes/user_profile/user_profile_container.js b/app/scenes/user_profile/user_profile_container.js index bde83361e..ee4acc87c 100644 --- a/app/scenes/user_profile/user_profile_container.js +++ b/app/scenes/user_profile/user_profile_container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {bindActionCreators} from 'redux'; diff --git a/app/scenes/user_profile/user_profile_row.js b/app/scenes/user_profile/user_profile_row.js index af12b4b2d..579e05c49 100644 --- a/app/scenes/user_profile/user_profile_row.js +++ b/app/scenes/user_profile/user_profile_row.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React, {PropTypes} from 'react'; diff --git a/app/selectors/preferences.js b/app/selectors/preferences.js index d7d08bd88..1d115941f 100644 --- a/app/selectors/preferences.js +++ b/app/selectors/preferences.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-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 6c66c9de2..9a7ce7713 100644 --- a/app/store/index.js +++ b/app/store/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {batchActions} from 'redux-batched-actions'; diff --git a/app/store/utils.js b/app/store/utils.js index 5566f54b8..f9aa709be 100644 --- a/app/store/utils.js +++ b/app/store/utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. function transformFromSet(incoming) { diff --git a/app/styles/index.js b/app/styles/index.js index 7ee87de1e..ef8a3764f 100644 --- a/app/styles/index.js +++ b/app/styles/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. /* eslint-disable diff --git a/app/utils/file.js b/app/utils/file.js index 3939fdbbe..744d46c0f 100644 --- a/app/utils/file.js +++ b/app/utils/file.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. export function generateId() { diff --git a/app/utils/member_list.js b/app/utils/member_list.js index 5f617f29b..4b45ff274 100644 --- a/app/utils/member_list.js +++ b/app/utils/member_list.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import React from 'react'; diff --git a/app/utils/tap.js b/app/utils/tap.js index 24cfcdec7..e87255f62 100644 --- a/app/utils/tap.js +++ b/app/utils/tap.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. let canPress = true; diff --git a/app/utils/theme.js b/app/utils/theme.js index 5852c570e..07b4b40aa 100644 --- a/app/utils/theme.js +++ b/app/utils/theme.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. export function makeStyleSheetFromTheme(getStyleFromTheme) { diff --git a/app/utils/url.js b/app/utils/url.js index b7403bb16..91fe9d5e9 100644 --- a/app/utils/url.js +++ b/app/utils/url.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. export function isValidUrl(url) { diff --git a/index.android.js b/index.android.js index 375a3d450..0cc1fde91 100644 --- a/index.android.js +++ b/index.android.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {AppRegistry} from 'react-native'; diff --git a/index.ios.js b/index.ios.js index 375a3d450..0cc1fde91 100644 --- a/index.ios.js +++ b/index.ios.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {AppRegistry} from 'react-native';