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 client = require('./client.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 keyMirror = require('keymirror');

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

@@ -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.
const emoticonPatterns = {

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

@@ -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.
const TextFormatting = require('./text_formatting.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.
const Autolinker = require('autolinker');

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

@@ -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');