From 9aa02acc118b434105aea77d74b85d5d5c1befb7 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Sat, 10 Oct 2015 00:40:41 +0900 Subject: [PATCH] =?UTF-8?q?README=E3=81=A8=E3=83=A9=E3=82=A4=E3=82=BB?= =?UTF-8?q?=E3=83=B3=E3=82=B9=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 22 ++++++++++++++++++++++ README.md | 2 ++ package.json | 5 +++-- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..96bac019 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 Yuya Ochiai + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/README.md b/README.md new file mode 100644 index 00000000..2a684448 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# electron-mattermost +Mattermost client that runs on Electron diff --git a/package.json b/package.json index ffdcc871..d05e69a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { - "name": "MattermostDesktop", + "name": "electron-mattermost", "version": "0.1.0", "description": "", "main": "main.js", - "author": "Yuya Ochiai" + "author": "Yuya Ochiai", + "license": "MIT" }