From 3fefb813f00dc2c18a487981a2e1698346714fdf Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Thu, 29 Jun 2017 23:53:05 +0900 Subject: [PATCH] Change app author to Mattermost --- CHANGELOG.md | 2 ++ LICENSE.txt | 3 ++- package.json | 5 +---- src/package.json | 5 +---- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a5b5ba..4832fda9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ Release date: TBD [#541](https://github.com/mattermost/desktop/issues/541) - Fixed the close button of the Settings page not working on first installation. [#552](https://github.com/mattermost/desktop/issues/552) + - Fixed the app publisher was not changed to Mattermost, Inc. + [#542](https://github.com/mattermost/desktop/issues/542) #### Windows - Fixed desktop notifications not working when the window has been minimized from inactive state. diff --git a/LICENSE.txt b/LICENSE.txt index 884b2308..89c34523 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,5 @@ -Copyright (c) 2015-present Yuya Ochiai +Copyright (c) 2015-2016 Yuya Ochiai +Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. Apache License Version 2.0, January 2004 diff --git a/package.json b/package.json index 54375de8..0417eaa0 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,7 @@ "version": "3.7.0", "description": "Mattermost", "main": "main.js", - "author": { - "name": "Yuya Ochiai", - "email": "yuya0321@gmail.com" - }, + "author": "Mattermost, Inc. ", "license": "Apache-2.0", "engines": { "node": ">=4.2.0" diff --git a/src/package.json b/src/package.json index 039fc3c5..2c14b01d 100644 --- a/src/package.json +++ b/src/package.json @@ -5,10 +5,7 @@ "version": "3.7.0", "description": "Mattermost", "main": "main_bundle.js", - "author": { - "name": "Yuya Ochiai", - "email": "yuya0321@gmail.com" - }, + "author": "Mattermost, Inc. ", "homepage": "https://about.mattermost.com", "license": "Apache-2.0", "dependencies": {