Changing SpinPunch to Mattermost in copyright

Этот коммит содержится в:
Christopher Speller
2015-10-08 12:27:09 -04:00
родитель 7a601afc64
Коммит b85b529373
303 изменённых файлов: 303 добавлений и 303 удалений

Просмотреть файл

@@ -1,4 +1,4 @@
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
var ErrorBar = require('../components/error_bar.jsx');

Просмотреть файл

@@ -1,4 +1,4 @@
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
var Authorize = require('../components/authorize.jsx');

Просмотреть файл

@@ -1,4 +1,4 @@
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
var AppDispatcher = require('../dispatcher/app_dispatcher.jsx');

Просмотреть файл

@@ -1,4 +1,4 @@
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
var FindTeam = require('../components/find_team.jsx');

Просмотреть файл

@@ -1,4 +1,4 @@
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
var ChannelStore = require('../stores/channel_store.jsx');

Просмотреть файл

@@ -1,4 +1,4 @@
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
var Login = require('../components/login.jsx');

Просмотреть файл

@@ -1,4 +1,4 @@
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
var PasswordReset = require('../components/password_reset.jsx');

Просмотреть файл

@@ -1,4 +1,4 @@
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
var SignupTeam = require('../components/signup_team.jsx');

Просмотреть файл

@@ -1,4 +1,4 @@
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
var SignupTeamComplete = require('../components/signup_team_complete.jsx');

Просмотреть файл

@@ -1,4 +1,4 @@
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
var SignupUserComplete = require('../components/signup_user_complete.jsx');

Просмотреть файл

@@ -1,4 +1,4 @@
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
var EmailVerify = require('../components/email_verify.jsx');