From d542289efd040c5d6abafe72eb54054a1a43c3a9 Mon Sep 17 00:00:00 2001 From: zypo Date: Sun, 14 Jun 2020 18:30:52 +0800 Subject: [PATCH] U update License --- docs/Dockerfile/Dockerfile | 2 +- docs/Dockerfile/entrypoint.sh | 2 +- docs/Dockerfile/spug.ini | 2 +- docs/install.sh | 2 +- spug_api/apps/account/__init__.py | 2 +- spug_api/apps/account/management/commands/initdb.py | 2 +- spug_api/apps/account/management/commands/update.py | 2 +- spug_api/apps/account/management/commands/user.py | 2 +- spug_api/apps/account/management/commands/useradd.py | 2 +- spug_api/apps/account/models.py | 2 +- spug_api/apps/account/urls.py | 2 +- spug_api/apps/account/views.py | 2 +- spug_api/apps/alarm/__init__.py | 2 +- spug_api/apps/alarm/models.py | 2 +- spug_api/apps/alarm/urls.py | 2 +- spug_api/apps/alarm/utils.py | 2 +- spug_api/apps/alarm/views.py | 2 +- spug_api/apps/apis/__init__.py | 2 +- spug_api/apps/apis/config.py | 2 +- spug_api/apps/apis/urls.py | 2 +- spug_api/apps/app/__init__.py | 2 +- spug_api/apps/app/models.py | 2 +- spug_api/apps/app/urls.py | 2 +- spug_api/apps/app/utils.py | 2 +- spug_api/apps/app/views.py | 2 +- spug_api/apps/config/__init__.py | 2 +- spug_api/apps/config/models.py | 2 +- spug_api/apps/config/urls.py | 2 +- spug_api/apps/config/views.py | 2 +- spug_api/apps/deploy/__init__.py | 2 +- spug_api/apps/deploy/models.py | 2 +- spug_api/apps/deploy/urls.py | 2 +- spug_api/apps/deploy/utils.py | 2 +- spug_api/apps/deploy/views.py | 2 +- spug_api/apps/exec/__init__.py | 2 +- spug_api/apps/exec/models.py | 2 +- spug_api/apps/exec/urls.py | 2 +- spug_api/apps/exec/views.py | 2 +- spug_api/apps/file/__init__.py | 2 +- spug_api/apps/file/urls.py | 2 +- spug_api/apps/file/utils.py | 2 +- spug_api/apps/file/views.py | 2 +- spug_api/apps/home/__init__.py | 2 +- spug_api/apps/home/urls.py | 2 +- spug_api/apps/home/views.py | 2 +- spug_api/apps/host/__init__.py | 2 +- spug_api/apps/host/models.py | 2 +- spug_api/apps/host/urls.py | 2 +- spug_api/apps/host/views.py | 2 +- spug_api/apps/monitor/__init__.py | 2 +- spug_api/apps/monitor/executors.py | 2 +- spug_api/apps/monitor/management/commands/runmonitor.py | 2 +- spug_api/apps/monitor/models.py | 2 +- spug_api/apps/monitor/scheduler.py | 2 +- spug_api/apps/monitor/urls.py | 2 +- spug_api/apps/monitor/utils.py | 2 +- spug_api/apps/monitor/views.py | 2 +- spug_api/apps/notify/__init__.py | 2 +- spug_api/apps/notify/models.py | 2 +- spug_api/apps/notify/urls.py | 2 +- spug_api/apps/notify/views.py | 2 +- spug_api/apps/schedule/__init__.py | 2 +- spug_api/apps/schedule/executors.py | 2 +- spug_api/apps/schedule/management/commands/runscheduler.py | 2 +- spug_api/apps/schedule/models.py | 2 +- spug_api/apps/schedule/scheduler.py | 2 +- spug_api/apps/schedule/urls.py | 2 +- spug_api/apps/schedule/utils.py | 2 +- spug_api/apps/schedule/views.py | 2 +- spug_api/apps/setting/__init__.py | 2 +- spug_api/apps/setting/models.py | 2 +- spug_api/apps/setting/urls.py | 2 +- spug_api/apps/setting/utils.py | 2 +- spug_api/apps/setting/views.py | 2 +- spug_api/consumer/__init__.py | 2 +- spug_api/consumer/consumers.py | 2 +- spug_api/consumer/executors.py | 2 +- spug_api/consumer/routing.py | 2 +- spug_api/libs/__init__.py | 2 +- spug_api/libs/channel.py | 2 +- spug_api/libs/decorators.py | 2 +- spug_api/libs/gitlib.py | 2 +- spug_api/libs/ldap.py | 2 +- spug_api/libs/middleware.py | 2 +- spug_api/libs/mixins.py | 2 +- spug_api/libs/parser.py | 2 +- spug_api/libs/spug.py | 2 +- spug_api/libs/ssh.py | 2 +- spug_api/libs/utils.py | 2 +- spug_api/libs/validators.py | 2 +- spug_api/manage.py | 2 +- spug_api/spug/__init__.py | 2 +- spug_api/spug/asgi.py | 2 +- spug_api/spug/routing.py | 2 +- spug_api/spug/settings.py | 2 +- spug_api/spug/urls.py | 2 +- spug_api/spug/wsgi.py | 2 +- spug_api/tools/start-api.sh | 2 +- spug_api/tools/start-monitor.sh | 2 +- spug_api/tools/start-scheduler.sh | 2 +- spug_api/tools/start-worker.sh | 2 +- spug_api/tools/start-ws.sh | 2 +- spug_web/config-overrides.js | 2 +- spug_web/src/App.js | 2 +- spug_web/src/components/ACEditor.js | 2 +- spug_web/src/components/AuthButton.js | 2 +- spug_web/src/components/AuthCard.js | 2 +- spug_web/src/components/AuthDiv.js | 2 +- spug_web/src/components/AuthFragment.js | 2 +- spug_web/src/components/AuthLink.js | 2 +- spug_web/src/components/LinkButton.js | 2 +- spug_web/src/components/SearchForm.js | 2 +- spug_web/src/components/StatisticsCard.js | 2 +- spug_web/src/components/index.js | 2 +- spug_web/src/index.js | 2 +- spug_web/src/layout/Footer.js | 2 +- spug_web/src/layout/Header.js | 2 +- spug_web/src/layout/Sider.js | 2 +- spug_web/src/layout/index.js | 2 +- spug_web/src/libs/functools.js | 2 +- spug_web/src/libs/history.js | 2 +- spug_web/src/libs/http.js | 2 +- spug_web/src/libs/index.js | 2 +- spug_web/src/libs/router.js | 2 +- spug_web/src/menus.js | 2 +- spug_web/src/pages/alarm/alarm/Table.js | 2 +- spug_web/src/pages/alarm/alarm/index.js | 2 +- spug_web/src/pages/alarm/alarm/store.js | 2 +- spug_web/src/pages/alarm/contact/Form.js | 2 +- spug_web/src/pages/alarm/contact/Table.js | 2 +- spug_web/src/pages/alarm/contact/index.js | 2 +- spug_web/src/pages/alarm/contact/store.js | 2 +- spug_web/src/pages/alarm/group/Form.js | 2 +- spug_web/src/pages/alarm/group/Table.js | 2 +- spug_web/src/pages/alarm/group/index.js | 2 +- spug_web/src/pages/alarm/group/store.js | 2 +- spug_web/src/pages/alarm/routes.js | 2 +- spug_web/src/pages/config/app/Form.js | 2 +- spug_web/src/pages/config/app/Rel.js | 2 +- spug_web/src/pages/config/app/Table.js | 2 +- spug_web/src/pages/config/app/index.js | 2 +- spug_web/src/pages/config/app/store.js | 2 +- spug_web/src/pages/config/environment/Form.js | 2 +- spug_web/src/pages/config/environment/Table.js | 2 +- spug_web/src/pages/config/environment/index.js | 2 +- spug_web/src/pages/config/environment/store.js | 2 +- spug_web/src/pages/config/routes.js | 2 +- spug_web/src/pages/config/service/Form.js | 2 +- spug_web/src/pages/config/service/Table.js | 2 +- spug_web/src/pages/config/service/index.js | 2 +- spug_web/src/pages/config/service/store.js | 2 +- spug_web/src/pages/config/setting/DiffConfig.js | 2 +- spug_web/src/pages/config/setting/Form.js | 2 +- spug_web/src/pages/config/setting/JSONView.js | 2 +- spug_web/src/pages/config/setting/Record.js | 2 +- spug_web/src/pages/config/setting/TableView.js | 2 +- spug_web/src/pages/config/setting/TextView.js | 2 +- spug_web/src/pages/config/setting/index.js | 2 +- spug_web/src/pages/config/setting/store.js | 2 +- spug_web/src/pages/deploy/app/AddSelect.js | 2 +- spug_web/src/pages/deploy/app/Ext1Form.js | 2 +- spug_web/src/pages/deploy/app/Ext1Setup1.js | 2 +- spug_web/src/pages/deploy/app/Ext1Setup2.js | 2 +- spug_web/src/pages/deploy/app/Ext1Setup3.js | 2 +- spug_web/src/pages/deploy/app/Ext2Form.js | 2 +- spug_web/src/pages/deploy/app/Ext2Setup1.js | 2 +- spug_web/src/pages/deploy/app/Ext2Setup2.js | 2 +- spug_web/src/pages/deploy/app/Ext2Setup3.js | 2 +- spug_web/src/pages/deploy/app/Form.js | 2 +- spug_web/src/pages/deploy/app/Table.js | 2 +- spug_web/src/pages/deploy/app/index.js | 2 +- spug_web/src/pages/deploy/app/store.js | 2 +- spug_web/src/pages/deploy/do/Ext1Index.js | 2 +- spug_web/src/pages/deploy/do/Ext2Index.js | 2 +- spug_web/src/pages/deploy/do/store.js | 2 +- spug_web/src/pages/deploy/request/Approve.js | 2 +- spug_web/src/pages/deploy/request/Ext1Form.js | 2 +- spug_web/src/pages/deploy/request/Ext2Form.js | 2 +- spug_web/src/pages/deploy/request/Form.js | 2 +- spug_web/src/pages/deploy/request/SelectApp.js | 2 +- spug_web/src/pages/deploy/request/Table.js | 2 +- spug_web/src/pages/deploy/request/index.js | 2 +- spug_web/src/pages/deploy/request/store.js | 2 +- spug_web/src/pages/deploy/routes.js | 2 +- spug_web/src/pages/exec/routes.js | 2 +- spug_web/src/pages/exec/task/ExecConsole.js | 2 +- spug_web/src/pages/exec/task/HostSelector.js | 2 +- spug_web/src/pages/exec/task/index.js | 2 +- spug_web/src/pages/exec/task/store.js | 2 +- spug_web/src/pages/exec/template/Form.js | 2 +- spug_web/src/pages/exec/template/Table.js | 2 +- spug_web/src/pages/exec/template/index.js | 2 +- spug_web/src/pages/exec/template/store.js | 2 +- spug_web/src/pages/home/AlarmTrend.js | 2 +- spug_web/src/pages/home/DeployPie.js | 2 +- spug_web/src/pages/home/RequestTop.js | 2 +- spug_web/src/pages/home/StatisticCard.js | 2 +- spug_web/src/pages/home/index.js | 2 +- spug_web/src/pages/home/routes.js | 2 +- spug_web/src/pages/host/Form.js | 2 +- spug_web/src/pages/host/Import.js | 2 +- spug_web/src/pages/host/Table.js | 2 +- spug_web/src/pages/host/index.js | 2 +- spug_web/src/pages/host/routes.js | 2 +- spug_web/src/pages/host/store.js | 2 +- spug_web/src/pages/login/index.js | 2 +- spug_web/src/pages/monitor/Form.js | 2 +- spug_web/src/pages/monitor/Table.js | 2 +- spug_web/src/pages/monitor/index.js | 2 +- spug_web/src/pages/monitor/routes.js | 2 +- spug_web/src/pages/monitor/store.js | 2 +- spug_web/src/pages/schedule/Form.js | 2 +- spug_web/src/pages/schedule/Info.js | 2 +- spug_web/src/pages/schedule/Record.js | 2 +- spug_web/src/pages/schedule/Table.js | 2 +- spug_web/src/pages/schedule/index.js | 2 +- spug_web/src/pages/schedule/routes.js | 2 +- spug_web/src/pages/schedule/store.js | 2 +- spug_web/src/pages/ssh/FileManager.js | 2 +- spug_web/src/pages/ssh/index.js | 2 +- spug_web/src/pages/system/account/Form.js | 2 +- spug_web/src/pages/system/account/Table.js | 2 +- spug_web/src/pages/system/account/index.js | 2 +- spug_web/src/pages/system/account/store.js | 2 +- spug_web/src/pages/system/role/DeployPerm.js | 2 +- spug_web/src/pages/system/role/Form.js | 2 +- spug_web/src/pages/system/role/HostPerm.js | 2 +- spug_web/src/pages/system/role/PagePerm.js | 2 +- spug_web/src/pages/system/role/Table.js | 2 +- spug_web/src/pages/system/role/codes.js | 2 +- spug_web/src/pages/system/role/index.js | 2 +- spug_web/src/pages/system/role/store.js | 2 +- spug_web/src/pages/system/routes.js | 2 +- spug_web/src/pages/system/setting/About.js | 2 +- spug_web/src/pages/system/setting/AlarmSetting.js | 2 +- spug_web/src/pages/system/setting/BasicSetting.js | 2 +- spug_web/src/pages/system/setting/KeySetting.js | 2 +- spug_web/src/pages/system/setting/LDAPSetting.js | 2 +- spug_web/src/pages/system/setting/OpenService.js | 2 +- spug_web/src/pages/system/setting/index.js | 2 +- spug_web/src/pages/system/setting/store.js | 2 +- spug_web/src/pages/welcome/index/index.js | 2 +- spug_web/src/pages/welcome/info/Basic.js | 2 +- spug_web/src/pages/welcome/info/Reset.js | 2 +- spug_web/src/pages/welcome/info/index.js | 2 +- spug_web/src/pages/welcome/info/store.js | 2 +- spug_web/src/pages/welcome/routes.js | 2 +- spug_web/src/routes.js | 2 +- spug_web/src/serviceWorker.js | 2 +- spug_web/src/setupProxy.js | 2 +- 250 files changed, 250 insertions(+), 250 deletions(-) diff --git a/docs/Dockerfile/Dockerfile b/docs/Dockerfile/Dockerfile index fc93241..387eaee 100644 --- a/docs/Dockerfile/Dockerfile +++ b/docs/Dockerfile/Dockerfile @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. FROM python:3.6.10-alpine3.11 diff --git a/docs/Dockerfile/entrypoint.sh b/docs/Dockerfile/entrypoint.sh index 21aadc9..1850765 100644 --- a/docs/Dockerfile/entrypoint.sh +++ b/docs/Dockerfile/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/sh # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. set -e diff --git a/docs/Dockerfile/spug.ini b/docs/Dockerfile/spug.ini index f05fc44..963ee07 100644 --- a/docs/Dockerfile/spug.ini +++ b/docs/Dockerfile/spug.ini @@ -1,6 +1,6 @@ ; # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug ; # Copyright: (c) -; # Released under the MIT License. +; # Released under the AGPL-3.0 License. [supervisord] nodaemon=true diff --git a/docs/install.sh b/docs/install.sh index 014a8c3..a177145 100644 --- a/docs/install.sh +++ b/docs/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. set -e diff --git a/spug_api/apps/account/__init__.py b/spug_api/apps/account/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/apps/account/__init__.py +++ b/spug_api/apps/account/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/apps/account/management/commands/initdb.py b/spug_api/apps/account/management/commands/initdb.py index 8a48458..345a918 100644 --- a/spug_api/apps/account/management/commands/initdb.py +++ b/spug_api/apps/account/management/commands/initdb.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.core.management.base import BaseCommand from django.core.management import execute_from_command_line from django.conf import settings diff --git a/spug_api/apps/account/management/commands/update.py b/spug_api/apps/account/management/commands/update.py index 2c8f1a2..80ef317 100644 --- a/spug_api/apps/account/management/commands/update.py +++ b/spug_api/apps/account/management/commands/update.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.core.management.base import BaseCommand from django.conf import settings import subprocess diff --git a/spug_api/apps/account/management/commands/user.py b/spug_api/apps/account/management/commands/user.py index 188b413..11e8017 100644 --- a/spug_api/apps/account/management/commands/user.py +++ b/spug_api/apps/account/management/commands/user.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.core.management.base import BaseCommand from apps.account.models import User diff --git a/spug_api/apps/account/management/commands/useradd.py b/spug_api/apps/account/management/commands/useradd.py index 0ece893..92fcf67 100644 --- a/spug_api/apps/account/management/commands/useradd.py +++ b/spug_api/apps/account/management/commands/useradd.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.core.management.base import BaseCommand from apps.account.models import User diff --git a/spug_api/apps/account/models.py b/spug_api/apps/account/models.py index 36f6615..8ec1c88 100644 --- a/spug_api/apps/account/models.py +++ b/spug_api/apps/account/models.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.db import models from libs import ModelMixin, human_datetime from django.contrib.auth.hashers import make_password, check_password diff --git a/spug_api/apps/account/urls.py b/spug_api/apps/account/urls.py index 9e59e40..9458196 100644 --- a/spug_api/apps/account/urls.py +++ b/spug_api/apps/account/urls.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.conf.urls import url from apps.account.views import * diff --git a/spug_api/apps/account/views.py b/spug_api/apps/account/views.py index 1ad9246..6a4e43d 100644 --- a/spug_api/apps/account/views.py +++ b/spug_api/apps/account/views.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.core.cache import cache from django.views.generic import View from django.db.models import F diff --git a/spug_api/apps/alarm/__init__.py b/spug_api/apps/alarm/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/apps/alarm/__init__.py +++ b/spug_api/apps/alarm/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/apps/alarm/models.py b/spug_api/apps/alarm/models.py index daab305..6cafefa 100644 --- a/spug_api/apps/alarm/models.py +++ b/spug_api/apps/alarm/models.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.db import models from libs import ModelMixin, human_datetime from apps.account.models import User diff --git a/spug_api/apps/alarm/urls.py b/spug_api/apps/alarm/urls.py index 537b994..950b1aa 100644 --- a/spug_api/apps/alarm/urls.py +++ b/spug_api/apps/alarm/urls.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.urls import path from .views import * diff --git a/spug_api/apps/alarm/utils.py b/spug_api/apps/alarm/utils.py index 08c474b..c36cfdd 100644 --- a/spug_api/apps/alarm/utils.py +++ b/spug_api/apps/alarm/utils.py @@ -1,5 +1,5 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug -# Released under the MIT License. +# Released under the AGPL-3.0 License. from apps.alarm.models import Alarm from datetime import datetime, timedelta diff --git a/spug_api/apps/alarm/views.py b/spug_api/apps/alarm/views.py index 9252fe8..e1737ca 100644 --- a/spug_api/apps/alarm/views.py +++ b/spug_api/apps/alarm/views.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.views.generic import View from libs import json_response, JsonParser, Argument from apps.alarm.models import Alarm, Group, Contact diff --git a/spug_api/apps/apis/__init__.py b/spug_api/apps/apis/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/apps/apis/__init__.py +++ b/spug_api/apps/apis/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/apps/apis/config.py b/spug_api/apps/apis/config.py index 9ca2ec9..5cd5f2e 100644 --- a/spug_api/apps/apis/config.py +++ b/spug_api/apps/apis/config.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.http.response import HttpResponse from django_redis import get_redis_connection from apps.config.models import Config, Service, Environment diff --git a/spug_api/apps/apis/urls.py b/spug_api/apps/apis/urls.py index fbe5265..9b8a086 100644 --- a/spug_api/apps/apis/urls.py +++ b/spug_api/apps/apis/urls.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.urls import path from apps.apis import config diff --git a/spug_api/apps/app/__init__.py b/spug_api/apps/app/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/apps/app/__init__.py +++ b/spug_api/apps/app/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/apps/app/models.py b/spug_api/apps/app/models.py index 25aca33..09fbe37 100644 --- a/spug_api/apps/app/models.py +++ b/spug_api/apps/app/models.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.db import models from libs import ModelMixin, human_datetime from apps.account.models import User diff --git a/spug_api/apps/app/urls.py b/spug_api/apps/app/urls.py index 1200006..27c6ab5 100644 --- a/spug_api/apps/app/urls.py +++ b/spug_api/apps/app/urls.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.urls import path from .views import * diff --git a/spug_api/apps/app/utils.py b/spug_api/apps/app/utils.py index bc02905..2a0c67c 100644 --- a/spug_api/apps/app/utils.py +++ b/spug_api/apps/app/utils.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.conf import settings from apps.app.models import Deploy from apps.setting.utils import AppSetting diff --git a/spug_api/apps/app/views.py b/spug_api/apps/app/views.py index d6a12db..0de058d 100644 --- a/spug_api/apps/app/views.py +++ b/spug_api/apps/app/views.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.views.generic import View from django.db.models import F from libs import JsonParser, Argument, json_response diff --git a/spug_api/apps/config/__init__.py b/spug_api/apps/config/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/apps/config/__init__.py +++ b/spug_api/apps/config/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/apps/config/models.py b/spug_api/apps/config/models.py index 9cc4779..88115dd 100644 --- a/spug_api/apps/config/models.py +++ b/spug_api/apps/config/models.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.db import models from libs import ModelMixin, human_datetime from apps.account.models import User diff --git a/spug_api/apps/config/urls.py b/spug_api/apps/config/urls.py index a96b30e..1adf6e3 100644 --- a/spug_api/apps/config/urls.py +++ b/spug_api/apps/config/urls.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.urls import path from .views import * diff --git a/spug_api/apps/config/views.py b/spug_api/apps/config/views.py index 655ceb8..e64236d 100644 --- a/spug_api/apps/config/views.py +++ b/spug_api/apps/config/views.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.views.generic import View from django.db.models import F from libs import json_response, JsonParser, Argument diff --git a/spug_api/apps/deploy/__init__.py b/spug_api/apps/deploy/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/apps/deploy/__init__.py +++ b/spug_api/apps/deploy/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/apps/deploy/models.py b/spug_api/apps/deploy/models.py index 7854022..2d7d7e5 100644 --- a/spug_api/apps/deploy/models.py +++ b/spug_api/apps/deploy/models.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.db import models from libs import ModelMixin, human_datetime from apps.account.models import User diff --git a/spug_api/apps/deploy/urls.py b/spug_api/apps/deploy/urls.py index c4d38d6..5c33523 100644 --- a/spug_api/apps/deploy/urls.py +++ b/spug_api/apps/deploy/urls.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.urls import path from .views import * diff --git a/spug_api/apps/deploy/utils.py b/spug_api/apps/deploy/utils.py index ac41151..6d689cd 100644 --- a/spug_api/apps/deploy/utils.py +++ b/spug_api/apps/deploy/utils.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django_redis import get_redis_connection from django.conf import settings from libs.utils import AttrDict, human_time, human_datetime diff --git a/spug_api/apps/deploy/views.py b/spug_api/apps/deploy/views.py index 11be404..3941942 100644 --- a/spug_api/apps/deploy/views.py +++ b/spug_api/apps/deploy/views.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.views.generic import View from django.db.models import F from django.conf import settings diff --git a/spug_api/apps/exec/__init__.py b/spug_api/apps/exec/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/apps/exec/__init__.py +++ b/spug_api/apps/exec/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/apps/exec/models.py b/spug_api/apps/exec/models.py index 20719c1..0a98d48 100644 --- a/spug_api/apps/exec/models.py +++ b/spug_api/apps/exec/models.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.db import models from libs import ModelMixin, human_datetime from apps.account.models import User diff --git a/spug_api/apps/exec/urls.py b/spug_api/apps/exec/urls.py index 0484e5f..0cdb88a 100644 --- a/spug_api/apps/exec/urls.py +++ b/spug_api/apps/exec/urls.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.conf.urls import url from .views import * diff --git a/spug_api/apps/exec/views.py b/spug_api/apps/exec/views.py index a814eb3..cf3ef04 100644 --- a/spug_api/apps/exec/views.py +++ b/spug_api/apps/exec/views.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.views.generic import View from libs import json_response, JsonParser, Argument, human_datetime from libs.channel import Channel diff --git a/spug_api/apps/file/__init__.py b/spug_api/apps/file/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/apps/file/__init__.py +++ b/spug_api/apps/file/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/apps/file/urls.py b/spug_api/apps/file/urls.py index 38968d8..83cd944 100644 --- a/spug_api/apps/file/urls.py +++ b/spug_api/apps/file/urls.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.urls import path from .views import * diff --git a/spug_api/apps/file/utils.py b/spug_api/apps/file/utils.py index 610bd91..7d648a1 100644 --- a/spug_api/apps/file/utils.py +++ b/spug_api/apps/file/utils.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.http import FileResponse import stat import time diff --git a/spug_api/apps/file/views.py b/spug_api/apps/file/views.py index 70fef44..40504b9 100644 --- a/spug_api/apps/file/views.py +++ b/spug_api/apps/file/views.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.views.generic import View from django_redis import get_redis_connection from apps.host.models import Host diff --git a/spug_api/apps/home/__init__.py b/spug_api/apps/home/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/apps/home/__init__.py +++ b/spug_api/apps/home/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/apps/home/urls.py b/spug_api/apps/home/urls.py index 42531c2..a9a8f4c 100644 --- a/spug_api/apps/home/urls.py +++ b/spug_api/apps/home/urls.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.urls import path from .views import * diff --git a/spug_api/apps/home/views.py b/spug_api/apps/home/views.py index 460f646..5c8a9f2 100644 --- a/spug_api/apps/home/views.py +++ b/spug_api/apps/home/views.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.db.models import F from apps.app.models import App from apps.host.models import Host diff --git a/spug_api/apps/host/__init__.py b/spug_api/apps/host/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/apps/host/__init__.py +++ b/spug_api/apps/host/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/apps/host/models.py b/spug_api/apps/host/models.py index 76c082a..df37d32 100644 --- a/spug_api/apps/host/models.py +++ b/spug_api/apps/host/models.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.db import models from libs import ModelMixin, human_datetime from apps.account.models import User diff --git a/spug_api/apps/host/urls.py b/spug_api/apps/host/urls.py index c434677..272a002 100644 --- a/spug_api/apps/host/urls.py +++ b/spug_api/apps/host/urls.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.urls import path from .views import * diff --git a/spug_api/apps/host/views.py b/spug_api/apps/host/views.py index 0d905f7..9d2c192 100644 --- a/spug_api/apps/host/views.py +++ b/spug_api/apps/host/views.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.views.generic import View from django.db.models import F from libs import json_response, JsonParser, Argument diff --git a/spug_api/apps/monitor/__init__.py b/spug_api/apps/monitor/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/apps/monitor/__init__.py +++ b/spug_api/apps/monitor/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/apps/monitor/executors.py b/spug_api/apps/monitor/executors.py index 2ae6f72..478804f 100644 --- a/spug_api/apps/monitor/executors.py +++ b/spug_api/apps/monitor/executors.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from libs.ssh import SSH from apps.host.models import Host from apps.setting.utils import AppSetting diff --git a/spug_api/apps/monitor/management/commands/runmonitor.py b/spug_api/apps/monitor/management/commands/runmonitor.py index 5a26432..6c988d9 100644 --- a/spug_api/apps/monitor/management/commands/runmonitor.py +++ b/spug_api/apps/monitor/management/commands/runmonitor.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.core.management.base import BaseCommand from apps.monitor.scheduler import Scheduler diff --git a/spug_api/apps/monitor/models.py b/spug_api/apps/monitor/models.py index 19010c9..ecfc9fe 100644 --- a/spug_api/apps/monitor/models.py +++ b/spug_api/apps/monitor/models.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.db import models from libs import ModelMixin, human_datetime from apps.account.models import User diff --git a/spug_api/apps/monitor/scheduler.py b/spug_api/apps/monitor/scheduler.py index 89c8787..99a29c2 100644 --- a/spug_api/apps/monitor/scheduler.py +++ b/spug_api/apps/monitor/scheduler.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from apscheduler.schedulers.background import BackgroundScheduler from apscheduler.executors.pool import ThreadPoolExecutor from apscheduler.triggers.interval import IntervalTrigger diff --git a/spug_api/apps/monitor/urls.py b/spug_api/apps/monitor/urls.py index 6f578a1..293a40c 100644 --- a/spug_api/apps/monitor/urls.py +++ b/spug_api/apps/monitor/urls.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.urls import path from .views import * diff --git a/spug_api/apps/monitor/utils.py b/spug_api/apps/monitor/utils.py index faafd8a..4f26150 100644 --- a/spug_api/apps/monitor/utils.py +++ b/spug_api/apps/monitor/utils.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. def seconds_to_human(seconds): text = '' if seconds > 3600: diff --git a/spug_api/apps/monitor/views.py b/spug_api/apps/monitor/views.py index f119620..16aecc6 100644 --- a/spug_api/apps/monitor/views.py +++ b/spug_api/apps/monitor/views.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.views.generic import View from libs import json_response, JsonParser, Argument, human_datetime from apps.monitor.models import Detection diff --git a/spug_api/apps/notify/__init__.py b/spug_api/apps/notify/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/apps/notify/__init__.py +++ b/spug_api/apps/notify/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/apps/notify/models.py b/spug_api/apps/notify/models.py index 8590267..b65bb0e 100644 --- a/spug_api/apps/notify/models.py +++ b/spug_api/apps/notify/models.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.db import models from django.core.cache import cache from libs import ModelMixin, human_datetime diff --git a/spug_api/apps/notify/urls.py b/spug_api/apps/notify/urls.py index f8a0df1..f065682 100644 --- a/spug_api/apps/notify/urls.py +++ b/spug_api/apps/notify/urls.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.urls import path from .views import * diff --git a/spug_api/apps/notify/views.py b/spug_api/apps/notify/views.py index 9efc41d..0435039 100644 --- a/spug_api/apps/notify/views.py +++ b/spug_api/apps/notify/views.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.views.generic import View from apps.notify.models import Notify from libs import json_response, JsonParser, Argument diff --git a/spug_api/apps/schedule/__init__.py b/spug_api/apps/schedule/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/apps/schedule/__init__.py +++ b/spug_api/apps/schedule/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/apps/schedule/executors.py b/spug_api/apps/schedule/executors.py index 33f2fb6..18a646a 100644 --- a/spug_api/apps/schedule/executors.py +++ b/spug_api/apps/schedule/executors.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from queue import Queue from threading import Thread from libs.ssh import SSH, AuthenticationException diff --git a/spug_api/apps/schedule/management/commands/runscheduler.py b/spug_api/apps/schedule/management/commands/runscheduler.py index 3093848..bc91e3e 100644 --- a/spug_api/apps/schedule/management/commands/runscheduler.py +++ b/spug_api/apps/schedule/management/commands/runscheduler.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.core.management.base import BaseCommand from apps.schedule.scheduler import Scheduler diff --git a/spug_api/apps/schedule/models.py b/spug_api/apps/schedule/models.py index 720b205..c3f9ae7 100644 --- a/spug_api/apps/schedule/models.py +++ b/spug_api/apps/schedule/models.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.db import models from libs import ModelMixin, human_datetime from apps.account.models import User diff --git a/spug_api/apps/schedule/scheduler.py b/spug_api/apps/schedule/scheduler.py index a2f7fa6..9be5761 100644 --- a/spug_api/apps/schedule/scheduler.py +++ b/spug_api/apps/schedule/scheduler.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from apscheduler.schedulers.background import BackgroundScheduler from apscheduler.executors.pool import ThreadPoolExecutor from apscheduler.triggers.interval import IntervalTrigger diff --git a/spug_api/apps/schedule/urls.py b/spug_api/apps/schedule/urls.py index fc26420..2b25cb1 100644 --- a/spug_api/apps/schedule/urls.py +++ b/spug_api/apps/schedule/urls.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.urls import path from .views import * diff --git a/spug_api/apps/schedule/utils.py b/spug_api/apps/schedule/utils.py index 933bf53..eb39d0e 100644 --- a/spug_api/apps/schedule/utils.py +++ b/spug_api/apps/schedule/utils.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from apps.schedule.models import Task, History diff --git a/spug_api/apps/schedule/views.py b/spug_api/apps/schedule/views.py index 55e0994..7775b16 100644 --- a/spug_api/apps/schedule/views.py +++ b/spug_api/apps/schedule/views.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.views.generic import View from django_redis import get_redis_connection from apscheduler.schedulers.background import BackgroundScheduler diff --git a/spug_api/apps/setting/__init__.py b/spug_api/apps/setting/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/apps/setting/__init__.py +++ b/spug_api/apps/setting/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/apps/setting/models.py b/spug_api/apps/setting/models.py index 57ef480..960ada4 100644 --- a/spug_api/apps/setting/models.py +++ b/spug_api/apps/setting/models.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.db import models from libs import ModelMixin diff --git a/spug_api/apps/setting/urls.py b/spug_api/apps/setting/urls.py index 737cbae..b290ed6 100644 --- a/spug_api/apps/setting/urls.py +++ b/spug_api/apps/setting/urls.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. # from django.urls import path from django.conf.urls import url from .views import * diff --git a/spug_api/apps/setting/utils.py b/spug_api/apps/setting/utils.py index 821cbf7..c066cab 100644 --- a/spug_api/apps/setting/utils.py +++ b/spug_api/apps/setting/utils.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from functools import lru_cache from apps.setting.models import Setting diff --git a/spug_api/apps/setting/views.py b/spug_api/apps/setting/views.py index 5f915a3..40745be 100644 --- a/spug_api/apps/setting/views.py +++ b/spug_api/apps/setting/views.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. import django from django.views.generic import View from django.conf import settings diff --git a/spug_api/consumer/__init__.py b/spug_api/consumer/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/consumer/__init__.py +++ b/spug_api/consumer/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/consumer/consumers.py b/spug_api/consumer/consumers.py index fbc839d..0bdc4e4 100644 --- a/spug_api/consumer/consumers.py +++ b/spug_api/consumer/consumers.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from channels.generic.websocket import WebsocketConsumer from django_redis import get_redis_connection from apps.setting.utils import AppSetting diff --git a/spug_api/consumer/executors.py b/spug_api/consumer/executors.py index 6143673..b69b265 100644 --- a/spug_api/consumer/executors.py +++ b/spug_api/consumer/executors.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from channels.consumer import SyncConsumer from apps.setting.utils import AppSetting from django_redis import get_redis_connection diff --git a/spug_api/consumer/routing.py b/spug_api/consumer/routing.py index e5b7fa8..45b9eff 100644 --- a/spug_api/consumer/routing.py +++ b/spug_api/consumer/routing.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.urls import path from .consumers import * diff --git a/spug_api/libs/__init__.py b/spug_api/libs/__init__.py index 9a7323d..b20f621 100644 --- a/spug_api/libs/__init__.py +++ b/spug_api/libs/__init__.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from .parser import JsonParser, Argument from .decorators import * from .validators import * diff --git a/spug_api/libs/channel.py b/spug_api/libs/channel.py index 05d6d81..7836d7c 100644 --- a/spug_api/libs/channel.py +++ b/spug_api/libs/channel.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from channels.layers import get_channel_layer from asgiref.sync import async_to_sync import uuid diff --git a/spug_api/libs/decorators.py b/spug_api/libs/decorators.py index 2cbccdb..a13ee74 100644 --- a/spug_api/libs/decorators.py +++ b/spug_api/libs/decorators.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from functools import wraps from .utils import json_response diff --git a/spug_api/libs/gitlib.py b/spug_api/libs/gitlib.py index f643b5d..1b96bf3 100644 --- a/spug_api/libs/gitlib.py +++ b/spug_api/libs/gitlib.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from git import Repo, RemoteReference, TagReference, InvalidGitRepositoryError, GitCommandError from tempfile import NamedTemporaryFile import shutil diff --git a/spug_api/libs/ldap.py b/spug_api/libs/ldap.py index fb1f443..d6d00b2 100644 --- a/spug_api/libs/ldap.py +++ b/spug_api/libs/ldap.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from apps.setting.models import Setting import ldap import json diff --git a/spug_api/libs/middleware.py b/spug_api/libs/middleware.py index 4f00d5e..b081285 100644 --- a/spug_api/libs/middleware.py +++ b/spug_api/libs/middleware.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.utils.deprecation import MiddlewareMixin from django.conf import settings from .utils import json_response diff --git a/spug_api/libs/mixins.py b/spug_api/libs/mixins.py index 6c26ced..0b76b8a 100644 --- a/spug_api/libs/mixins.py +++ b/spug_api/libs/mixins.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from .utils import json_response diff --git a/spug_api/libs/parser.py b/spug_api/libs/parser.py index 841f46d..70b6c80 100644 --- a/spug_api/libs/parser.py +++ b/spug_api/libs/parser.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. import json from .utils import AttrDict diff --git a/spug_api/libs/spug.py b/spug_api/libs/spug.py index bb98865..4b2c3b3 100644 --- a/spug_api/libs/spug.py +++ b/spug_api/libs/spug.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from apps.alarm.models import Group, Contact from apps.setting.utils import AppSetting from apps.notify.models import Notify diff --git a/spug_api/libs/ssh.py b/spug_api/libs/ssh.py index 9dc9596..a587efd 100644 --- a/spug_api/libs/ssh.py +++ b/spug_api/libs/ssh.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from paramiko.client import SSHClient, AutoAddPolicy from paramiko.config import SSH_PORT from paramiko.rsakey import RSAKey diff --git a/spug_api/libs/utils.py b/spug_api/libs/utils.py index d3003ae..e901ebe 100644 --- a/spug_api/libs/utils.py +++ b/spug_api/libs/utils.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from django.http.response import HttpResponse from django.db.models import QuerySet from datetime import datetime, date as datetime_date diff --git a/spug_api/libs/validators.py b/spug_api/libs/validators.py index 872021c..c463d35 100644 --- a/spug_api/libs/validators.py +++ b/spug_api/libs/validators.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. import ipaddress from datetime import datetime diff --git a/spug_api/manage.py b/spug_api/manage.py index e0f7804..dc68bbc 100755 --- a/spug_api/manage.py +++ b/spug_api/manage.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. """Django's command-line utility for administrative tasks.""" import os import sys diff --git a/spug_api/spug/__init__.py b/spug_api/spug/__init__.py index 4648b15..89f622a 100644 --- a/spug_api/spug/__init__.py +++ b/spug_api/spug/__init__.py @@ -1,3 +1,3 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. diff --git a/spug_api/spug/asgi.py b/spug_api/spug/asgi.py index 21d2462..b5e4986 100644 --- a/spug_api/spug/asgi.py +++ b/spug_api/spug/asgi.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. """ ASGI entrypoint. Configures Django and then runs the application defined in the ASGI_APPLICATION setting. diff --git a/spug_api/spug/routing.py b/spug_api/spug/routing.py index c2e6748..1f5587c 100644 --- a/spug_api/spug/routing.py +++ b/spug_api/spug/routing.py @@ -1,6 +1,6 @@ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. from channels.routing import ProtocolTypeRouter, ChannelNameRouter, URLRouter from consumer import routing, executors diff --git a/spug_api/spug/settings.py b/spug_api/spug/settings.py index 4e646a7..5e6b15a 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -1,7 +1,7 @@ """ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. Django settings for spug project. diff --git a/spug_api/spug/urls.py b/spug_api/spug/urls.py index b48d67c..c5cc0df 100644 --- a/spug_api/spug/urls.py +++ b/spug_api/spug/urls.py @@ -1,7 +1,7 @@ """spug URL Configuration # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/2.2/topics/http/urls/ diff --git a/spug_api/spug/wsgi.py b/spug_api/spug/wsgi.py index 1f34d09..7e051de 100644 --- a/spug_api/spug/wsgi.py +++ b/spug_api/spug/wsgi.py @@ -1,7 +1,7 @@ """ # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. WSGI config for spug project. It exposes the WSGI callable as a module-level variable named ``application``. diff --git a/spug_api/tools/start-api.sh b/spug_api/tools/start-api.sh index 8f8df53..5049d6b 100644 --- a/spug_api/tools/start-api.sh +++ b/spug_api/tools/start-api.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. # start api service cd $(dirname $(dirname $0)) diff --git a/spug_api/tools/start-monitor.sh b/spug_api/tools/start-monitor.sh index ef52f1c..7f71b5a 100644 --- a/spug_api/tools/start-monitor.sh +++ b/spug_api/tools/start-monitor.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. # start monitor service cd $(dirname $(dirname $0)) diff --git a/spug_api/tools/start-scheduler.sh b/spug_api/tools/start-scheduler.sh index 7e220e1..8115c6d 100644 --- a/spug_api/tools/start-scheduler.sh +++ b/spug_api/tools/start-scheduler.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. # start schedule service cd $(dirname $(dirname $0)) diff --git a/spug_api/tools/start-worker.sh b/spug_api/tools/start-worker.sh index f8c43fd..a19e826 100644 --- a/spug_api/tools/start-worker.sh +++ b/spug_api/tools/start-worker.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. # start worker service cd $(dirname $(dirname $0)) diff --git a/spug_api/tools/start-ws.sh b/spug_api/tools/start-ws.sh index f30c3ba..8c946e4 100644 --- a/spug_api/tools/start-ws.sh +++ b/spug_api/tools/start-ws.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) -# Released under the MIT License. +# Released under the AGPL-3.0 License. # start websocket service cd $(dirname $(dirname $0)) diff --git a/spug_web/config-overrides.js b/spug_web/config-overrides.js index a9dfd76..6382497 100644 --- a/spug_web/config-overrides.js +++ b/spug_web/config-overrides.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ const {override, fixBabelImports, addDecoratorsLegacy} = require('customize-cra'); diff --git a/spug_web/src/App.js b/spug_web/src/App.js index 26f06c2..729ed28 100644 --- a/spug_web/src/App.js +++ b/spug_web/src/App.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React, { Component } from 'react'; import {Switch, Route} from 'react-router-dom'; diff --git a/spug_web/src/components/ACEditor.js b/spug_web/src/components/ACEditor.js index 1188ec8..1f07974 100644 --- a/spug_web/src/components/ACEditor.js +++ b/spug_web/src/components/ACEditor.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from "react"; import Editor from 'react-ace'; diff --git a/spug_web/src/components/AuthButton.js b/spug_web/src/components/AuthButton.js index 58a678f..52e700d 100644 --- a/spug_web/src/components/AuthButton.js +++ b/spug_web/src/components/AuthButton.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Button } from 'antd'; diff --git a/spug_web/src/components/AuthCard.js b/spug_web/src/components/AuthCard.js index d427dfb..94ed861 100644 --- a/spug_web/src/components/AuthCard.js +++ b/spug_web/src/components/AuthCard.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import {Card} from 'antd'; diff --git a/spug_web/src/components/AuthDiv.js b/spug_web/src/components/AuthDiv.js index f4cffa8..8d7fbad 100644 --- a/spug_web/src/components/AuthDiv.js +++ b/spug_web/src/components/AuthDiv.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { hasPermission } from "../libs"; diff --git a/spug_web/src/components/AuthFragment.js b/spug_web/src/components/AuthFragment.js index 5b582d8..06aafbf 100644 --- a/spug_web/src/components/AuthFragment.js +++ b/spug_web/src/components/AuthFragment.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { hasPermission } from "../libs"; diff --git a/spug_web/src/components/AuthLink.js b/spug_web/src/components/AuthLink.js index f660653..0dee9c2 100644 --- a/spug_web/src/components/AuthLink.js +++ b/spug_web/src/components/AuthLink.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import {Link} from 'react-router-dom'; diff --git a/spug_web/src/components/LinkButton.js b/spug_web/src/components/LinkButton.js index c9aadec..f2983a7 100644 --- a/spug_web/src/components/LinkButton.js +++ b/spug_web/src/components/LinkButton.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Button } from 'antd'; diff --git a/spug_web/src/components/SearchForm.js b/spug_web/src/components/SearchForm.js index b0b344b..baccda9 100644 --- a/spug_web/src/components/SearchForm.js +++ b/spug_web/src/components/SearchForm.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Row, Col, Form } from 'antd'; diff --git a/spug_web/src/components/StatisticsCard.js b/spug_web/src/components/StatisticsCard.js index 0e64af7..f7ebf7f 100644 --- a/spug_web/src/components/StatisticsCard.js +++ b/spug_web/src/components/StatisticsCard.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Card, Col, Row } from "antd"; diff --git a/spug_web/src/components/index.js b/spug_web/src/components/index.js index b16a3ee..225b322 100644 --- a/spug_web/src/components/index.js +++ b/spug_web/src/components/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import StatisticsCard from './StatisticsCard'; import SearchForm from './SearchForm'; diff --git a/spug_web/src/index.js b/spug_web/src/index.js index 1a8e02c..d741272 100644 --- a/spug_web/src/index.js +++ b/spug_web/src/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import ReactDOM from 'react-dom'; diff --git a/spug_web/src/layout/Footer.js b/spug_web/src/layout/Footer.js index af27db5..eb0b517 100644 --- a/spug_web/src/layout/Footer.js +++ b/spug_web/src/layout/Footer.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Layout, Icon } from 'antd'; diff --git a/spug_web/src/layout/Header.js b/spug_web/src/layout/Header.js index 9688cf1..400d742 100644 --- a/spug_web/src/layout/Header.js +++ b/spug_web/src/layout/Header.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Link } from 'react-router-dom'; diff --git a/spug_web/src/layout/Sider.js b/spug_web/src/layout/Sider.js index c275995..643a1e7 100644 --- a/spug_web/src/layout/Sider.js +++ b/spug_web/src/layout/Sider.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { withRouter } from 'react-router-dom'; diff --git a/spug_web/src/layout/index.js b/spug_web/src/layout/index.js index 0a57e64..c3e1f8d 100644 --- a/spug_web/src/layout/index.js +++ b/spug_web/src/layout/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Layout } from 'antd'; diff --git a/spug_web/src/libs/functools.js b/spug_web/src/libs/functools.js index 10b5932..dd2f9dc 100644 --- a/spug_web/src/libs/functools.js +++ b/spug_web/src/libs/functools.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ let Permission = { isSuper: false, diff --git a/spug_web/src/libs/history.js b/spug_web/src/libs/history.js index 39db5e5..e3f074d 100644 --- a/spug_web/src/libs/history.js +++ b/spug_web/src/libs/history.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import {createBrowserHistory} from 'history'; diff --git a/spug_web/src/libs/http.js b/spug_web/src/libs/http.js index 5a154df..ce572ef 100644 --- a/spug_web/src/libs/http.js +++ b/spug_web/src/libs/http.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import http from 'axios' import history from './history' diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index 40274f3..30c94a7 100644 --- a/spug_web/src/libs/index.js +++ b/spug_web/src/libs/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import _http from './http'; diff --git a/spug_web/src/libs/router.js b/spug_web/src/libs/router.js index 77c8ac2..6670d8b 100644 --- a/spug_web/src/libs/router.js +++ b/spug_web/src/libs/router.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React, { Suspense } from 'react'; import { Switch, Route } from 'react-router-dom'; diff --git a/spug_web/src/menus.js b/spug_web/src/menus.js index affde25..f286a0d 100644 --- a/spug_web/src/menus.js +++ b/spug_web/src/menus.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ export default [ {icon: 'desktop', title: '工作台', auth: 'home.home.view', path: '/home'}, diff --git a/spug_web/src/pages/alarm/alarm/Table.js b/spug_web/src/pages/alarm/alarm/Table.js index 95d54f3..00c8841 100644 --- a/spug_web/src/pages/alarm/alarm/Table.js +++ b/spug_web/src/pages/alarm/alarm/Table.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/alarm/alarm/index.js b/spug_web/src/pages/alarm/alarm/index.js index 6183484..7046a4c 100644 --- a/spug_web/src/pages/alarm/alarm/index.js +++ b/spug_web/src/pages/alarm/alarm/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/alarm/alarm/store.js b/spug_web/src/pages/alarm/alarm/store.js index b14ac9f..b83166f 100644 --- a/spug_web/src/pages/alarm/alarm/store.js +++ b/spug_web/src/pages/alarm/alarm/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/alarm/contact/Form.js b/spug_web/src/pages/alarm/contact/Form.js index e888cf6..1ae42e6 100644 --- a/spug_web/src/pages/alarm/contact/Form.js +++ b/spug_web/src/pages/alarm/contact/Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/alarm/contact/Table.js b/spug_web/src/pages/alarm/contact/Table.js index 71d0d16..97a35ac 100644 --- a/spug_web/src/pages/alarm/contact/Table.js +++ b/spug_web/src/pages/alarm/contact/Table.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/alarm/contact/index.js b/spug_web/src/pages/alarm/contact/index.js index e17c803..875da0a 100644 --- a/spug_web/src/pages/alarm/contact/index.js +++ b/spug_web/src/pages/alarm/contact/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/alarm/contact/store.js b/spug_web/src/pages/alarm/contact/store.js index ecc0ddb..fd443a6 100644 --- a/spug_web/src/pages/alarm/contact/store.js +++ b/spug_web/src/pages/alarm/contact/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/alarm/group/Form.js b/spug_web/src/pages/alarm/group/Form.js index e646d09..419d998 100644 --- a/spug_web/src/pages/alarm/group/Form.js +++ b/spug_web/src/pages/alarm/group/Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/alarm/group/Table.js b/spug_web/src/pages/alarm/group/Table.js index 20591bb..586268d 100644 --- a/spug_web/src/pages/alarm/group/Table.js +++ b/spug_web/src/pages/alarm/group/Table.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/alarm/group/index.js b/spug_web/src/pages/alarm/group/index.js index 9eab177..4edb07b 100644 --- a/spug_web/src/pages/alarm/group/index.js +++ b/spug_web/src/pages/alarm/group/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/alarm/group/store.js b/spug_web/src/pages/alarm/group/store.js index c422d75..7aaad27 100644 --- a/spug_web/src/pages/alarm/group/store.js +++ b/spug_web/src/pages/alarm/group/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/alarm/routes.js b/spug_web/src/pages/alarm/routes.js index a684dac..da05607 100644 --- a/spug_web/src/pages/alarm/routes.js +++ b/spug_web/src/pages/alarm/routes.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { makeRoute } from 'libs/router'; import Alarm from './alarm'; diff --git a/spug_web/src/pages/config/app/Form.js b/spug_web/src/pages/config/app/Form.js index 24af7de..d62337a 100644 --- a/spug_web/src/pages/config/app/Form.js +++ b/spug_web/src/pages/config/app/Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/config/app/Rel.js b/spug_web/src/pages/config/app/Rel.js index 94f9be7..ed28c02 100644 --- a/spug_web/src/pages/config/app/Rel.js +++ b/spug_web/src/pages/config/app/Rel.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import {observer} from 'mobx-react'; diff --git a/spug_web/src/pages/config/app/Table.js b/spug_web/src/pages/config/app/Table.js index b99575d..d266056 100644 --- a/spug_web/src/pages/config/app/Table.js +++ b/spug_web/src/pages/config/app/Table.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/config/app/index.js b/spug_web/src/pages/config/app/index.js index 6759931..8f4e29e 100644 --- a/spug_web/src/pages/config/app/index.js +++ b/spug_web/src/pages/config/app/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/config/app/store.js b/spug_web/src/pages/config/app/store.js index 638736b..e75a5ab 100644 --- a/spug_web/src/pages/config/app/store.js +++ b/spug_web/src/pages/config/app/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/config/environment/Form.js b/spug_web/src/pages/config/environment/Form.js index 0b5c50c..33ef0f6 100644 --- a/spug_web/src/pages/config/environment/Form.js +++ b/spug_web/src/pages/config/environment/Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/config/environment/Table.js b/spug_web/src/pages/config/environment/Table.js index f3d906a..20534b3 100644 --- a/spug_web/src/pages/config/environment/Table.js +++ b/spug_web/src/pages/config/environment/Table.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/config/environment/index.js b/spug_web/src/pages/config/environment/index.js index 2648430..c39cd37 100644 --- a/spug_web/src/pages/config/environment/index.js +++ b/spug_web/src/pages/config/environment/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/config/environment/store.js b/spug_web/src/pages/config/environment/store.js index 76eed09..1d8d638 100644 --- a/spug_web/src/pages/config/environment/store.js +++ b/spug_web/src/pages/config/environment/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/config/routes.js b/spug_web/src/pages/config/routes.js index c6864d3..40c1007 100644 --- a/spug_web/src/pages/config/routes.js +++ b/spug_web/src/pages/config/routes.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { makeRoute } from 'libs/router'; import Environment from './environment'; diff --git a/spug_web/src/pages/config/service/Form.js b/spug_web/src/pages/config/service/Form.js index ac57b17..0069130 100644 --- a/spug_web/src/pages/config/service/Form.js +++ b/spug_web/src/pages/config/service/Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/config/service/Table.js b/spug_web/src/pages/config/service/Table.js index 48a33d4..05327e7 100644 --- a/spug_web/src/pages/config/service/Table.js +++ b/spug_web/src/pages/config/service/Table.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/config/service/index.js b/spug_web/src/pages/config/service/index.js index 98c0448..b051cd9 100644 --- a/spug_web/src/pages/config/service/index.js +++ b/spug_web/src/pages/config/service/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/config/service/store.js b/spug_web/src/pages/config/service/store.js index f723d20..663df31 100644 --- a/spug_web/src/pages/config/service/store.js +++ b/spug_web/src/pages/config/service/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/config/setting/DiffConfig.js b/spug_web/src/pages/config/setting/DiffConfig.js index d4373d6..0122988 100644 --- a/spug_web/src/pages/config/setting/DiffConfig.js +++ b/spug_web/src/pages/config/setting/DiffConfig.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/config/setting/Form.js b/spug_web/src/pages/config/setting/Form.js index da5aaaa..5f6fe88 100644 --- a/spug_web/src/pages/config/setting/Form.js +++ b/spug_web/src/pages/config/setting/Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import {observer} from 'mobx-react'; diff --git a/spug_web/src/pages/config/setting/JSONView.js b/spug_web/src/pages/config/setting/JSONView.js index 6921b57..6ca5a09 100644 --- a/spug_web/src/pages/config/setting/JSONView.js +++ b/spug_web/src/pages/config/setting/JSONView.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/config/setting/Record.js b/spug_web/src/pages/config/setting/Record.js index b8bcee9..f2751ee 100644 --- a/spug_web/src/pages/config/setting/Record.js +++ b/spug_web/src/pages/config/setting/Record.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/config/setting/TableView.js b/spug_web/src/pages/config/setting/TableView.js index e69d0f6..1d62f5a 100644 --- a/spug_web/src/pages/config/setting/TableView.js +++ b/spug_web/src/pages/config/setting/TableView.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/config/setting/TextView.js b/spug_web/src/pages/config/setting/TextView.js index 34bd065..8238b50 100644 --- a/spug_web/src/pages/config/setting/TextView.js +++ b/spug_web/src/pages/config/setting/TextView.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/config/setting/index.js b/spug_web/src/pages/config/setting/index.js index b2e5a4b..966d8cf 100644 --- a/spug_web/src/pages/config/setting/index.js +++ b/spug_web/src/pages/config/setting/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/config/setting/store.js b/spug_web/src/pages/config/setting/store.js index c633bdb..5e3f477 100644 --- a/spug_web/src/pages/config/setting/store.js +++ b/spug_web/src/pages/config/setting/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/deploy/app/AddSelect.js b/spug_web/src/pages/deploy/app/AddSelect.js index f87ae65..c38bb90 100644 --- a/spug_web/src/pages/deploy/app/AddSelect.js +++ b/spug_web/src/pages/deploy/app/AddSelect.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/app/Ext1Form.js b/spug_web/src/pages/deploy/app/Ext1Form.js index 171e2fd..005cefe 100644 --- a/spug_web/src/pages/deploy/app/Ext1Form.js +++ b/spug_web/src/pages/deploy/app/Ext1Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/app/Ext1Setup1.js b/spug_web/src/pages/deploy/app/Ext1Setup1.js index abf21e9..5714116 100644 --- a/spug_web/src/pages/deploy/app/Ext1Setup1.js +++ b/spug_web/src/pages/deploy/app/Ext1Setup1.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/app/Ext1Setup2.js b/spug_web/src/pages/deploy/app/Ext1Setup2.js index e678d65..8b0125f 100644 --- a/spug_web/src/pages/deploy/app/Ext1Setup2.js +++ b/spug_web/src/pages/deploy/app/Ext1Setup2.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/app/Ext1Setup3.js b/spug_web/src/pages/deploy/app/Ext1Setup3.js index f3e0329..6d9bbc1 100644 --- a/spug_web/src/pages/deploy/app/Ext1Setup3.js +++ b/spug_web/src/pages/deploy/app/Ext1Setup3.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/app/Ext2Form.js b/spug_web/src/pages/deploy/app/Ext2Form.js index 71ab789..73148f2 100644 --- a/spug_web/src/pages/deploy/app/Ext2Form.js +++ b/spug_web/src/pages/deploy/app/Ext2Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/app/Ext2Setup1.js b/spug_web/src/pages/deploy/app/Ext2Setup1.js index ffe669f..dcf5bee 100644 --- a/spug_web/src/pages/deploy/app/Ext2Setup1.js +++ b/spug_web/src/pages/deploy/app/Ext2Setup1.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/app/Ext2Setup2.js b/spug_web/src/pages/deploy/app/Ext2Setup2.js index ed79157..b6e13de 100644 --- a/spug_web/src/pages/deploy/app/Ext2Setup2.js +++ b/spug_web/src/pages/deploy/app/Ext2Setup2.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/app/Ext2Setup3.js b/spug_web/src/pages/deploy/app/Ext2Setup3.js index 37b82ce..0e03b15 100644 --- a/spug_web/src/pages/deploy/app/Ext2Setup3.js +++ b/spug_web/src/pages/deploy/app/Ext2Setup3.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/app/Form.js b/spug_web/src/pages/deploy/app/Form.js index 24af7de..d62337a 100644 --- a/spug_web/src/pages/deploy/app/Form.js +++ b/spug_web/src/pages/deploy/app/Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/app/Table.js b/spug_web/src/pages/deploy/app/Table.js index 40dd5f5..10e5a66 100644 --- a/spug_web/src/pages/deploy/app/Table.js +++ b/spug_web/src/pages/deploy/app/Table.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { toJS } from 'mobx'; diff --git a/spug_web/src/pages/deploy/app/index.js b/spug_web/src/pages/deploy/app/index.js index ceabffc..ae0b015 100644 --- a/spug_web/src/pages/deploy/app/index.js +++ b/spug_web/src/pages/deploy/app/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/app/store.js b/spug_web/src/pages/deploy/app/store.js index 3712520..874046c 100644 --- a/spug_web/src/pages/deploy/app/store.js +++ b/spug_web/src/pages/deploy/app/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/deploy/do/Ext1Index.js b/spug_web/src/pages/deploy/do/Ext1Index.js index e409900..b6552ba 100644 --- a/spug_web/src/pages/deploy/do/Ext1Index.js +++ b/spug_web/src/pages/deploy/do/Ext1Index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/do/Ext2Index.js b/spug_web/src/pages/deploy/do/Ext2Index.js index 3671792..74c008d 100644 --- a/spug_web/src/pages/deploy/do/Ext2Index.js +++ b/spug_web/src/pages/deploy/do/Ext2Index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/do/store.js b/spug_web/src/pages/deploy/do/store.js index e570acf..88954e3 100644 --- a/spug_web/src/pages/deploy/do/store.js +++ b/spug_web/src/pages/deploy/do/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; diff --git a/spug_web/src/pages/deploy/request/Approve.js b/spug_web/src/pages/deploy/request/Approve.js index beae6cb..b106a62 100644 --- a/spug_web/src/pages/deploy/request/Approve.js +++ b/spug_web/src/pages/deploy/request/Approve.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/request/Ext1Form.js b/spug_web/src/pages/deploy/request/Ext1Form.js index 2885d34..433938c 100644 --- a/spug_web/src/pages/deploy/request/Ext1Form.js +++ b/spug_web/src/pages/deploy/request/Ext1Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/request/Ext2Form.js b/spug_web/src/pages/deploy/request/Ext2Form.js index bdff63d..8701167 100644 --- a/spug_web/src/pages/deploy/request/Ext2Form.js +++ b/spug_web/src/pages/deploy/request/Ext2Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/request/Form.js b/spug_web/src/pages/deploy/request/Form.js index 413d51f..16ddac8 100644 --- a/spug_web/src/pages/deploy/request/Form.js +++ b/spug_web/src/pages/deploy/request/Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/request/SelectApp.js b/spug_web/src/pages/deploy/request/SelectApp.js index ebe51f7..1534b0c 100644 --- a/spug_web/src/pages/deploy/request/SelectApp.js +++ b/spug_web/src/pages/deploy/request/SelectApp.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Link } from 'react-router-dom'; diff --git a/spug_web/src/pages/deploy/request/Table.js b/spug_web/src/pages/deploy/request/Table.js index 0f7dbcd..4329f4e 100644 --- a/spug_web/src/pages/deploy/request/Table.js +++ b/spug_web/src/pages/deploy/request/Table.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/request/index.js b/spug_web/src/pages/deploy/request/index.js index a2584a1..7ebed2b 100644 --- a/spug_web/src/pages/deploy/request/index.js +++ b/spug_web/src/pages/deploy/request/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/deploy/request/store.js b/spug_web/src/pages/deploy/request/store.js index 5f5f66f..21fe5b7 100644 --- a/spug_web/src/pages/deploy/request/store.js +++ b/spug_web/src/pages/deploy/request/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/deploy/routes.js b/spug_web/src/pages/deploy/routes.js index f9cb617..8c23965 100644 --- a/spug_web/src/pages/deploy/routes.js +++ b/spug_web/src/pages/deploy/routes.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { makeRoute } from "../../libs/router"; import app from './app'; diff --git a/spug_web/src/pages/exec/routes.js b/spug_web/src/pages/exec/routes.js index ce62c05..316cae1 100644 --- a/spug_web/src/pages/exec/routes.js +++ b/spug_web/src/pages/exec/routes.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { makeRoute } from "../../libs/router"; import Template from './template'; diff --git a/spug_web/src/pages/exec/task/ExecConsole.js b/spug_web/src/pages/exec/task/ExecConsole.js index 869bd50..cdacde5 100644 --- a/spug_web/src/pages/exec/task/ExecConsole.js +++ b/spug_web/src/pages/exec/task/ExecConsole.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/exec/task/HostSelector.js b/spug_web/src/pages/exec/task/HostSelector.js index 628ffb3..68b5923 100644 --- a/spug_web/src/pages/exec/task/HostSelector.js +++ b/spug_web/src/pages/exec/task/HostSelector.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/exec/task/index.js b/spug_web/src/pages/exec/task/index.js index dc89705..8384bf6 100644 --- a/spug_web/src/pages/exec/task/index.js +++ b/spug_web/src/pages/exec/task/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/exec/task/store.js b/spug_web/src/pages/exec/task/store.js index 9d3d141..097fdcd 100644 --- a/spug_web/src/pages/exec/task/store.js +++ b/spug_web/src/pages/exec/task/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; diff --git a/spug_web/src/pages/exec/template/Form.js b/spug_web/src/pages/exec/template/Form.js index 60925a7..8e3849b 100644 --- a/spug_web/src/pages/exec/template/Form.js +++ b/spug_web/src/pages/exec/template/Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/exec/template/Table.js b/spug_web/src/pages/exec/template/Table.js index d83e3a9..dbfb29f 100644 --- a/spug_web/src/pages/exec/template/Table.js +++ b/spug_web/src/pages/exec/template/Table.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/exec/template/index.js b/spug_web/src/pages/exec/template/index.js index 59b6fa5..abe6338 100644 --- a/spug_web/src/pages/exec/template/index.js +++ b/spug_web/src/pages/exec/template/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/exec/template/store.js b/spug_web/src/pages/exec/template/store.js index f08df11..16cfa31 100644 --- a/spug_web/src/pages/exec/template/store.js +++ b/spug_web/src/pages/exec/template/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/home/AlarmTrend.js b/spug_web/src/pages/home/AlarmTrend.js index a8c7f95..987a5ce 100644 --- a/spug_web/src/pages/home/AlarmTrend.js +++ b/spug_web/src/pages/home/AlarmTrend.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Card } from 'antd'; diff --git a/spug_web/src/pages/home/DeployPie.js b/spug_web/src/pages/home/DeployPie.js index d386582..d0ac5bc 100644 --- a/spug_web/src/pages/home/DeployPie.js +++ b/spug_web/src/pages/home/DeployPie.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Card } from 'antd'; diff --git a/spug_web/src/pages/home/RequestTop.js b/spug_web/src/pages/home/RequestTop.js index bb4ca07..e592a28 100644 --- a/spug_web/src/pages/home/RequestTop.js +++ b/spug_web/src/pages/home/RequestTop.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Card } from 'antd'; diff --git a/spug_web/src/pages/home/StatisticCard.js b/spug_web/src/pages/home/StatisticCard.js index 77c9809..2288eba 100644 --- a/spug_web/src/pages/home/StatisticCard.js +++ b/spug_web/src/pages/home/StatisticCard.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import {Statistic, Card, Row, Col} from 'antd'; diff --git a/spug_web/src/pages/home/index.js b/spug_web/src/pages/home/index.js index d481449..7cda915 100644 --- a/spug_web/src/pages/home/index.js +++ b/spug_web/src/pages/home/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Row, Col } from 'antd'; diff --git a/spug_web/src/pages/home/routes.js b/spug_web/src/pages/home/routes.js index eb83492..270acd7 100644 --- a/spug_web/src/pages/home/routes.js +++ b/spug_web/src/pages/home/routes.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { lazy } from 'react'; import { makeRoute } from 'libs/router'; diff --git a/spug_web/src/pages/host/Form.js b/spug_web/src/pages/host/Form.js index c610d10..7554cde 100644 --- a/spug_web/src/pages/host/Form.js +++ b/spug_web/src/pages/host/Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/host/Import.js b/spug_web/src/pages/host/Import.js index 07773f2..6c0b254 100644 --- a/spug_web/src/pages/host/Import.js +++ b/spug_web/src/pages/host/Import.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/host/Table.js b/spug_web/src/pages/host/Table.js index db6022b..ee776a4 100644 --- a/spug_web/src/pages/host/Table.js +++ b/spug_web/src/pages/host/Table.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/host/index.js b/spug_web/src/pages/host/index.js index 536745e..8916329 100644 --- a/spug_web/src/pages/host/index.js +++ b/spug_web/src/pages/host/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/host/routes.js b/spug_web/src/pages/host/routes.js index 365f9d3..43e6585 100644 --- a/spug_web/src/pages/host/routes.js +++ b/spug_web/src/pages/host/routes.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { makeRoute } from "../../libs/router"; import Index from './index'; diff --git a/spug_web/src/pages/host/store.js b/spug_web/src/pages/host/store.js index 148aa31..dcddaa3 100644 --- a/spug_web/src/pages/host/store.js +++ b/spug_web/src/pages/host/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/login/index.js b/spug_web/src/pages/login/index.js index e8db8d4..8f644cb 100644 --- a/spug_web/src/pages/login/index.js +++ b/spug_web/src/pages/login/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import {Form, Input, Icon, Button, Tabs, Modal} from 'antd'; diff --git a/spug_web/src/pages/monitor/Form.js b/spug_web/src/pages/monitor/Form.js index 89990ee..c0a45c5 100644 --- a/spug_web/src/pages/monitor/Form.js +++ b/spug_web/src/pages/monitor/Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/monitor/Table.js b/spug_web/src/pages/monitor/Table.js index 31e11ce..9c69de4 100644 --- a/spug_web/src/pages/monitor/Table.js +++ b/spug_web/src/pages/monitor/Table.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/monitor/index.js b/spug_web/src/pages/monitor/index.js index 3137fd9..ff98d32 100644 --- a/spug_web/src/pages/monitor/index.js +++ b/spug_web/src/pages/monitor/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/monitor/routes.js b/spug_web/src/pages/monitor/routes.js index 365f9d3..43e6585 100644 --- a/spug_web/src/pages/monitor/routes.js +++ b/spug_web/src/pages/monitor/routes.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { makeRoute } from "../../libs/router"; import Index from './index'; diff --git a/spug_web/src/pages/monitor/store.js b/spug_web/src/pages/monitor/store.js index 7ccf091..2dd5686 100644 --- a/spug_web/src/pages/monitor/store.js +++ b/spug_web/src/pages/monitor/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/schedule/Form.js b/spug_web/src/pages/schedule/Form.js index 882d1fa..5452fe4 100644 --- a/spug_web/src/pages/schedule/Form.js +++ b/spug_web/src/pages/schedule/Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/schedule/Info.js b/spug_web/src/pages/schedule/Info.js index 852ba8b..d3eba15 100644 --- a/spug_web/src/pages/schedule/Info.js +++ b/spug_web/src/pages/schedule/Info.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Modal, Form, Tabs, Spin } from 'antd'; diff --git a/spug_web/src/pages/schedule/Record.js b/spug_web/src/pages/schedule/Record.js index 644d967..abe00bb 100644 --- a/spug_web/src/pages/schedule/Record.js +++ b/spug_web/src/pages/schedule/Record.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/schedule/Table.js b/spug_web/src/pages/schedule/Table.js index cf9b00a..256811f 100644 --- a/spug_web/src/pages/schedule/Table.js +++ b/spug_web/src/pages/schedule/Table.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/schedule/index.js b/spug_web/src/pages/schedule/index.js index 72218bb..3d9169a 100644 --- a/spug_web/src/pages/schedule/index.js +++ b/spug_web/src/pages/schedule/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/schedule/routes.js b/spug_web/src/pages/schedule/routes.js index 365f9d3..43e6585 100644 --- a/spug_web/src/pages/schedule/routes.js +++ b/spug_web/src/pages/schedule/routes.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { makeRoute } from "../../libs/router"; import Index from './index'; diff --git a/spug_web/src/pages/schedule/store.js b/spug_web/src/pages/schedule/store.js index da1a8ba..f04583a 100644 --- a/spug_web/src/pages/schedule/store.js +++ b/spug_web/src/pages/schedule/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/ssh/FileManager.js b/spug_web/src/pages/ssh/FileManager.js index 8a02f27..c47ff83 100644 --- a/spug_web/src/pages/ssh/FileManager.js +++ b/spug_web/src/pages/ssh/FileManager.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Drawer, Breadcrumb, Table, Icon, Divider, Switch, Button, Progress, Modal, message } from 'antd'; diff --git a/spug_web/src/pages/ssh/index.js b/spug_web/src/pages/ssh/index.js index a15f9e7..35549cb 100644 --- a/spug_web/src/pages/ssh/index.js +++ b/spug_web/src/pages/ssh/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Button } from 'antd'; diff --git a/spug_web/src/pages/system/account/Form.js b/spug_web/src/pages/system/account/Form.js index 4797ab7..07aa747 100644 --- a/spug_web/src/pages/system/account/Form.js +++ b/spug_web/src/pages/system/account/Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/system/account/Table.js b/spug_web/src/pages/system/account/Table.js index 72eb319..a90d8e9 100644 --- a/spug_web/src/pages/system/account/Table.js +++ b/spug_web/src/pages/system/account/Table.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import {observer} from 'mobx-react'; diff --git a/spug_web/src/pages/system/account/index.js b/spug_web/src/pages/system/account/index.js index 2059718..d16ee22 100644 --- a/spug_web/src/pages/system/account/index.js +++ b/spug_web/src/pages/system/account/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Input, Select, Button } from 'antd'; diff --git a/spug_web/src/pages/system/account/store.js b/spug_web/src/pages/system/account/store.js index 617cbef..c27016c 100644 --- a/spug_web/src/pages/system/account/store.js +++ b/spug_web/src/pages/system/account/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/system/role/DeployPerm.js b/spug_web/src/pages/system/role/DeployPerm.js index f8e8c6e..fb5da71 100644 --- a/spug_web/src/pages/system/role/DeployPerm.js +++ b/spug_web/src/pages/system/role/DeployPerm.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import {observer} from 'mobx-react'; diff --git a/spug_web/src/pages/system/role/Form.js b/spug_web/src/pages/system/role/Form.js index c9732e4..d369296 100644 --- a/spug_web/src/pages/system/role/Form.js +++ b/spug_web/src/pages/system/role/Form.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/system/role/HostPerm.js b/spug_web/src/pages/system/role/HostPerm.js index d2f437b..d53856a 100644 --- a/spug_web/src/pages/system/role/HostPerm.js +++ b/spug_web/src/pages/system/role/HostPerm.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/system/role/PagePerm.js b/spug_web/src/pages/system/role/PagePerm.js index cf5128f..d489385 100644 --- a/spug_web/src/pages/system/role/PagePerm.js +++ b/spug_web/src/pages/system/role/PagePerm.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/system/role/Table.js b/spug_web/src/pages/system/role/Table.js index 53bdfdf..1598013 100644 --- a/spug_web/src/pages/system/role/Table.js +++ b/spug_web/src/pages/system/role/Table.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/system/role/codes.js b/spug_web/src/pages/system/role/codes.js index 38f638a..b85883f 100644 --- a/spug_web/src/pages/system/role/codes.js +++ b/spug_web/src/pages/system/role/codes.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ export default [{ key: 'home', diff --git a/spug_web/src/pages/system/role/index.js b/spug_web/src/pages/system/role/index.js index 4fbfbcb..0f14ff1 100644 --- a/spug_web/src/pages/system/role/index.js +++ b/spug_web/src/pages/system/role/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/system/role/store.js b/spug_web/src/pages/system/role/store.js index 24cf0c8..119a5e0 100644 --- a/spug_web/src/pages/system/role/store.js +++ b/spug_web/src/pages/system/role/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/system/routes.js b/spug_web/src/pages/system/routes.js index 662cc84..007f566 100644 --- a/spug_web/src/pages/system/routes.js +++ b/spug_web/src/pages/system/routes.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { makeRoute } from 'libs/router'; import Account from './account'; diff --git a/spug_web/src/pages/system/setting/About.js b/spug_web/src/pages/system/setting/About.js index 7fed35e..dc7a046 100644 --- a/spug_web/src/pages/system/setting/About.js +++ b/spug_web/src/pages/system/setting/About.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import styles from './index.module.css'; diff --git a/spug_web/src/pages/system/setting/AlarmSetting.js b/spug_web/src/pages/system/setting/AlarmSetting.js index 91f755a..118798d 100644 --- a/spug_web/src/pages/system/setting/AlarmSetting.js +++ b/spug_web/src/pages/system/setting/AlarmSetting.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import {observer} from 'mobx-react'; diff --git a/spug_web/src/pages/system/setting/BasicSetting.js b/spug_web/src/pages/system/setting/BasicSetting.js index bd4f178..cdef639 100644 --- a/spug_web/src/pages/system/setting/BasicSetting.js +++ b/spug_web/src/pages/system/setting/BasicSetting.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import styles from './index.module.css'; diff --git a/spug_web/src/pages/system/setting/KeySetting.js b/spug_web/src/pages/system/setting/KeySetting.js index 40ea1c2..b3e1798 100644 --- a/spug_web/src/pages/system/setting/KeySetting.js +++ b/spug_web/src/pages/system/setting/KeySetting.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/system/setting/LDAPSetting.js b/spug_web/src/pages/system/setting/LDAPSetting.js index 4f20349..48e449d 100644 --- a/spug_web/src/pages/system/setting/LDAPSetting.js +++ b/spug_web/src/pages/system/setting/LDAPSetting.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import styles from './index.module.css'; diff --git a/spug_web/src/pages/system/setting/OpenService.js b/spug_web/src/pages/system/setting/OpenService.js index 012edd9..de54a61 100644 --- a/spug_web/src/pages/system/setting/OpenService.js +++ b/spug_web/src/pages/system/setting/OpenService.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; diff --git a/spug_web/src/pages/system/setting/index.js b/spug_web/src/pages/system/setting/index.js index 7bb2b3d..4efbd1b 100644 --- a/spug_web/src/pages/system/setting/index.js +++ b/spug_web/src/pages/system/setting/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Menu } from 'antd'; diff --git a/spug_web/src/pages/system/setting/store.js b/spug_web/src/pages/system/setting/store.js index c9e8f74..9f15847 100644 --- a/spug_web/src/pages/system/setting/store.js +++ b/spug_web/src/pages/system/setting/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; import http from 'libs/http'; diff --git a/spug_web/src/pages/welcome/index/index.js b/spug_web/src/pages/welcome/index/index.js index 497037c..a48936a 100644 --- a/spug_web/src/pages/welcome/index/index.js +++ b/spug_web/src/pages/welcome/index/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import {Card } from 'antd'; diff --git a/spug_web/src/pages/welcome/info/Basic.js b/spug_web/src/pages/welcome/info/Basic.js index bfc506f..6c7f051 100644 --- a/spug_web/src/pages/welcome/info/Basic.js +++ b/spug_web/src/pages/welcome/info/Basic.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React, { useState } from 'react'; import { Button, Form, Input, message } from 'antd'; diff --git a/spug_web/src/pages/welcome/info/Reset.js b/spug_web/src/pages/welcome/info/Reset.js index 55d7242..9bab36e 100644 --- a/spug_web/src/pages/welcome/info/Reset.js +++ b/spug_web/src/pages/welcome/info/Reset.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React, { useState } from 'react'; import { Button, Form, Input, message } from 'antd'; diff --git a/spug_web/src/pages/welcome/info/index.js b/spug_web/src/pages/welcome/info/index.js index 1f2b56c..1811482 100644 --- a/spug_web/src/pages/welcome/info/index.js +++ b/spug_web/src/pages/welcome/info/index.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import React from 'react'; import { Menu } from 'antd'; diff --git a/spug_web/src/pages/welcome/info/store.js b/spug_web/src/pages/welcome/info/store.js index eae54d5..ef18d68 100644 --- a/spug_web/src/pages/welcome/info/store.js +++ b/spug_web/src/pages/welcome/info/store.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { observable } from "mobx"; diff --git a/spug_web/src/pages/welcome/routes.js b/spug_web/src/pages/welcome/routes.js index b707ea7..5e657b6 100644 --- a/spug_web/src/pages/welcome/routes.js +++ b/spug_web/src/pages/welcome/routes.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { makeRoute } from 'libs/router'; import Index from './index'; diff --git a/spug_web/src/routes.js b/spug_web/src/routes.js index 624e59f..0bb1070 100644 --- a/spug_web/src/routes.js +++ b/spug_web/src/routes.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ import { makeModuleRoute } from "./libs/router"; diff --git a/spug_web/src/serviceWorker.js b/spug_web/src/serviceWorker.js index 3586890..b136cdd 100644 --- a/spug_web/src/serviceWorker.js +++ b/spug_web/src/serviceWorker.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ // This optional code is used to register a service worker. // register() is not called by default. diff --git a/spug_web/src/setupProxy.js b/spug_web/src/setupProxy.js index 5f5eadd..5ad2f75 100644 --- a/spug_web/src/setupProxy.js +++ b/spug_web/src/setupProxy.js @@ -1,7 +1,7 @@ /** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) - * Released under the MIT License. + * Released under the AGPL-3.0 License. */ const proxy = require('http-proxy-middleware');