diff --git a/COPYING.md b/COPYING.md index 104e7c5..a6af516 100644 --- a/COPYING.md +++ b/COPYING.md @@ -6,7 +6,7 @@ + You can edit/copy these files, but you need to keep the original "[COPYING.md](COPYING.md)", "[LICENSE.md](LICENSE.md)" and in the program which you did it. -+ The copyright of [LINE Services](https://line.starinc.xyz/) contents belongs to [Star Inc.](https://starinc.xyz) ++ The copyright of [LINE Services](https://line.starinc.xyz/) contents belongs to [Neptune Studio](https://neptune.starinc.xyz) + Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. @@ -18,4 +18,4 @@ This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -> Copyright(c) 2020 [Star Inc.](https://starinc.xyz) All Rights Reserved. +> (c) [Neptune Studio](https://neptune.starinc.xyz). diff --git a/README.md b/README.md index f63475e..5380b51 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,6 @@ ![Python](https://img.shields.io/badge/python-3.x-0066FF.svg) ![Platform](https://img.shields.io/badge/base_on-LINE-00DD00.svg) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/star-inc/star_yuuki_bot/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/star-inc/star_yuuki_bot/?branch=master) -[![Build Status](https://scrutinizer-ci.com/g/star-inc/star_yuuki_bot/badges/build.png?b=master)](https://scrutinizer-ci.com/g/star-inc/star_yuuki_bot/build-status/master) -[![Code Intelligence Status](https://scrutinizer-ci.com/g/star-inc/star_yuuki_bot/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence) -[![Total alerts](https://img.shields.io/lgtm/alerts/g/star-inc/star_yuuki_bot.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/star-inc/star_yuuki_bot/alerts/) -[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/star-inc/star_yuuki_bot.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/star-inc/star_yuuki_bot/context:python) -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fstar-inc%2Fstar_yuuki_bot.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fstar-inc%2Fstar_yuuki_bot?ref=badge_shield) - The perfectest LINE Group Protective BOT. ![ICON](logo.png) @@ -29,4 +22,4 @@ Version `v8` is not ready. Copyright of `logo.png` belongs to "[©川原 礫/ASCII Media Works/SAO Project](https://www.aniplex.co.jp)" and its artists. -> (c) 2021 Star Inc. +> (c) Neptune Studio. diff --git a/setup.py b/setup.py index 999fcd2..57fd580 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ Yuuki_Libs -(c) 2020 Star Inc. +(c) Neptune Studio. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -15,7 +15,6 @@ setup( packages=['src', 'src.i18n', 'src.model', 'src.model.group', 'src.webadmin', 'src.controller'], url='https://line.starinc.xyz/star-yuuki-bot/', license='MPL-2.0', - author='Star Inc.', - author_email='"Star Inc." ', + author='Neptune Studio', description='The perfectest LINE Group Protective BOT' ) diff --git a/src/kernel/__init__.py b/src/kernel/__init__.py index 8e5e1d3..0653f7d 100644 --- a/src/kernel/__init__.py +++ b/src/kernel/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ Yuuki_Libs -(c) 2020 Star Inc. +(c) Neptune Studio. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/src/kernel/polling.py b/src/kernel/polling.py index 572f8f2..ea614c7 100644 --- a/src/kernel/polling.py +++ b/src/kernel/polling.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ Yuuki_Libs -(c) 2020 Star Inc. +(c) Neptune Studio. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/src/model/group.py b/src/model/group.py index 2685203..6871f14 100644 --- a/src/model/group.py +++ b/src/model/group.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ Yuuki_Libs -(c) 2020 Star Inc. +(c) Neptune Studio. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/src/model/message.py b/src/model/message.py index 7832a15..7629a6e 100644 --- a/src/model/message.py +++ b/src/model/message.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ Yuuki_Libs -(c) 2020 Star Inc. +(c) Neptune Studio. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/src/model/operation.py b/src/model/operation.py index 24dc085..f23d095 100644 --- a/src/model/operation.py +++ b/src/model/operation.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ Yuuki_Libs -(c) 2020 Star Inc. +(c) Neptune Studio. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/src/model/user.py b/src/model/user.py index d53571b..3cd0a95 100644 --- a/src/model/user.py +++ b/src/model/user.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ Yuuki_Libs -(c) 2020 Star Inc. +(c) Neptune Studio. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.