diff --git a/script/Server.bat b/script/Server.bat index b4f85e84c74eef3d4e95ee80843819035f76f379..7bcbbc98b9847bfa57ac4080a413b51c8a02eaa1 100644 --- a/script/Server.bat +++ b/script/Server.bat @@ -1,25 +1,3 @@ -@REM The MIT License (MIT) -@REM -@REM Copyright (c) 2019 码之科技工作室 -@REM -@REM Permission is hereby granted, free of charge, to any person obtaining a copy of -@REM this software and associated documentation files (the "Software"), to deal in -@REM the Software without restriction, including without limitation the rights to -@REM use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -@REM the Software, and to permit persons to whom the Software is furnished to do so, -@REM subject to the following conditions: -@REM -@REM The above copyright notice and this permission notice shall be included in all -@REM copies or substantial portions of the Software. -@REM -@REM THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -@REM IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -@REM FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -@REM COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -@REM IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -@REM CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -@REM - @echo off setlocal enabledelayedexpansion diff --git a/script/Server.sh b/script/Server.sh index 5dc39e5998d1b74d109d8340523cbe0e028db311..5bcded2f3ecff3002a376e189335b870d95c2a26 100644 --- a/script/Server.sh +++ b/script/Server.sh @@ -1,24 +1,4 @@ #!/bin/bash -# The MIT License (MIT) -# -# Copyright (c) 2019 码之科技工作室 -# -# Permission is hereby granted, free of charge, to any person obtaining a copy of -# this software and associated documentation files (the "Software"), to deal in -# the Software without restriction, including without limitation the rights to -# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -# the Software, and to permit persons to whom the Software is furnished to do so, -# subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # 支持读取环境变量 if [ -f /etc/profile ]; then . /etc/profile diff --git a/src/main/java/mpms/package-info.java b/src/main/java/mpms/package-info.java index 368dd943a77de2f5db7254ad99b7b8604e7d2690..20fc0bc54fb80eda53c7edb90a0fd6ba24737846 100644 --- a/src/main/java/mpms/package-info.java +++ b/src/main/java/mpms/package-info.java @@ -1,28 +1 @@ -/** - * Jpom - *
- * The MIT License(MIT) - *
- * Copyright(c) 2019 码之科技工作室 - *
- * Permission is hereby granted,free of charge,to any person obtaining a copy of - * this software and associated documentation files(the"Software"),to deal in - * the Software without restriction,including without limitation the rights to - * use,copy,modify,merge,publish,distribute,sublicense,and/or sell copies of - * the Software,and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - *
- * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - *
- * THE SOFTWARE IS PROVIDED"AS IS",WITHOUT WARRANTY OF ANY KIND,EXPRESS OR - * IMPLIED,INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,DAMAGES OR OTHER LIABILITY,WHETHER - * IN AN ACTION OF CONTRACT,TORT OR OTHERWISE,ARISING FROM,OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - *
- * - - */ package mpms; diff --git a/src/main/java/mpms/socket/package-info.java b/src/main/java/mpms/socket/package-info.java index fc2562de767e6db3884dc9dae266c69ef7b074eb..cf35ad18840b1b3028b12dbaced3681de473f132 100644 --- a/src/main/java/mpms/socket/package-info.java +++ b/src/main/java/mpms/socket/package-info.java @@ -1,28 +1 @@ -/** - * 控制台socket 管理包 - *
- * The MIT License(MIT) - *
- * Copyright(c) 2019 码之科技工作室 - *
- * Permission is hereby granted,free of charge,to any person obtaining a copy of - * this software and associated documentation files(the"Software"),to deal in - * the Software without restriction,including without limitation the rights to - * use,copy,modify,merge,publish,distribute,sublicense,and/or sell copies of - * the Software,and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - *
- * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - *
- * THE SOFTWARE IS PROVIDED"AS IS",WITHOUT WARRANTY OF ANY KIND,EXPRESS OR - * IMPLIED,INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,DAMAGES OR OTHER LIABILITY,WHETHER - * IN AN ACTION OF CONTRACT,TORT OR OTHERWISE,ARISING FROM,OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - *
- * - - */ package mpms.socket; diff --git a/src/main/java/mpms/system/init/package-info.java b/src/main/java/mpms/system/init/package-info.java index 40c2f88079ad3d7d9af4869c4addad8726c85e81..3e6d0e38ecb5c5f3fdf40793708f311e0083ac2e 100644 --- a/src/main/java/mpms/system/init/package-info.java +++ b/src/main/java/mpms/system/init/package-info.java @@ -1,27 +1 @@ -/** - * 系统启动完成自动加载此包 - *
- * The MIT License(MIT) - *
- * Copyright(c) 2019 码之科技工作室 - *
- * Permission is hereby granted,free of charge,to any person obtaining a copy of - * this software and associated documentation files(the"Software"),to deal in - * the Software without restriction,including without limitation the rights to - * use,copy,modify,merge,publish,distribute,sublicense,and/or sell copies of - * the Software,and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - *
- * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - *
- * THE SOFTWARE IS PROVIDED"AS IS",WITHOUT WARRANTY OF ANY KIND,EXPRESS OR - * IMPLIED,INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,DAMAGES OR OTHER LIABILITY,WHETHER - * IN AN ACTION OF CONTRACT,TORT OR OTHERWISE,ARISING FROM,OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - *
- * - */ package mpms.system.init;