diff --git a/src/main/java/com/easysoftware/EasysoftwareApplication.java b/src/main/java/com/easysoftware/EasysoftwareApplication.java index 9960813e38489dbaf9b72bf7636ea45165d5582b..fa6b7b3a80b1e4216ebd2a7da6c8279ec415aab5 100644 --- a/src/main/java/com/easysoftware/EasysoftwareApplication.java +++ b/src/main/java/com/easysoftware/EasysoftwareApplication.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware; import com.baomidou.mybatisplus.autoconfigure.DdlApplicationRunner; diff --git a/src/main/java/com/easysoftware/adapter/query/ApplicationPackageQueryAdapter.java b/src/main/java/com/easysoftware/adapter/query/ApplicationPackageQueryAdapter.java index bafa669e19e25d5153d6ddde98d29b5fe998eddd..0ea739041e11fd28202bd946f3423aafaca6ca12 100644 --- a/src/main/java/com/easysoftware/adapter/query/ApplicationPackageQueryAdapter.java +++ b/src/main/java/com/easysoftware/adapter/query/ApplicationPackageQueryAdapter.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.adapter.query; import org.springframework.beans.factory.annotation.Autowired; diff --git a/src/main/java/com/easysoftware/adapter/query/ApplicationVersionQueryAdapter.java b/src/main/java/com/easysoftware/adapter/query/ApplicationVersionQueryAdapter.java index 18d7bec2d10adaca0510d7e828fef22a2d2c6863..04118275623496ca1597c8153d84757597a5499f 100644 --- a/src/main/java/com/easysoftware/adapter/query/ApplicationVersionQueryAdapter.java +++ b/src/main/java/com/easysoftware/adapter/query/ApplicationVersionQueryAdapter.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.adapter.query; import org.springframework.beans.factory.annotation.Autowired; diff --git a/src/main/java/com/easysoftware/adapter/query/DomainPackageQueryAdapter.java b/src/main/java/com/easysoftware/adapter/query/DomainPackageQueryAdapter.java index 3e33f244367340ea31cc62abf90ab948dd86ab11..72ff28a2502a2f8f34ab9027dae82c6649d832c8 100644 --- a/src/main/java/com/easysoftware/adapter/query/DomainPackageQueryAdapter.java +++ b/src/main/java/com/easysoftware/adapter/query/DomainPackageQueryAdapter.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.adapter.query; import org.springframework.beans.factory.annotation.Autowired; diff --git a/src/main/java/com/easysoftware/adapter/query/EPKGPackageQueryAdapter.java b/src/main/java/com/easysoftware/adapter/query/EPKGPackageQueryAdapter.java index b8f2cac8d38e908d9fafa471ecccc179ed67a3b8..e5224b12dcd04670db4ccea6d6ac58a4785e0053 100644 --- a/src/main/java/com/easysoftware/adapter/query/EPKGPackageQueryAdapter.java +++ b/src/main/java/com/easysoftware/adapter/query/EPKGPackageQueryAdapter.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.adapter.query; import org.springframework.beans.factory.annotation.Autowired; diff --git a/src/main/java/com/easysoftware/adapter/query/FieldApplicationQueryAdapter.java b/src/main/java/com/easysoftware/adapter/query/FieldApplicationQueryAdapter.java index d1c29efe05b79d0ed4209ea9c63f3a14e96e9189..527df6849b48245ba87c2fb3ec6619b18bcda0c7 100644 --- a/src/main/java/com/easysoftware/adapter/query/FieldApplicationQueryAdapter.java +++ b/src/main/java/com/easysoftware/adapter/query/FieldApplicationQueryAdapter.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.adapter.query; import org.springframework.beans.factory.annotation.Autowired; diff --git a/src/main/java/com/easysoftware/adapter/query/RPMPackageQueryAdapter.java b/src/main/java/com/easysoftware/adapter/query/RPMPackageQueryAdapter.java index 975570cbb51e989a16b6a90b1562d3b06977d3bf..9b06adbcfb99a40c655c45134075e7f6b36bfe86 100644 --- a/src/main/java/com/easysoftware/adapter/query/RPMPackageQueryAdapter.java +++ b/src/main/java/com/easysoftware/adapter/query/RPMPackageQueryAdapter.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.adapter.query; import org.springframework.beans.factory.annotation.Autowired; diff --git a/src/main/java/com/easysoftware/application/BaseIService.java b/src/main/java/com/easysoftware/application/BaseIService.java index 3daa850f6e6432884bc6c1b803880d2ff1272ee6..f9b845de59ca757a183321b090932a50a754548e 100644 --- a/src/main/java/com/easysoftware/application/BaseIService.java +++ b/src/main/java/com/easysoftware/application/BaseIService.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application; import com.baomidou.mybatisplus.extension.service.IService; diff --git a/src/main/java/com/easysoftware/application/ServiceMap.java b/src/main/java/com/easysoftware/application/ServiceMap.java index 444909225cb4dd69f1483f5ba2592c193faafe0e..8f4224670212445913b6d8d1cea525d8142eca14 100644 --- a/src/main/java/com/easysoftware/application/ServiceMap.java +++ b/src/main/java/com/easysoftware/application/ServiceMap.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application; import org.springframework.beans.factory.annotation.Autowired; diff --git a/src/main/java/com/easysoftware/application/applicationpackage/ApplicationPackageService.java b/src/main/java/com/easysoftware/application/applicationpackage/ApplicationPackageService.java index b66f7ebb7fbdc8ff55d51d9d205bfe556ee79045..40890837e30d562f4281231156d785f0acdf4226 100644 --- a/src/main/java/com/easysoftware/application/applicationpackage/ApplicationPackageService.java +++ b/src/main/java/com/easysoftware/application/applicationpackage/ApplicationPackageService.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.applicationpackage; import com.easysoftware.application.applicationpackage.dto.ApplicationPackageNameSearchCondition; diff --git a/src/main/java/com/easysoftware/application/applicationpackage/ApplicationPackageServiceImpl.java b/src/main/java/com/easysoftware/application/applicationpackage/ApplicationPackageServiceImpl.java index 3c0c3e676a748d10de75dcfe3c1b58e77cae9658..c36d90b3627f862f38633f8cbb63d86738ffc211 100644 --- a/src/main/java/com/easysoftware/application/applicationpackage/ApplicationPackageServiceImpl.java +++ b/src/main/java/com/easysoftware/application/applicationpackage/ApplicationPackageServiceImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.applicationpackage; import com.easysoftware.application.applicationpackage.dto.ApplicationPackageNameSearchCondition; diff --git a/src/main/java/com/easysoftware/application/applicationpackage/dto/ApplicationPackageNameSearchCondition.java b/src/main/java/com/easysoftware/application/applicationpackage/dto/ApplicationPackageNameSearchCondition.java index 84b987170c29df7aa85b978c329b550eabf313c8..3d5ea0d86eb2d6b9d631df29a3f0e55860fa4b41 100644 --- a/src/main/java/com/easysoftware/application/applicationpackage/dto/ApplicationPackageNameSearchCondition.java +++ b/src/main/java/com/easysoftware/application/applicationpackage/dto/ApplicationPackageNameSearchCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.applicationpackage.dto; import com.easysoftware.common.constant.PackageConstant; diff --git a/src/main/java/com/easysoftware/application/applicationpackage/dto/ApplicationPackageSearchCondition.java b/src/main/java/com/easysoftware/application/applicationpackage/dto/ApplicationPackageSearchCondition.java index 4adabb1eef5e6e60c6c6a8064d19a784027edbd6..e8bce87f0d5dbf35418ec0098af5687feeedf6fd 100644 --- a/src/main/java/com/easysoftware/application/applicationpackage/dto/ApplicationPackageSearchCondition.java +++ b/src/main/java/com/easysoftware/application/applicationpackage/dto/ApplicationPackageSearchCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.applicationpackage.dto; import org.hibernate.validator.constraints.Range; diff --git a/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageDetailVo.java b/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageDetailVo.java index a47d8fbdad62476982d976e6b6680ed6cc5f5f29..d417a549ed2735e76b341178a17feb9b45e1ee0a 100644 --- a/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageDetailVo.java +++ b/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageDetailVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.applicationpackage.vo; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageEulerVersionVo.java b/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageEulerVersionVo.java index 275d9c46d088cc051b033b16da4a9fa549a1cb40..2fedbb2264ee932a6e67f8cb3797e412dd7cebef 100644 --- a/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageEulerVersionVo.java +++ b/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageEulerVersionVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.applicationpackage.vo; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageMenuVo.java b/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageMenuVo.java index b45b0816fe82e5e9b880db541335258c94974bbd..b7ccf6bfacb1e224a1c672e73ef222e3eaf2a294 100644 --- a/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageMenuVo.java +++ b/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageMenuVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.applicationpackage.vo; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageTagsVo.java b/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageTagsVo.java index 7e651fe15723012e9b97da794b13c24cc3006163..fc9b3a4e6514a92d47bcfa9e511fc0c706752705 100644 --- a/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageTagsVo.java +++ b/src/main/java/com/easysoftware/application/applicationpackage/vo/ApplicationPackageTagsVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.applicationpackage.vo; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/application/applicationversion/ApplicationVersionService.java b/src/main/java/com/easysoftware/application/applicationversion/ApplicationVersionService.java index 864456b13bb6ef19df44099bb6f983c8defc40f4..148bfc814f56d305fdccba89c8a9776dfbab6335 100644 --- a/src/main/java/com/easysoftware/application/applicationversion/ApplicationVersionService.java +++ b/src/main/java/com/easysoftware/application/applicationversion/ApplicationVersionService.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.applicationversion; import com.easysoftware.application.BaseIService; diff --git a/src/main/java/com/easysoftware/application/applicationversion/ApplicationVersionServiceImpl.java b/src/main/java/com/easysoftware/application/applicationversion/ApplicationVersionServiceImpl.java index c061e954bb6e789a30312ed0c7c564f310e1d135..a85582e05c137966c125df3d360051a27c096f4c 100644 --- a/src/main/java/com/easysoftware/application/applicationversion/ApplicationVersionServiceImpl.java +++ b/src/main/java/com/easysoftware/application/applicationversion/ApplicationVersionServiceImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.applicationversion; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; diff --git a/src/main/java/com/easysoftware/application/applicationversion/dto/ApplicationColumnSearchCondition.java b/src/main/java/com/easysoftware/application/applicationversion/dto/ApplicationColumnSearchCondition.java index 940492b1d804769447f5d6abe52b5a2e1c79cbd0..c2769473c8c80f8eec392973e947f88c5341df22 100644 --- a/src/main/java/com/easysoftware/application/applicationversion/dto/ApplicationColumnSearchCondition.java +++ b/src/main/java/com/easysoftware/application/applicationversion/dto/ApplicationColumnSearchCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.applicationversion.dto; import com.easysoftware.common.constant.PackageConstant; diff --git a/src/main/java/com/easysoftware/application/applicationversion/dto/ApplicationVersionSearchCondition.java b/src/main/java/com/easysoftware/application/applicationversion/dto/ApplicationVersionSearchCondition.java index d3565d575646fb090f012a5bb4a9ac8605b7dc05..91cddd19a02251ba7d380c88bb3bf5245c7b3ea1 100644 --- a/src/main/java/com/easysoftware/application/applicationversion/dto/ApplicationVersionSearchCondition.java +++ b/src/main/java/com/easysoftware/application/applicationversion/dto/ApplicationVersionSearchCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.applicationversion.dto; import org.hibernate.validator.constraints.Range; diff --git a/src/main/java/com/easysoftware/application/domainpackage/DomainPackageService.java b/src/main/java/com/easysoftware/application/domainpackage/DomainPackageService.java index edfe98682e3dc355d6ea0e5072680edb7795edd8..ffa16327ef2665fb09af0053bd2734a068b967f4 100644 --- a/src/main/java/com/easysoftware/application/domainpackage/DomainPackageService.java +++ b/src/main/java/com/easysoftware/application/domainpackage/DomainPackageService.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.domainpackage; import org.springframework.http.ResponseEntity; diff --git a/src/main/java/com/easysoftware/application/domainpackage/DomainPackageServiceImpl.java b/src/main/java/com/easysoftware/application/domainpackage/DomainPackageServiceImpl.java index 5653467f3cd445ddcdc5cdbf6eb2cebc6caeb3b2..38c98eb3b7330dd26d9b3e2378ba35e94b66f5c0 100644 --- a/src/main/java/com/easysoftware/application/domainpackage/DomainPackageServiceImpl.java +++ b/src/main/java/com/easysoftware/application/domainpackage/DomainPackageServiceImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.domainpackage; import com.easysoftware.application.applicationpackage.ApplicationPackageService; diff --git a/src/main/java/com/easysoftware/application/domainpackage/converter/DomainPackageConverter.java b/src/main/java/com/easysoftware/application/domainpackage/converter/DomainPackageConverter.java index e510f67c0dd8029b5bc2bdf976694025e03b8556..4309fa8394c8acfb9c7aefe0c6af25c470e53fd5 100644 --- a/src/main/java/com/easysoftware/application/domainpackage/converter/DomainPackageConverter.java +++ b/src/main/java/com/easysoftware/application/domainpackage/converter/DomainPackageConverter.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.domainpackage.converter; import org.springframework.beans.BeanUtils; diff --git a/src/main/java/com/easysoftware/application/domainpackage/dto/DomainColumnCondition.java b/src/main/java/com/easysoftware/application/domainpackage/dto/DomainColumnCondition.java index 18f1ffefbc4ce781e6653a0cc78bb7bb80b44e6b..25b797a33970519fee1fd168143aba4b0cdd7e94 100644 --- a/src/main/java/com/easysoftware/application/domainpackage/dto/DomainColumnCondition.java +++ b/src/main/java/com/easysoftware/application/domainpackage/dto/DomainColumnCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.domainpackage.dto; import com.easysoftware.common.constant.PackageConstant; diff --git a/src/main/java/com/easysoftware/application/domainpackage/dto/DomainDetailSearchCondition.java b/src/main/java/com/easysoftware/application/domainpackage/dto/DomainDetailSearchCondition.java index 49fb58cd056e6ba3deeac6074645a55978fbdac9..9564fc598bf7143dbd4f2b195f26aad2b8248f8c 100644 --- a/src/main/java/com/easysoftware/application/domainpackage/dto/DomainDetailSearchCondition.java +++ b/src/main/java/com/easysoftware/application/domainpackage/dto/DomainDetailSearchCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.domainpackage.dto; import com.easysoftware.common.constant.PackageConstant; diff --git a/src/main/java/com/easysoftware/application/domainpackage/dto/DomainSearchCondition.java b/src/main/java/com/easysoftware/application/domainpackage/dto/DomainSearchCondition.java index 7ebbd703fec25011511664c4d19ee1acbc3ad214..14965d8b333b30484eb2f4e570f1f0837263a31b 100644 --- a/src/main/java/com/easysoftware/application/domainpackage/dto/DomainSearchCondition.java +++ b/src/main/java/com/easysoftware/application/domainpackage/dto/DomainSearchCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.domainpackage.dto; import org.hibernate.validator.constraints.Range; diff --git a/src/main/java/com/easysoftware/application/domainpackage/vo/DomainPackageMenuVo.java b/src/main/java/com/easysoftware/application/domainpackage/vo/DomainPackageMenuVo.java index 44ee81052ed97a1b689bf126bdd604dc6207952e..45b71696682576d7c3a34ed7d75a64ee7684cc4d 100644 --- a/src/main/java/com/easysoftware/application/domainpackage/vo/DomainPackageMenuVo.java +++ b/src/main/java/com/easysoftware/application/domainpackage/vo/DomainPackageMenuVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.domainpackage.vo; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/application/epkgpackage/EPKGPackageService.java b/src/main/java/com/easysoftware/application/epkgpackage/EPKGPackageService.java index c7f8a71db4bc6fa76ec5a5e2ece23cb7e8f955cc..d6802c5ab15ff19a13d511f8c3159fef3ecc7d79 100644 --- a/src/main/java/com/easysoftware/application/epkgpackage/EPKGPackageService.java +++ b/src/main/java/com/easysoftware/application/epkgpackage/EPKGPackageService.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.epkgpackage; import com.easysoftware.application.BaseIService; diff --git a/src/main/java/com/easysoftware/application/epkgpackage/EPKGPackageServiceImpl.java b/src/main/java/com/easysoftware/application/epkgpackage/EPKGPackageServiceImpl.java index 418e76eb2ef58cc543a5b0b8d32a4a3d7d7687d2..e54b5a0232a696f88b48608e315a918d85c6b3bc 100644 --- a/src/main/java/com/easysoftware/application/epkgpackage/EPKGPackageServiceImpl.java +++ b/src/main/java/com/easysoftware/application/epkgpackage/EPKGPackageServiceImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.epkgpackage; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; diff --git a/src/main/java/com/easysoftware/application/epkgpackage/dto/EPKGPackageNameSearchCondition.java b/src/main/java/com/easysoftware/application/epkgpackage/dto/EPKGPackageNameSearchCondition.java index 2fc0c3b3efd5ef504122b5a5f42e93ff17294b04..475c1cac9ab91f4f7888935c555da19c3336b4b7 100644 --- a/src/main/java/com/easysoftware/application/epkgpackage/dto/EPKGPackageNameSearchCondition.java +++ b/src/main/java/com/easysoftware/application/epkgpackage/dto/EPKGPackageNameSearchCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.epkgpackage.dto; import com.easysoftware.common.constant.PackageConstant; diff --git a/src/main/java/com/easysoftware/application/epkgpackage/dto/EPKGPackageSearchCondition.java b/src/main/java/com/easysoftware/application/epkgpackage/dto/EPKGPackageSearchCondition.java index 75a42938aafe1717506227dda208bf1d034b452d..43492e169756add265dc693839d83be571eb1776 100644 --- a/src/main/java/com/easysoftware/application/epkgpackage/dto/EPKGPackageSearchCondition.java +++ b/src/main/java/com/easysoftware/application/epkgpackage/dto/EPKGPackageSearchCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.epkgpackage.dto; import org.hibernate.validator.constraints.Range; diff --git a/src/main/java/com/easysoftware/application/epkgpackage/vo/EPKGPackageDetailVo.java b/src/main/java/com/easysoftware/application/epkgpackage/vo/EPKGPackageDetailVo.java index 2faa4f43725a82f4684ee2c2e7062fbd67168e82..40f2b51e65eb13749c1a0e0df55bfbc5434ce0cd 100644 --- a/src/main/java/com/easysoftware/application/epkgpackage/vo/EPKGPackageDetailVo.java +++ b/src/main/java/com/easysoftware/application/epkgpackage/vo/EPKGPackageDetailVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.epkgpackage.vo; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/application/epkgpackage/vo/EPKGPackageEulerVersionVo.java b/src/main/java/com/easysoftware/application/epkgpackage/vo/EPKGPackageEulerVersionVo.java index 01e01184f33cb11d09e8b1bfecccb4e0fb35f38b..d80d3bea68c1d645591f8f52259e571108c7e677 100644 --- a/src/main/java/com/easysoftware/application/epkgpackage/vo/EPKGPackageEulerVersionVo.java +++ b/src/main/java/com/easysoftware/application/epkgpackage/vo/EPKGPackageEulerVersionVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.epkgpackage.vo; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/application/epkgpackage/vo/EPKGPackageMenuVo.java b/src/main/java/com/easysoftware/application/epkgpackage/vo/EPKGPackageMenuVo.java index 54cac305054c91b348845add757d8347f4ff1e41..a3fc0070e036eeab92c6a90827d600c2950e0716 100644 --- a/src/main/java/com/easysoftware/application/epkgpackage/vo/EPKGPackageMenuVo.java +++ b/src/main/java/com/easysoftware/application/epkgpackage/vo/EPKGPackageMenuVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.epkgpackage.vo; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/application/fieldpkg/dto/FieldPkgColumnSearchCondition.java b/src/main/java/com/easysoftware/application/fieldpkg/dto/FieldPkgColumnSearchCondition.java index 584f3abdfac22753bce33dac1dcdd1b42d84956e..0c609ec56b55f9d33a7e701731cc6a78f8b74c2b 100644 --- a/src/main/java/com/easysoftware/application/fieldpkg/dto/FieldPkgColumnSearchCondition.java +++ b/src/main/java/com/easysoftware/application/fieldpkg/dto/FieldPkgColumnSearchCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.fieldpkg.dto; import com.easysoftware.common.constant.PackageConstant; diff --git a/src/main/java/com/easysoftware/application/fieldpkg/dto/FieldPkgDetailSearchCondition.java b/src/main/java/com/easysoftware/application/fieldpkg/dto/FieldPkgDetailSearchCondition.java index 3c06c9fe8f9ef49e9912b54075f574373075a7f6..ff1f6affc595e1fe9e2b73ff05967889971990eb 100644 --- a/src/main/java/com/easysoftware/application/fieldpkg/dto/FieldPkgDetailSearchCondition.java +++ b/src/main/java/com/easysoftware/application/fieldpkg/dto/FieldPkgDetailSearchCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.fieldpkg.dto; import com.easysoftware.common.constant.PackageConstant; diff --git a/src/main/java/com/easysoftware/application/fieldpkg/dto/FieldPkgSearchCondition.java b/src/main/java/com/easysoftware/application/fieldpkg/dto/FieldPkgSearchCondition.java index 0158f821629b419dd42aa935ea8eb3ec0aaf70d2..5253e9ee3df23147e6ad1a2ebe71b29eaa72d123 100644 --- a/src/main/java/com/easysoftware/application/fieldpkg/dto/FieldPkgSearchCondition.java +++ b/src/main/java/com/easysoftware/application/fieldpkg/dto/FieldPkgSearchCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.fieldpkg.dto; import org.hibernate.validator.constraints.Range; diff --git a/src/main/java/com/easysoftware/application/fieldpkg/vo/FieldPkgVo.java b/src/main/java/com/easysoftware/application/fieldpkg/vo/FieldPkgVo.java index 3c980f69520ec1126bf296babd6e0bc5ca66331a..a0a0f66ebffe17e9306021ceefbd5963ba14ef35 100644 --- a/src/main/java/com/easysoftware/application/fieldpkg/vo/FieldPkgVo.java +++ b/src/main/java/com/easysoftware/application/fieldpkg/vo/FieldPkgVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.fieldpkg.vo; import java.util.List; diff --git a/src/main/java/com/easysoftware/application/filedapplication/FieldApplicationService.java b/src/main/java/com/easysoftware/application/filedapplication/FieldApplicationService.java index 864d086742efc0f3c8282e733ab0f06379bc7c69..56f0e75ed8712498d09fbc5f1454bf94d48b499e 100644 --- a/src/main/java/com/easysoftware/application/filedapplication/FieldApplicationService.java +++ b/src/main/java/com/easysoftware/application/filedapplication/FieldApplicationService.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.filedapplication; import org.springframework.http.ResponseEntity; diff --git a/src/main/java/com/easysoftware/application/filedapplication/FieldApplicationServiceImpl.java b/src/main/java/com/easysoftware/application/filedapplication/FieldApplicationServiceImpl.java index 827494e0e7c01decccb870e774f00e7b63956cec..9a37c1ec6fb29f8d4e23f7c40f3a7a9cf427781d 100644 --- a/src/main/java/com/easysoftware/application/filedapplication/FieldApplicationServiceImpl.java +++ b/src/main/java/com/easysoftware/application/filedapplication/FieldApplicationServiceImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.filedapplication; import com.easysoftware.application.applicationpackage.dto.ApplicationPackageSearchCondition; diff --git a/src/main/java/com/easysoftware/application/filedapplication/dto/FieldColumnSearchCondition.java b/src/main/java/com/easysoftware/application/filedapplication/dto/FieldColumnSearchCondition.java index 070e40f734f0e3a54b2297e81905026b7efe709d..555fa5a4d597e6f21668d67a14a3f4a27152bb26 100644 --- a/src/main/java/com/easysoftware/application/filedapplication/dto/FieldColumnSearchCondition.java +++ b/src/main/java/com/easysoftware/application/filedapplication/dto/FieldColumnSearchCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.filedapplication.dto; import com.easysoftware.common.constant.PackageConstant; diff --git a/src/main/java/com/easysoftware/application/filedapplication/dto/FieldDetailSearchCondition.java b/src/main/java/com/easysoftware/application/filedapplication/dto/FieldDetailSearchCondition.java index c3da1b0761bb4797c4e8263dea10593c513e75e0..51875bb27a32d72ce77f8963e0d7339e5718d360 100644 --- a/src/main/java/com/easysoftware/application/filedapplication/dto/FieldDetailSearchCondition.java +++ b/src/main/java/com/easysoftware/application/filedapplication/dto/FieldDetailSearchCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.filedapplication.dto; import com.easysoftware.common.constant.PackageConstant; diff --git a/src/main/java/com/easysoftware/application/filedapplication/dto/FiledApplicationSerachCondition.java b/src/main/java/com/easysoftware/application/filedapplication/dto/FiledApplicationSerachCondition.java index 2891851d7f56855b1afe03d14cdd34582b092be3..f989ab73c432c7062299adf66b4b7a8f119a8f95 100644 --- a/src/main/java/com/easysoftware/application/filedapplication/dto/FiledApplicationSerachCondition.java +++ b/src/main/java/com/easysoftware/application/filedapplication/dto/FiledApplicationSerachCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.filedapplication.dto; import org.hibernate.validator.constraints.Range; diff --git a/src/main/java/com/easysoftware/application/filedapplication/vo/FiledApplicationVo.java b/src/main/java/com/easysoftware/application/filedapplication/vo/FiledApplicationVo.java index c8c2f952f26dbe4a7c522c19a8c67b23a1fc158f..fe86c5bcb6edec33deb300b007bf67ef48216034 100644 --- a/src/main/java/com/easysoftware/application/filedapplication/vo/FiledApplicationVo.java +++ b/src/main/java/com/easysoftware/application/filedapplication/vo/FiledApplicationVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.filedapplication.vo; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/application/operationconfig/OperationConfigService.java b/src/main/java/com/easysoftware/application/operationconfig/OperationConfigService.java index f4b44c325cbf3b7f6f5a156a94c0a6bc9129b178..eee18f880e40c01cf5c8671f63539fcb842808f6 100644 --- a/src/main/java/com/easysoftware/application/operationconfig/OperationConfigService.java +++ b/src/main/java/com/easysoftware/application/operationconfig/OperationConfigService.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.operationconfig; public interface OperationConfigService { diff --git a/src/main/java/com/easysoftware/application/operationconfig/OperationConfigServiceImpl.java b/src/main/java/com/easysoftware/application/operationconfig/OperationConfigServiceImpl.java index 3b5455424dc662b255a3cce2d581f07e9f830a00..059de0f03b2165046dc12a14aabbce63fbc2384d 100644 --- a/src/main/java/com/easysoftware/application/operationconfig/OperationConfigServiceImpl.java +++ b/src/main/java/com/easysoftware/application/operationconfig/OperationConfigServiceImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.operationconfig; import org.springframework.beans.factory.annotation.Autowired; diff --git a/src/main/java/com/easysoftware/application/operationconfig/vo/OperationConfigVo.java b/src/main/java/com/easysoftware/application/operationconfig/vo/OperationConfigVo.java index 9676bba945f79991087c4d06a1a2e2384489e373..47485a945d71db61744e47144560c4720579f03b 100644 --- a/src/main/java/com/easysoftware/application/operationconfig/vo/OperationConfigVo.java +++ b/src/main/java/com/easysoftware/application/operationconfig/vo/OperationConfigVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.operationconfig.vo; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/application/rpmpackage/RPMPackageService.java b/src/main/java/com/easysoftware/application/rpmpackage/RPMPackageService.java index a07cd53285b5a3806547ce5c8d00a99804a626d2..96eaa51c7507a2c89a892c621b05a10d0ddff026 100644 --- a/src/main/java/com/easysoftware/application/rpmpackage/RPMPackageService.java +++ b/src/main/java/com/easysoftware/application/rpmpackage/RPMPackageService.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.rpmpackage; import com.easysoftware.application.BaseIService; diff --git a/src/main/java/com/easysoftware/application/rpmpackage/RPMPackageServiceImpl.java b/src/main/java/com/easysoftware/application/rpmpackage/RPMPackageServiceImpl.java index a5cad1010df566a25e6af0b8095723fc26117a57..8ed2af01d423b6f01145134cf1b007ce8fa886a8 100644 --- a/src/main/java/com/easysoftware/application/rpmpackage/RPMPackageServiceImpl.java +++ b/src/main/java/com/easysoftware/application/rpmpackage/RPMPackageServiceImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.rpmpackage; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; diff --git a/src/main/java/com/easysoftware/application/rpmpackage/dto/RPMPackageNameSearchCondition.java b/src/main/java/com/easysoftware/application/rpmpackage/dto/RPMPackageNameSearchCondition.java index 137655a1acde9757a71283d95306bb7ebefe61d3..a9c9ce796ea735947e9a7d1ed8e96851272087a7 100644 --- a/src/main/java/com/easysoftware/application/rpmpackage/dto/RPMPackageNameSearchCondition.java +++ b/src/main/java/com/easysoftware/application/rpmpackage/dto/RPMPackageNameSearchCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.rpmpackage.dto; import com.easysoftware.common.constant.PackageConstant; diff --git a/src/main/java/com/easysoftware/application/rpmpackage/dto/RPMPackageSearchCondition.java b/src/main/java/com/easysoftware/application/rpmpackage/dto/RPMPackageSearchCondition.java index 7c0578d70b17369243149556c1f884226e9da08f..39046b69655d37296a946f3f69c36f7692aaccd9 100644 --- a/src/main/java/com/easysoftware/application/rpmpackage/dto/RPMPackageSearchCondition.java +++ b/src/main/java/com/easysoftware/application/rpmpackage/dto/RPMPackageSearchCondition.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.rpmpackage.dto; import org.hibernate.validator.constraints.Range; diff --git a/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageDetailVo.java b/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageDetailVo.java index 27a280be798af47a0afb82019701381df1ebc706..3c276d5a4d39ef6a3b88382f8a5d2ca330dfd037 100644 --- a/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageDetailVo.java +++ b/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageDetailVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.rpmpackage.vo; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageDomainVo.java b/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageDomainVo.java index d0b444fb541778327bd3a87faa85d3d0a6d17f08..215dcce4b08396fa535003f3cc2472ebdff4963e 100644 --- a/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageDomainVo.java +++ b/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageDomainVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.rpmpackage.vo; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageEulerVersionVo.java b/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageEulerVersionVo.java index b681030229a0c3b85a128b81322dde2813cb4f95..46d21f0597af2ee550affee0b9ec05e4ff29e5a5 100644 --- a/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageEulerVersionVo.java +++ b/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageEulerVersionVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.rpmpackage.vo; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageMenuVo.java b/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageMenuVo.java index 4617f70d1287f1f067705f126267a731c7d00e9c..72033e651858614571ff66b07c736ad87a5f27b5 100644 --- a/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageMenuVo.java +++ b/src/main/java/com/easysoftware/application/rpmpackage/vo/RPMPackageMenuVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.application.rpmpackage.vo; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/common/aop/CallMark.java b/src/main/java/com/easysoftware/common/aop/CallMark.java index d9cd24bea9cd8c4c4e08a13ec082709cd78947d6..a8a7181a4fabf0950061e15f444f02fd10ee1c69 100644 --- a/src/main/java/com/easysoftware/common/aop/CallMark.java +++ b/src/main/java/com/easysoftware/common/aop/CallMark.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.aop; import lombok.Data; diff --git a/src/main/java/com/easysoftware/common/aop/LimitRequest.java b/src/main/java/com/easysoftware/common/aop/LimitRequest.java index 05aef4eb6c6c8376ccc3bd22430dd61f90b7cf0b..72c65c2f49427669f94beaf14f8530b3a026cbd4 100644 --- a/src/main/java/com/easysoftware/common/aop/LimitRequest.java +++ b/src/main/java/com/easysoftware/common/aop/LimitRequest.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.aop; import java.lang.annotation.Documented; diff --git a/src/main/java/com/easysoftware/common/aop/LimitRequestAspect.java b/src/main/java/com/easysoftware/common/aop/LimitRequestAspect.java index 2f5634411e124746512aada586e634c32494fc06..7a7ea3fcceb1ffaf99527b13ad5bfb78721dc6bd 100644 --- a/src/main/java/com/easysoftware/common/aop/LimitRequestAspect.java +++ b/src/main/java/com/easysoftware/common/aop/LimitRequestAspect.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.aop; import com.easysoftware.common.entity.MessageCode; diff --git a/src/main/java/com/easysoftware/common/aop/ManagementLog.java b/src/main/java/com/easysoftware/common/aop/ManagementLog.java index 6dfd72929caa7aaebd8b1ac44e1c47655f3805a1..db1bc2f05d2b37e941d8bda3a09103adfe7d12b6 100644 --- a/src/main/java/com/easysoftware/common/aop/ManagementLog.java +++ b/src/main/java/com/easysoftware/common/aop/ManagementLog.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.aop; import lombok.Getter; diff --git a/src/main/java/com/easysoftware/common/aop/ManagementLogAOP.java b/src/main/java/com/easysoftware/common/aop/ManagementLogAOP.java index eb8df97ba39e7e2d529c20fb574ee1357ae78096..91dda9f54da5044b50dd07ce41eec24aec9c131a 100644 --- a/src/main/java/com/easysoftware/common/aop/ManagementLogAOP.java +++ b/src/main/java/com/easysoftware/common/aop/ManagementLogAOP.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.aop; import org.aspectj.lang.JoinPoint; diff --git a/src/main/java/com/easysoftware/common/aop/RequestLimitRedis.java b/src/main/java/com/easysoftware/common/aop/RequestLimitRedis.java index eddaf666183d057f028cead8377f416640ff97ff..4ef740759e537d65afe6bdfcee48d5b44badef9f 100644 --- a/src/main/java/com/easysoftware/common/aop/RequestLimitRedis.java +++ b/src/main/java/com/easysoftware/common/aop/RequestLimitRedis.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.aop; import java.lang.annotation.Documented; diff --git a/src/main/java/com/easysoftware/common/aop/RequestLimitRedisAspect.java b/src/main/java/com/easysoftware/common/aop/RequestLimitRedisAspect.java index 0930becd880e6827ccb213c2e1b212f62fdf4203..15778c316305ccf532781cfaed6e6750596f8bf1 100644 --- a/src/main/java/com/easysoftware/common/aop/RequestLimitRedisAspect.java +++ b/src/main/java/com/easysoftware/common/aop/RequestLimitRedisAspect.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.aop; import org.aspectj.lang.ProceedingJoinPoint; diff --git a/src/main/java/com/easysoftware/common/config/MybatisPlusConfig.java b/src/main/java/com/easysoftware/common/config/MybatisPlusConfig.java index d53fdc45a0f6c0d5b6b2c4ad9fa3bb60eaa8d58e..0ebd7595600f68843bda2edfa7ae2204038a282e 100644 --- a/src/main/java/com/easysoftware/common/config/MybatisPlusConfig.java +++ b/src/main/java/com/easysoftware/common/config/MybatisPlusConfig.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.config; import org.springframework.context.annotation.Bean; diff --git a/src/main/java/com/easysoftware/common/config/RedisConfiguration.java b/src/main/java/com/easysoftware/common/config/RedisConfiguration.java index 2ea803ee74d2aaf856ed871ee5e4e3092c9ffa30..7706f08283de16bc7d1b267dff3b3f4501944b74 100644 --- a/src/main/java/com/easysoftware/common/config/RedisConfiguration.java +++ b/src/main/java/com/easysoftware/common/config/RedisConfiguration.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.config; diff --git a/src/main/java/com/easysoftware/common/constant/PackageConstant.java b/src/main/java/com/easysoftware/common/constant/PackageConstant.java index f1d28e9391b35d24a83da90554386714e22dfa55..9863e56baf2189c077cb750e7bd2a19df91b8875 100644 --- a/src/main/java/com/easysoftware/common/constant/PackageConstant.java +++ b/src/main/java/com/easysoftware/common/constant/PackageConstant.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.constant; public final class PackageConstant { diff --git a/src/main/java/com/easysoftware/common/entity/MessageCode.java b/src/main/java/com/easysoftware/common/entity/MessageCode.java index d794e4e5292f6f9b059b34a754e6be307284a646..068427f17d2cc0ab4c735878c2435fe834434cbf 100644 --- a/src/main/java/com/easysoftware/common/entity/MessageCode.java +++ b/src/main/java/com/easysoftware/common/entity/MessageCode.java @@ -1,12 +1,12 @@ -/* This project is licensed under the Mulan PSL v2. +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.coscl.org.cn/MulanPSL2 - THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR - PURPOSE. + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details. - Create: 2024 */ package com.easysoftware.common.entity; diff --git a/src/main/java/com/easysoftware/common/entity/ResultMsgVo.java b/src/main/java/com/easysoftware/common/entity/ResultMsgVo.java index ecef44996522838b264b574690e1520e601c5442..8dbe69c300f848d1230b2fa5c653738235dc5c93 100644 --- a/src/main/java/com/easysoftware/common/entity/ResultMsgVo.java +++ b/src/main/java/com/easysoftware/common/entity/ResultMsgVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.entity; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/src/main/java/com/easysoftware/common/entity/ResultVo.java b/src/main/java/com/easysoftware/common/entity/ResultVo.java index 5c8500221343e2b4b975a24d0621ddec9830780d..e5180270464d021262e4331a7224671462e62eaa 100644 --- a/src/main/java/com/easysoftware/common/entity/ResultVo.java +++ b/src/main/java/com/easysoftware/common/entity/ResultVo.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.entity; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/src/main/java/com/easysoftware/common/exception/AppPkgIconException.java b/src/main/java/com/easysoftware/common/exception/AppPkgIconException.java index f25206caf74aa4c37a42faf3587bf36ed8414a55..859f00d9a0eb93e58cc76b647756ab858a20e1aa 100644 --- a/src/main/java/com/easysoftware/common/exception/AppPkgIconException.java +++ b/src/main/java/com/easysoftware/common/exception/AppPkgIconException.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.exception; import java.io.Serial; diff --git a/src/main/java/com/easysoftware/common/exception/AuthException.java b/src/main/java/com/easysoftware/common/exception/AuthException.java index 7b1ff640d0576e03b73287ad6af928626a3482bb..d5f34a9a60fdf893dba90e13aaeeb6a2c9363b59 100644 --- a/src/main/java/com/easysoftware/common/exception/AuthException.java +++ b/src/main/java/com/easysoftware/common/exception/AuthException.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.exception; import java.io.Serial; diff --git a/src/main/java/com/easysoftware/common/exception/Base64Exception.java b/src/main/java/com/easysoftware/common/exception/Base64Exception.java index 6481fe6f9fa4cba1d8bbd264b0c630d08dc33784..283d7dc691f3b116b14d65006677dab745669f78 100644 --- a/src/main/java/com/easysoftware/common/exception/Base64Exception.java +++ b/src/main/java/com/easysoftware/common/exception/Base64Exception.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.exception; import java.io.Serial; diff --git a/src/main/java/com/easysoftware/common/exception/EnumValidException.java b/src/main/java/com/easysoftware/common/exception/EnumValidException.java index 98b1534ca3572059a8156004a6976c522c31ee51..d83744a3f29611340fdf8ced92f5e132354f2757 100644 --- a/src/main/java/com/easysoftware/common/exception/EnumValidException.java +++ b/src/main/java/com/easysoftware/common/exception/EnumValidException.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.exception; import java.io.Serial; diff --git a/src/main/java/com/easysoftware/common/exception/GlobalExceptionHandler.java b/src/main/java/com/easysoftware/common/exception/GlobalExceptionHandler.java index 0a2d867da0d9cbf9911f8394bd48865f910a1668..8e5a567a51a4fee9430e54c01b5da8fd6260e8d0 100644 --- a/src/main/java/com/easysoftware/common/exception/GlobalExceptionHandler.java +++ b/src/main/java/com/easysoftware/common/exception/GlobalExceptionHandler.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.exception; import org.springframework.web.bind.MethodArgumentNotValidException; diff --git a/src/main/java/com/easysoftware/common/exception/MyJacksonException.java b/src/main/java/com/easysoftware/common/exception/MyJacksonException.java index c90755459b825da408a76327d6f68ab6a9e86aae..4104f8b5a8cead21dc88c3f74a23fe4a2025fba2 100644 --- a/src/main/java/com/easysoftware/common/exception/MyJacksonException.java +++ b/src/main/java/com/easysoftware/common/exception/MyJacksonException.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.exception; import java.io.Serial; diff --git a/src/main/java/com/easysoftware/common/exception/NoneResException.java b/src/main/java/com/easysoftware/common/exception/NoneResException.java index 42b6aaf3aa692585988e9bdf53f1e0d3234be876..d73f1b4681bebbf26e75700b9cec9de39f63dd31 100644 --- a/src/main/java/com/easysoftware/common/exception/NoneResException.java +++ b/src/main/java/com/easysoftware/common/exception/NoneResException.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.exception; import java.io.Serial; diff --git a/src/main/java/com/easysoftware/common/exception/ParamErrorException.java b/src/main/java/com/easysoftware/common/exception/ParamErrorException.java index 8ad905296546c96637acc3d572b3244b158d5314..039b28320d25dc715a5751fd26c19723fa2a657c 100644 --- a/src/main/java/com/easysoftware/common/exception/ParamErrorException.java +++ b/src/main/java/com/easysoftware/common/exception/ParamErrorException.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.exception; import java.io.Serial; diff --git a/src/main/java/com/easysoftware/common/exception/enumvalid/AppCategoryEnum.java b/src/main/java/com/easysoftware/common/exception/enumvalid/AppCategoryEnum.java index 602436dfc407d53cee04a30983199e0125ee6fd2..64436509060010b7484776f16c7b141d11cb8ea4 100644 --- a/src/main/java/com/easysoftware/common/exception/enumvalid/AppCategoryEnum.java +++ b/src/main/java/com/easysoftware/common/exception/enumvalid/AppCategoryEnum.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.exception.enumvalid; public enum AppCategoryEnum { diff --git a/src/main/java/com/easysoftware/common/exception/enumvalid/DomainNameEnum.java b/src/main/java/com/easysoftware/common/exception/enumvalid/DomainNameEnum.java index 3eebfda5cbb05a0987dc01b7378cd05d779314c3..0013b1217020382df1b9a93301ec6369ed2eff4f 100644 --- a/src/main/java/com/easysoftware/common/exception/enumvalid/DomainNameEnum.java +++ b/src/main/java/com/easysoftware/common/exception/enumvalid/DomainNameEnum.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.exception.enumvalid; public enum DomainNameEnum { diff --git a/src/main/java/com/easysoftware/common/exception/enumvalid/DomainTypeEnum.java b/src/main/java/com/easysoftware/common/exception/enumvalid/DomainTypeEnum.java index 0015919a47a9b6e81435910a540e9eb849cccefe..52a608e46665aa34a5a8e80efdbba41f0a4929d8 100644 --- a/src/main/java/com/easysoftware/common/exception/enumvalid/DomainTypeEnum.java +++ b/src/main/java/com/easysoftware/common/exception/enumvalid/DomainTypeEnum.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.exception.enumvalid; public enum DomainTypeEnum { diff --git a/src/main/java/com/easysoftware/common/exception/enumvalid/EnumValue.java b/src/main/java/com/easysoftware/common/exception/enumvalid/EnumValue.java index 0067368e10d74aa26b614b8b59fa9776c338cad5..3a7df3426856abbe98a199f3335094d8f659024e 100644 --- a/src/main/java/com/easysoftware/common/exception/enumvalid/EnumValue.java +++ b/src/main/java/com/easysoftware/common/exception/enumvalid/EnumValue.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.exception.enumvalid; import com.easysoftware.common.exception.EnumValidException; diff --git a/src/main/java/com/easysoftware/common/exception/enumvalid/TimeOrderEnum.java b/src/main/java/com/easysoftware/common/exception/enumvalid/TimeOrderEnum.java index a583ae962a2974e62faa734414ac369d83151ac7..6a72be1f9da273e3e28aff80463d4936f523f72f 100644 --- a/src/main/java/com/easysoftware/common/exception/enumvalid/TimeOrderEnum.java +++ b/src/main/java/com/easysoftware/common/exception/enumvalid/TimeOrderEnum.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.exception.enumvalid; public enum TimeOrderEnum { diff --git a/src/main/java/com/easysoftware/common/filter/FilterConfig.java b/src/main/java/com/easysoftware/common/filter/FilterConfig.java index ab0487261d428423e62a552b021a0a7f277f826b..36835e457c9fb5d976478d9c6815ae34997a1316 100644 --- a/src/main/java/com/easysoftware/common/filter/FilterConfig.java +++ b/src/main/java/com/easysoftware/common/filter/FilterConfig.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.filter; import lombok.extern.slf4j.Slf4j; diff --git a/src/main/java/com/easysoftware/common/filter/RequestHeaderFilter.java b/src/main/java/com/easysoftware/common/filter/RequestHeaderFilter.java index 4ada154bb92f67a4d1f891c1426764766d961e35..0fffada0a99c75b8505f28e9f8c4253acb1028e3 100644 --- a/src/main/java/com/easysoftware/common/filter/RequestHeaderFilter.java +++ b/src/main/java/com/easysoftware/common/filter/RequestHeaderFilter.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.filter; import jakarta.servlet.Filter; diff --git a/src/main/java/com/easysoftware/common/filter/ResponseHeaderFilter.java b/src/main/java/com/easysoftware/common/filter/ResponseHeaderFilter.java index 07e231d943fba35607590a5c5e617fc6af67b72d..8f603d6f10c00828d4772fbb36e5a99634b69b6d 100644 --- a/src/main/java/com/easysoftware/common/filter/ResponseHeaderFilter.java +++ b/src/main/java/com/easysoftware/common/filter/ResponseHeaderFilter.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.filter; diff --git a/src/main/java/com/easysoftware/common/utils/ClassField.java b/src/main/java/com/easysoftware/common/utils/ClassField.java index 31d064935c63efe150201f9ef9d85ad41d080423..9193e1dfb0fb60e288add2cbe4f1cd9abb7c8943 100644 --- a/src/main/java/com/easysoftware/common/utils/ClassField.java +++ b/src/main/java/com/easysoftware/common/utils/ClassField.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.utils; import java.lang.reflect.Field; diff --git a/src/main/java/com/easysoftware/common/utils/ClientUtil.java b/src/main/java/com/easysoftware/common/utils/ClientUtil.java index 0fe78c4fd7ee3f7751be2c0bc62badf52cca196d..1035e7e3e05b1e042f99f60e5aa6447d700f63dc 100644 --- a/src/main/java/com/easysoftware/common/utils/ClientUtil.java +++ b/src/main/java/com/easysoftware/common/utils/ClientUtil.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.utils; import org.slf4j.Logger; diff --git a/src/main/java/com/easysoftware/common/utils/LogUtil.java b/src/main/java/com/easysoftware/common/utils/LogUtil.java index 33a2fc978b55265afcfa6370b5a10b37cccc8e10..5bd3291297ff1ca26748035e5e79a07fc9c8cadc 100644 --- a/src/main/java/com/easysoftware/common/utils/LogUtil.java +++ b/src/main/java/com/easysoftware/common/utils/LogUtil.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.utils; import com.easysoftware.common.aop.ManagementLog; diff --git a/src/main/java/com/easysoftware/common/utils/ObjectMapperUtil.java b/src/main/java/com/easysoftware/common/utils/ObjectMapperUtil.java index cf8e0208755914ca6f4224f5694c3fbe09f26d3a..8b9dc31352a18d666f77d5c2e97aec71e08ff1d9 100644 --- a/src/main/java/com/easysoftware/common/utils/ObjectMapperUtil.java +++ b/src/main/java/com/easysoftware/common/utils/ObjectMapperUtil.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.utils; import com.easysoftware.common.exception.MyJacksonException; diff --git a/src/main/java/com/easysoftware/common/utils/QueryWrapperUtil.java b/src/main/java/com/easysoftware/common/utils/QueryWrapperUtil.java index d9de471c5ce1c023cee2dcc99dc6e841d9c42a29..c3cf5d2d2d3fd35905cc95a099361e0aab977400 100644 --- a/src/main/java/com/easysoftware/common/utils/QueryWrapperUtil.java +++ b/src/main/java/com/easysoftware/common/utils/QueryWrapperUtil.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.utils; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; diff --git a/src/main/java/com/easysoftware/common/utils/ResultUtil.java b/src/main/java/com/easysoftware/common/utils/ResultUtil.java index 594453c78ed432cfa6a6f9b339bcc5a1b51ea8e2..701747fdfab94bbb87d9681ca0500af539a587ae 100644 --- a/src/main/java/com/easysoftware/common/utils/ResultUtil.java +++ b/src/main/java/com/easysoftware/common/utils/ResultUtil.java @@ -1,12 +1,12 @@ -/* This project is licensed under the Mulan PSL v2. +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.coscl.org.cn/MulanPSL2 - THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR - PURPOSE. + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details. - Create: 2024 */ package com.easysoftware.common.utils; diff --git a/src/main/java/com/easysoftware/common/utils/SortUtil.java b/src/main/java/com/easysoftware/common/utils/SortUtil.java index c605d00ecedcd2b306e53f2903733b5af5137cd3..b4a6867003007d6224fe93fb3ced89d11c8eaf35 100644 --- a/src/main/java/com/easysoftware/common/utils/SortUtil.java +++ b/src/main/java/com/easysoftware/common/utils/SortUtil.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.utils; import java.util.ArrayList; diff --git a/src/main/java/com/easysoftware/domain/applicationpackage/ApplicationPackage.java b/src/main/java/com/easysoftware/domain/applicationpackage/ApplicationPackage.java index 29db88880c4d18f2858a616f3c4cb151a4119fe5..ad99e1a1d15d2cbb5c01b19b02a4c81c73c77c65 100644 --- a/src/main/java/com/easysoftware/domain/applicationpackage/ApplicationPackage.java +++ b/src/main/java/com/easysoftware/domain/applicationpackage/ApplicationPackage.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.domain.applicationpackage; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/domain/applicationpackage/gateway/ApplicationPackageGateway.java b/src/main/java/com/easysoftware/domain/applicationpackage/gateway/ApplicationPackageGateway.java index c2877b11a3d71298dff7197cc9a7c1ab6ef090ab..ad60e52fdfada4079876328143bf25b9584a0563 100644 --- a/src/main/java/com/easysoftware/domain/applicationpackage/gateway/ApplicationPackageGateway.java +++ b/src/main/java/com/easysoftware/domain/applicationpackage/gateway/ApplicationPackageGateway.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.domain.applicationpackage.gateway; import com.easysoftware.application.applicationpackage.dto.ApplicationPackageNameSearchCondition; diff --git a/src/main/java/com/easysoftware/domain/applicationversion/ApplicationVersion.java b/src/main/java/com/easysoftware/domain/applicationversion/ApplicationVersion.java index 19ab24c9962053c195480f5b56e039e22a03c9d3..f97d5055fd745427ca4fcf1b59d94c60d31313ea 100644 --- a/src/main/java/com/easysoftware/domain/applicationversion/ApplicationVersion.java +++ b/src/main/java/com/easysoftware/domain/applicationversion/ApplicationVersion.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.domain.applicationversion; import lombok.Getter; diff --git a/src/main/java/com/easysoftware/domain/applicationversion/gateway/ApplicationVersionGateway.java b/src/main/java/com/easysoftware/domain/applicationversion/gateway/ApplicationVersionGateway.java index 03da644b1837a028e5c5dd615d94e21b96ca7b39..27b39907b57d4af813a3b67be97760c0a3281da1 100644 --- a/src/main/java/com/easysoftware/domain/applicationversion/gateway/ApplicationVersionGateway.java +++ b/src/main/java/com/easysoftware/domain/applicationversion/gateway/ApplicationVersionGateway.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.domain.applicationversion.gateway; import com.easysoftware.application.applicationversion.dto.ApplicationVersionSearchCondition; diff --git a/src/main/java/com/easysoftware/domain/epkgpackage/EPKGPackage.java b/src/main/java/com/easysoftware/domain/epkgpackage/EPKGPackage.java index f1519c47d580192c50893ee7b3b655b0db26d142..3566442d3d49fe5f26345d3b60d9dbcd5177e3f2 100644 --- a/src/main/java/com/easysoftware/domain/epkgpackage/EPKGPackage.java +++ b/src/main/java/com/easysoftware/domain/epkgpackage/EPKGPackage.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.domain.epkgpackage; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/domain/epkgpackage/EPKGPackageUnique.java b/src/main/java/com/easysoftware/domain/epkgpackage/EPKGPackageUnique.java index 196433908ed3d30896703a20994fff4958f07974..bc7886416418fd418ec7d2734f33784ebbfae573 100644 --- a/src/main/java/com/easysoftware/domain/epkgpackage/EPKGPackageUnique.java +++ b/src/main/java/com/easysoftware/domain/epkgpackage/EPKGPackageUnique.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.domain.epkgpackage; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/domain/epkgpackage/gateway/EPKGPackageGateway.java b/src/main/java/com/easysoftware/domain/epkgpackage/gateway/EPKGPackageGateway.java index 243194004f2a9f77e0882ba17e7978855cf0486f..2ea53d3284b37f4591acb6a110f57c52cade7338 100644 --- a/src/main/java/com/easysoftware/domain/epkgpackage/gateway/EPKGPackageGateway.java +++ b/src/main/java/com/easysoftware/domain/epkgpackage/gateway/EPKGPackageGateway.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.domain.epkgpackage.gateway; import com.easysoftware.application.epkgpackage.dto.EPKGPackageNameSearchCondition; diff --git a/src/main/java/com/easysoftware/domain/fieldapplication/gateway/FieldapplicationGateway.java b/src/main/java/com/easysoftware/domain/fieldapplication/gateway/FieldapplicationGateway.java index 63eb9acd0e845810e9106ce8b12b6ab5d4046f52..21848892694546b3712f70e19abbbfe1f8e5b632 100644 --- a/src/main/java/com/easysoftware/domain/fieldapplication/gateway/FieldapplicationGateway.java +++ b/src/main/java/com/easysoftware/domain/fieldapplication/gateway/FieldapplicationGateway.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.domain.fieldapplication.gateway; diff --git a/src/main/java/com/easysoftware/domain/fieldpkg/gateway/FieldPkgGateway.java b/src/main/java/com/easysoftware/domain/fieldpkg/gateway/FieldPkgGateway.java index e7e614547d344d37acbc62f6df58192da0e7f45f..caefdaf56b54f06b0519b117cc753fd8e7b6e6e1 100644 --- a/src/main/java/com/easysoftware/domain/fieldpkg/gateway/FieldPkgGateway.java +++ b/src/main/java/com/easysoftware/domain/fieldpkg/gateway/FieldPkgGateway.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.domain.fieldpkg.gateway; import java.util.List; diff --git a/src/main/java/com/easysoftware/domain/operationconfig/gateway/OperationConfigGateway.java b/src/main/java/com/easysoftware/domain/operationconfig/gateway/OperationConfigGateway.java index 2ff5ba66b66ae005fd4e5f7dd2384f0d34de8047..094eb5dc7249663e6f8281be84581d3561dbdf93 100644 --- a/src/main/java/com/easysoftware/domain/operationconfig/gateway/OperationConfigGateway.java +++ b/src/main/java/com/easysoftware/domain/operationconfig/gateway/OperationConfigGateway.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.domain.operationconfig.gateway; import com.easysoftware.application.operationconfig.vo.OperationConfigVo; diff --git a/src/main/java/com/easysoftware/domain/rpmpackage/RPMPackage.java b/src/main/java/com/easysoftware/domain/rpmpackage/RPMPackage.java index 69645258abd2f04fc7316e2a90bb45080ff90da6..6e720bf3f042b58c97be1cd5334e18ddcf1288c2 100644 --- a/src/main/java/com/easysoftware/domain/rpmpackage/RPMPackage.java +++ b/src/main/java/com/easysoftware/domain/rpmpackage/RPMPackage.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.domain.rpmpackage; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/domain/rpmpackage/RPMPackageUnique.java b/src/main/java/com/easysoftware/domain/rpmpackage/RPMPackageUnique.java index bfaa08be2333ed48a1a26cbbb254f4f330d1e063..869a7e8750092ac98bd48d6cb0b9bc23525b511b 100644 --- a/src/main/java/com/easysoftware/domain/rpmpackage/RPMPackageUnique.java +++ b/src/main/java/com/easysoftware/domain/rpmpackage/RPMPackageUnique.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.domain.rpmpackage; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/easysoftware/domain/rpmpackage/gateway/RPMPackageGateway.java b/src/main/java/com/easysoftware/domain/rpmpackage/gateway/RPMPackageGateway.java index 61c62eddd9fddbc57858f08e4c21f787693038bd..62121f8359aa065b672cab5d52b4f5aef748a54b 100644 --- a/src/main/java/com/easysoftware/domain/rpmpackage/gateway/RPMPackageGateway.java +++ b/src/main/java/com/easysoftware/domain/rpmpackage/gateway/RPMPackageGateway.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.domain.rpmpackage.gateway; import com.easysoftware.application.rpmpackage.dto.RPMPackageNameSearchCondition; diff --git a/src/main/java/com/easysoftware/infrastructure/applicationpackage/gatewayimpl/ApplicationPackageGatewayImpl.java b/src/main/java/com/easysoftware/infrastructure/applicationpackage/gatewayimpl/ApplicationPackageGatewayImpl.java index b0c56f45a4a54e099c9281f5a04776e44a67711f..96cb16a5c22033fd336f9ed22388a19acc2031cc 100644 --- a/src/main/java/com/easysoftware/infrastructure/applicationpackage/gatewayimpl/ApplicationPackageGatewayImpl.java +++ b/src/main/java/com/easysoftware/infrastructure/applicationpackage/gatewayimpl/ApplicationPackageGatewayImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.applicationpackage.gatewayimpl; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; diff --git a/src/main/java/com/easysoftware/infrastructure/applicationpackage/gatewayimpl/converter/ApplicationPackageConverter.java b/src/main/java/com/easysoftware/infrastructure/applicationpackage/gatewayimpl/converter/ApplicationPackageConverter.java index 57da0c22b54f8d6d9cd60a1498ec56425f4cf068..ff68ce5c72031f6ab6ff4a034b5dd70846b73a46 100644 --- a/src/main/java/com/easysoftware/infrastructure/applicationpackage/gatewayimpl/converter/ApplicationPackageConverter.java +++ b/src/main/java/com/easysoftware/infrastructure/applicationpackage/gatewayimpl/converter/ApplicationPackageConverter.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.applicationpackage.gatewayimpl.converter; import com.easysoftware.application.applicationpackage.vo.ApplicationPackageDetailVo; diff --git a/src/main/java/com/easysoftware/infrastructure/applicationpackage/gatewayimpl/dataobject/ApplicationPackageDO.java b/src/main/java/com/easysoftware/infrastructure/applicationpackage/gatewayimpl/dataobject/ApplicationPackageDO.java index 6836421bac17a4b2501b8525d4fab2954de13f16..80c810b3cfe8740efb176105e799fce0bee9ef82 100644 --- a/src/main/java/com/easysoftware/infrastructure/applicationpackage/gatewayimpl/dataobject/ApplicationPackageDO.java +++ b/src/main/java/com/easysoftware/infrastructure/applicationpackage/gatewayimpl/dataobject/ApplicationPackageDO.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.applicationpackage.gatewayimpl.dataobject; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/com/easysoftware/infrastructure/applicationversion/gatewayimpl/ApplicationVersionGatewayImpl.java b/src/main/java/com/easysoftware/infrastructure/applicationversion/gatewayimpl/ApplicationVersionGatewayImpl.java index 5df51dff09dfcaa011fe71b8810e1444dc1457a4..2be99cf197c25b63d5398d270e84257a9d9ff26a 100644 --- a/src/main/java/com/easysoftware/infrastructure/applicationversion/gatewayimpl/ApplicationVersionGatewayImpl.java +++ b/src/main/java/com/easysoftware/infrastructure/applicationversion/gatewayimpl/ApplicationVersionGatewayImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.applicationversion.gatewayimpl; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; diff --git a/src/main/java/com/easysoftware/infrastructure/applicationversion/gatewayimpl/converter/ApplicationVersionConvertor.java b/src/main/java/com/easysoftware/infrastructure/applicationversion/gatewayimpl/converter/ApplicationVersionConvertor.java index abd2436278496d631988c425edf7c76c9885e5dc..969a123e96bf2f287a470945a39f0f78e10186b0 100644 --- a/src/main/java/com/easysoftware/infrastructure/applicationversion/gatewayimpl/converter/ApplicationVersionConvertor.java +++ b/src/main/java/com/easysoftware/infrastructure/applicationversion/gatewayimpl/converter/ApplicationVersionConvertor.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.applicationversion.gatewayimpl.converter; import com.easysoftware.common.entity.MessageCode; diff --git a/src/main/java/com/easysoftware/infrastructure/applicationversion/gatewayimpl/dataobject/ApplicationVersionDO.java b/src/main/java/com/easysoftware/infrastructure/applicationversion/gatewayimpl/dataobject/ApplicationVersionDO.java index 375b02fd02e258f6055ecec02ff9209ff5a306b7..47263c15230dac02c941b4ee6276d255db0c5544 100644 --- a/src/main/java/com/easysoftware/infrastructure/applicationversion/gatewayimpl/dataobject/ApplicationVersionDO.java +++ b/src/main/java/com/easysoftware/infrastructure/applicationversion/gatewayimpl/dataobject/ApplicationVersionDO.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.applicationversion.gatewayimpl.dataobject; import com.baomidou.mybatisplus.annotation.TableId; diff --git a/src/main/java/com/easysoftware/infrastructure/epkgpackage/gatewayimpl/EPKGPackageGatewayImpl.java b/src/main/java/com/easysoftware/infrastructure/epkgpackage/gatewayimpl/EPKGPackageGatewayImpl.java index 681954b58ce882f4e7ad4ef17be2cf73004be3a2..57a1aac007c19e12291bfe4819d4f1275c950b66 100644 --- a/src/main/java/com/easysoftware/infrastructure/epkgpackage/gatewayimpl/EPKGPackageGatewayImpl.java +++ b/src/main/java/com/easysoftware/infrastructure/epkgpackage/gatewayimpl/EPKGPackageGatewayImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.epkgpackage.gatewayimpl; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; diff --git a/src/main/java/com/easysoftware/infrastructure/epkgpackage/gatewayimpl/converter/EPKGPackageConverter.java b/src/main/java/com/easysoftware/infrastructure/epkgpackage/gatewayimpl/converter/EPKGPackageConverter.java index 55bb8204aacb1217bc9ac50350bb95f2003193aa..abc5044bfc08d086eff0d94fdc09a067c86b5f96 100644 --- a/src/main/java/com/easysoftware/infrastructure/epkgpackage/gatewayimpl/converter/EPKGPackageConverter.java +++ b/src/main/java/com/easysoftware/infrastructure/epkgpackage/gatewayimpl/converter/EPKGPackageConverter.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.epkgpackage.gatewayimpl.converter; import com.easysoftware.application.epkgpackage.vo.EPKGPackageDetailVo; diff --git a/src/main/java/com/easysoftware/infrastructure/epkgpackage/gatewayimpl/dataobject/EPKGPackageDO.java b/src/main/java/com/easysoftware/infrastructure/epkgpackage/gatewayimpl/dataobject/EPKGPackageDO.java index da32f1b60ab71797ba1f0c5dacd38f966730990c..ba7c73b8e9c2dee2e46eb74980ba8d7963ae7bd5 100644 --- a/src/main/java/com/easysoftware/infrastructure/epkgpackage/gatewayimpl/dataobject/EPKGPackageDO.java +++ b/src/main/java/com/easysoftware/infrastructure/epkgpackage/gatewayimpl/dataobject/EPKGPackageDO.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.epkgpackage.gatewayimpl.dataobject; import com.baomidou.mybatisplus.annotation.TableId; diff --git a/src/main/java/com/easysoftware/infrastructure/fieldapplication/gatewayimpl/FieldApplicationGatewayImpl.java b/src/main/java/com/easysoftware/infrastructure/fieldapplication/gatewayimpl/FieldApplicationGatewayImpl.java index c1538e610f90fb8703bc1a995095cd961a776cdb..c73557d893c6134f44085179b377bf1179f5ecd2 100644 --- a/src/main/java/com/easysoftware/infrastructure/fieldapplication/gatewayimpl/FieldApplicationGatewayImpl.java +++ b/src/main/java/com/easysoftware/infrastructure/fieldapplication/gatewayimpl/FieldApplicationGatewayImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.fieldapplication.gatewayimpl; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; diff --git a/src/main/java/com/easysoftware/infrastructure/fieldapplication/gatewayimpl/converter/FieldApplicationConverter.java b/src/main/java/com/easysoftware/infrastructure/fieldapplication/gatewayimpl/converter/FieldApplicationConverter.java index 8084ee52d0c6ef504fb0201b153797764bbd7fdc..e235956b131f84b5dd03a63a7df4f72b90554ebb 100644 --- a/src/main/java/com/easysoftware/infrastructure/fieldapplication/gatewayimpl/converter/FieldApplicationConverter.java +++ b/src/main/java/com/easysoftware/infrastructure/fieldapplication/gatewayimpl/converter/FieldApplicationConverter.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.fieldapplication.gatewayimpl.converter; import com.easysoftware.application.applicationpackage.dto.ApplicationPackageSearchCondition; diff --git a/src/main/java/com/easysoftware/infrastructure/fieldapplication/gatewayimpl/dataobject/FieldApplicationDO.java b/src/main/java/com/easysoftware/infrastructure/fieldapplication/gatewayimpl/dataobject/FieldApplicationDO.java index ee73d93a85a065c7d112ef26fb27b1b0e789a087..afb448e135d153f3a6f2759d22a31b22b7089382 100644 --- a/src/main/java/com/easysoftware/infrastructure/fieldapplication/gatewayimpl/dataobject/FieldApplicationDO.java +++ b/src/main/java/com/easysoftware/infrastructure/fieldapplication/gatewayimpl/dataobject/FieldApplicationDO.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.fieldapplication.gatewayimpl.dataobject; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/com/easysoftware/infrastructure/fieldpkg/FieldPkgGatewayImpl.java b/src/main/java/com/easysoftware/infrastructure/fieldpkg/FieldPkgGatewayImpl.java index e9b858827a4208fd62b542bc74b3f9c6ba5b2137..9dc8c203e48a4b2901e66439380ce17892466559 100644 --- a/src/main/java/com/easysoftware/infrastructure/fieldpkg/FieldPkgGatewayImpl.java +++ b/src/main/java/com/easysoftware/infrastructure/fieldpkg/FieldPkgGatewayImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.fieldpkg; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; diff --git a/src/main/java/com/easysoftware/infrastructure/fieldpkg/converter/FieldPkgConverter.java b/src/main/java/com/easysoftware/infrastructure/fieldpkg/converter/FieldPkgConverter.java index c2773286f3e738dc07849382b055666c5511ba48..c5a52f37d176709f8a5176cee0e330a406e59562 100644 --- a/src/main/java/com/easysoftware/infrastructure/fieldpkg/converter/FieldPkgConverter.java +++ b/src/main/java/com/easysoftware/infrastructure/fieldpkg/converter/FieldPkgConverter.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.fieldpkg.converter; import com.easysoftware.application.fieldpkg.vo.FieldPkgVo; diff --git a/src/main/java/com/easysoftware/infrastructure/fieldpkg/dataobject/FieldPkgDO.java b/src/main/java/com/easysoftware/infrastructure/fieldpkg/dataobject/FieldPkgDO.java index a65f3e2191cd053058ba51f796ba0e6c8703f613..2662304acaaa36863b67be0e77e44a5f02ff0e8f 100644 --- a/src/main/java/com/easysoftware/infrastructure/fieldpkg/dataobject/FieldPkgDO.java +++ b/src/main/java/com/easysoftware/infrastructure/fieldpkg/dataobject/FieldPkgDO.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.fieldpkg.dataobject; import java.io.Serial; diff --git a/src/main/java/com/easysoftware/infrastructure/mapper/ApplicationPackageDOMapper.java b/src/main/java/com/easysoftware/infrastructure/mapper/ApplicationPackageDOMapper.java index 0b985d82ed38e60d56574e7753d3069599cc00ce..891b019cfba55713761a23df9faad452977337bb 100644 --- a/src/main/java/com/easysoftware/infrastructure/mapper/ApplicationPackageDOMapper.java +++ b/src/main/java/com/easysoftware/infrastructure/mapper/ApplicationPackageDOMapper.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/com/easysoftware/infrastructure/mapper/ApplicationVersionDOMapper.java b/src/main/java/com/easysoftware/infrastructure/mapper/ApplicationVersionDOMapper.java index 146034bf747e0f995a5ee321cbe06510c2925887..e7c68b91f8e2a3b03bb6a14f48e8e60388dc1974 100644 --- a/src/main/java/com/easysoftware/infrastructure/mapper/ApplicationVersionDOMapper.java +++ b/src/main/java/com/easysoftware/infrastructure/mapper/ApplicationVersionDOMapper.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/com/easysoftware/infrastructure/mapper/EPKGPackageDOMapper.java b/src/main/java/com/easysoftware/infrastructure/mapper/EPKGPackageDOMapper.java index 1c8f9230cd49337c28bc0f480e07e778e9666515..8378652a90e4622932be6e43903b8bfc61bccdc0 100644 --- a/src/main/java/com/easysoftware/infrastructure/mapper/EPKGPackageDOMapper.java +++ b/src/main/java/com/easysoftware/infrastructure/mapper/EPKGPackageDOMapper.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/com/easysoftware/infrastructure/mapper/FieldApplicationDOMapper.java b/src/main/java/com/easysoftware/infrastructure/mapper/FieldApplicationDOMapper.java index 4c3ab9702d6a913f595ca257ec32deb4b75e9208..d93e62896c5f3a11942f0f158489683144141184 100644 --- a/src/main/java/com/easysoftware/infrastructure/mapper/FieldApplicationDOMapper.java +++ b/src/main/java/com/easysoftware/infrastructure/mapper/FieldApplicationDOMapper.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/com/easysoftware/infrastructure/mapper/FieldPkgDOMapper.java b/src/main/java/com/easysoftware/infrastructure/mapper/FieldPkgDOMapper.java index e911fe3fb99d2d28a9fd0b37d5b41dcff6a60f14..bea3f0f0fc22e6f3caed99bb859e659be0ae52aa 100644 --- a/src/main/java/com/easysoftware/infrastructure/mapper/FieldPkgDOMapper.java +++ b/src/main/java/com/easysoftware/infrastructure/mapper/FieldPkgDOMapper.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/com/easysoftware/infrastructure/mapper/OperationConfigDOMapper.java b/src/main/java/com/easysoftware/infrastructure/mapper/OperationConfigDOMapper.java index 3fc2b22a60a3138e80c098cd00f8d21a327112f0..3e6d14fcf7ca4e75cf753d4a9d50328d4760aed0 100644 --- a/src/main/java/com/easysoftware/infrastructure/mapper/OperationConfigDOMapper.java +++ b/src/main/java/com/easysoftware/infrastructure/mapper/OperationConfigDOMapper.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/com/easysoftware/infrastructure/mapper/RPMPackageDOMapper.java b/src/main/java/com/easysoftware/infrastructure/mapper/RPMPackageDOMapper.java index 6a0d23809a5250c02e19a63d0455365cca18da7b..b953399a9200b4619d1b84ef8f0c3333ff8bb82f 100644 --- a/src/main/java/com/easysoftware/infrastructure/mapper/RPMPackageDOMapper.java +++ b/src/main/java/com/easysoftware/infrastructure/mapper/RPMPackageDOMapper.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/com/easysoftware/infrastructure/operationconfig/gatewayimpl/OperationConfigGatewayImpl.java b/src/main/java/com/easysoftware/infrastructure/operationconfig/gatewayimpl/OperationConfigGatewayImpl.java index cefb32e3112eb4b61d114045d3bf9958325ca2ff..91786897ca35eda48967c1220853bd5267e0b58f 100644 --- a/src/main/java/com/easysoftware/infrastructure/operationconfig/gatewayimpl/OperationConfigGatewayImpl.java +++ b/src/main/java/com/easysoftware/infrastructure/operationconfig/gatewayimpl/OperationConfigGatewayImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.operationconfig.gatewayimpl; import com.easysoftware.application.operationconfig.vo.OperationConfigVo; diff --git a/src/main/java/com/easysoftware/infrastructure/operationconfig/gatewayimpl/converter/OperationConfigConverter.java b/src/main/java/com/easysoftware/infrastructure/operationconfig/gatewayimpl/converter/OperationConfigConverter.java index bb05b874fd41f5cce251f2b191b7b5d27e8af653..bf6cb878d633c184b6396805a57ba4e668cc0eee 100644 --- a/src/main/java/com/easysoftware/infrastructure/operationconfig/gatewayimpl/converter/OperationConfigConverter.java +++ b/src/main/java/com/easysoftware/infrastructure/operationconfig/gatewayimpl/converter/OperationConfigConverter.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.operationconfig.gatewayimpl.converter; import com.easysoftware.application.operationconfig.vo.OperationConfigVo; diff --git a/src/main/java/com/easysoftware/infrastructure/operationconfig/gatewayimpl/dataobject/OperationConfigDO.java b/src/main/java/com/easysoftware/infrastructure/operationconfig/gatewayimpl/dataobject/OperationConfigDO.java index 9555b77c8f1f9192cc91b25148e7b6f87f566e4a..2ac4361a723076f5e5b2f4d670d7cf6dc4885264 100644 --- a/src/main/java/com/easysoftware/infrastructure/operationconfig/gatewayimpl/dataobject/OperationConfigDO.java +++ b/src/main/java/com/easysoftware/infrastructure/operationconfig/gatewayimpl/dataobject/OperationConfigDO.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.operationconfig.gatewayimpl.dataobject; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/com/easysoftware/infrastructure/rpmpackage/gatewayimpl/RPMPackageGatewayImpl.java b/src/main/java/com/easysoftware/infrastructure/rpmpackage/gatewayimpl/RPMPackageGatewayImpl.java index 00a6891c68e8f4131882efdec9b435860960b814..ae278d4a92a335945c451aae0f776a8eed8cf5ff 100644 --- a/src/main/java/com/easysoftware/infrastructure/rpmpackage/gatewayimpl/RPMPackageGatewayImpl.java +++ b/src/main/java/com/easysoftware/infrastructure/rpmpackage/gatewayimpl/RPMPackageGatewayImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.rpmpackage.gatewayimpl; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; diff --git a/src/main/java/com/easysoftware/infrastructure/rpmpackage/gatewayimpl/converter/RPMPackageConverter.java b/src/main/java/com/easysoftware/infrastructure/rpmpackage/gatewayimpl/converter/RPMPackageConverter.java index 6081186bee0cbf2c4a70715b0598462df6e03cf3..6e16e16ae53adf6be00f3ea26a5cf3c4aecffcfc 100644 --- a/src/main/java/com/easysoftware/infrastructure/rpmpackage/gatewayimpl/converter/RPMPackageConverter.java +++ b/src/main/java/com/easysoftware/infrastructure/rpmpackage/gatewayimpl/converter/RPMPackageConverter.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.rpmpackage.gatewayimpl.converter; import com.easysoftware.application.rpmpackage.vo.RPMPackageDetailVo; diff --git a/src/main/java/com/easysoftware/infrastructure/rpmpackage/gatewayimpl/dataobject/RPMPackageDO.java b/src/main/java/com/easysoftware/infrastructure/rpmpackage/gatewayimpl/dataobject/RPMPackageDO.java index a28fdb3b314ced61106cd580ef98f0981c50e885..b7e34253c3a8672440a237798716610129d909aa 100644 --- a/src/main/java/com/easysoftware/infrastructure/rpmpackage/gatewayimpl/dataobject/RPMPackageDO.java +++ b/src/main/java/com/easysoftware/infrastructure/rpmpackage/gatewayimpl/dataobject/RPMPackageDO.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.infrastructure.rpmpackage.gatewayimpl.dataobject; import com.baomidou.mybatisplus.annotation.TableId; diff --git a/src/main/java/com/easysoftware/init/ApplicationRunnerStart.java b/src/main/java/com/easysoftware/init/ApplicationRunnerStart.java index 24e165625a55b7fa56c342a350cef49ff113a47f..5b11f3aa67afc888758614cf9253a5cc783ee93f 100644 --- a/src/main/java/com/easysoftware/init/ApplicationRunnerStart.java +++ b/src/main/java/com/easysoftware/init/ApplicationRunnerStart.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.init; import com.baomidou.mybatisplus.core.toolkit.StringUtils; diff --git a/src/main/java/com/easysoftware/ranking/Ranker.java b/src/main/java/com/easysoftware/ranking/Ranker.java index 72d8a6eba7f26423a18cc47c49be4550b433b61e..e2d8af06b88a27c3857496de397e177af6556348 100644 --- a/src/main/java/com/easysoftware/ranking/Ranker.java +++ b/src/main/java/com/easysoftware/ranking/Ranker.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.ranking; import java.util.Map; diff --git a/src/main/java/com/easysoftware/ranking/RankerImpl.java b/src/main/java/com/easysoftware/ranking/RankerImpl.java index ac1a64484e2f84e3af8d8b39310f49f4bf3f332e..5b9e680760a7956d62df8ffc4e6326a6464ad140 100644 --- a/src/main/java/com/easysoftware/ranking/RankerImpl.java +++ b/src/main/java/com/easysoftware/ranking/RankerImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.ranking; import org.springframework.beans.factory.annotation.Autowired; diff --git a/src/main/java/com/easysoftware/redis/JasonResponse.java b/src/main/java/com/easysoftware/redis/JasonResponse.java index 08ce5ede8d27b6ed667ffe9ba654bbf4ff3bdd87..5e6d8c50945f5d3a3c171568ceffdc50ae4a3b06 100644 --- a/src/main/java/com/easysoftware/redis/JasonResponse.java +++ b/src/main/java/com/easysoftware/redis/JasonResponse.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.redis; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/src/main/java/com/easysoftware/redis/RedisGateway.java b/src/main/java/com/easysoftware/redis/RedisGateway.java index 98147b739f556cc38f2ad5ee4ad203a599021f78..a6d0dbde36dbfdc677bdc74bbc65e6c33a2b3b0b 100644 --- a/src/main/java/com/easysoftware/redis/RedisGateway.java +++ b/src/main/java/com/easysoftware/redis/RedisGateway.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.redis; import org.springframework.beans.factory.annotation.Autowired; diff --git a/src/main/java/com/easysoftware/redis/RedisService.java b/src/main/java/com/easysoftware/redis/RedisService.java index 56778c45ae3fff53cd622951720981ccef5f2933..c1b01f3b18a9b11f4cfcdd5ebfd1cd0efdd24021 100644 --- a/src/main/java/com/easysoftware/redis/RedisService.java +++ b/src/main/java/com/easysoftware/redis/RedisService.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.redis; import org.springframework.http.ResponseEntity; diff --git a/src/main/java/com/easysoftware/redis/RedisServiceImpl.java b/src/main/java/com/easysoftware/redis/RedisServiceImpl.java index ed7ef59745952ec0b8235d61edcb7a343c6f0783..54209e14027cecc4144d589bc7a75d73271c10c5 100644 --- a/src/main/java/com/easysoftware/redis/RedisServiceImpl.java +++ b/src/main/java/com/easysoftware/redis/RedisServiceImpl.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.redis; diff --git a/src/main/java/com/easysoftware/redis/RedisUtil.java b/src/main/java/com/easysoftware/redis/RedisUtil.java index 0874ce8b1d90b7814c641128a42a67a8f86cc4e8..e8e320e342493bbd6399cb20f6e0c6d92c54f65a 100644 --- a/src/main/java/com/easysoftware/redis/RedisUtil.java +++ b/src/main/java/com/easysoftware/redis/RedisUtil.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.redis; import com.easysoftware.common.entity.MessageCode; diff --git a/src/test/java/com/easysoftware/EasysoftwareApplicationTests.java b/src/test/java/com/easysoftware/EasysoftwareApplicationTests.java index 0602822173a12a62052fe56f684dd6fd7f21bbbf..a213a05f106bbc1756f64d8bf2b0f085e5eee773 100644 --- a/src/test/java/com/easysoftware/EasysoftwareApplicationTests.java +++ b/src/test/java/com/easysoftware/EasysoftwareApplicationTests.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware; import org.junit.jupiter.api.Test; diff --git a/src/test/java/com/easysoftware/adapter/common/DatabaseExceptionTest.java b/src/test/java/com/easysoftware/adapter/common/DatabaseExceptionTest.java index bfb4d22f36ad3989efed9f68bbab8317e51ba958..20c5d87e6ce811b95166afce109431dc097c0a9d 100644 --- a/src/test/java/com/easysoftware/adapter/common/DatabaseExceptionTest.java +++ b/src/test/java/com/easysoftware/adapter/common/DatabaseExceptionTest.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.adapter.common; import static org.junit.Assert.assertThrows; diff --git a/src/test/java/com/easysoftware/adapter/execute/RedisExecuteAdapterTest.java b/src/test/java/com/easysoftware/adapter/execute/RedisExecuteAdapterTest.java index 3eca42e594246634ae292381db6417a4731dbeed..5d8807be8cd9c024ae2fecf0e57521f3217a3001 100644 --- a/src/test/java/com/easysoftware/adapter/execute/RedisExecuteAdapterTest.java +++ b/src/test/java/com/easysoftware/adapter/execute/RedisExecuteAdapterTest.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.adapter.execute; import static org.junit.jupiter.api.Assertions.assertEquals; diff --git a/src/test/java/com/easysoftware/adapter/query/ApplicationPackageQueryAdapterTest.java b/src/test/java/com/easysoftware/adapter/query/ApplicationPackageQueryAdapterTest.java index ed5ccc027c2842ab927cf67f4034d270563b43e0..7c04f071032f3c1f744b14b3c24da2cbcd071d33 100644 --- a/src/test/java/com/easysoftware/adapter/query/ApplicationPackageQueryAdapterTest.java +++ b/src/test/java/com/easysoftware/adapter/query/ApplicationPackageQueryAdapterTest.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.adapter.query; import org.junit.jupiter.api.BeforeEach; diff --git a/src/test/java/com/easysoftware/adapter/query/ApplicationVersionQueryAdapterTest.java b/src/test/java/com/easysoftware/adapter/query/ApplicationVersionQueryAdapterTest.java index f44c75e2540047105ef0996caed616508ff870f1..2200df303a9eab689ce9ba69578154c7d05e77eb 100644 --- a/src/test/java/com/easysoftware/adapter/query/ApplicationVersionQueryAdapterTest.java +++ b/src/test/java/com/easysoftware/adapter/query/ApplicationVersionQueryAdapterTest.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.adapter.query; import java.util.ArrayList; diff --git a/src/test/java/com/easysoftware/adapter/query/DomainPackageQueryAdapterTest.java b/src/test/java/com/easysoftware/adapter/query/DomainPackageQueryAdapterTest.java index c087d2482726e34f7bef00ace8d7f190fc33a4c8..1b79d9997ca00ef42b5e89fc3fae0825206cc979 100644 --- a/src/test/java/com/easysoftware/adapter/query/DomainPackageQueryAdapterTest.java +++ b/src/test/java/com/easysoftware/adapter/query/DomainPackageQueryAdapterTest.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.adapter.query; import static org.junit.Assert.assertThat; diff --git a/src/test/java/com/easysoftware/adapter/query/EPKGPackageQueryAdapterTest.java b/src/test/java/com/easysoftware/adapter/query/EPKGPackageQueryAdapterTest.java index db8273f0ae6e1d0781ffdd1683307a2f62e8a695..43c90315905bf762618dc72a77ea50822933e507 100644 --- a/src/test/java/com/easysoftware/adapter/query/EPKGPackageQueryAdapterTest.java +++ b/src/test/java/com/easysoftware/adapter/query/EPKGPackageQueryAdapterTest.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.adapter.query; import org.junit.jupiter.api.BeforeEach; diff --git a/src/test/java/com/easysoftware/adapter/query/RPMPackageQueryAdapterTest.java b/src/test/java/com/easysoftware/adapter/query/RPMPackageQueryAdapterTest.java index bb1de7910c1672d29229e67d9a962865737ff0de..e2622bc2ae79f87a3e349a3b2800de70bf23772e 100644 --- a/src/test/java/com/easysoftware/adapter/query/RPMPackageQueryAdapterTest.java +++ b/src/test/java/com/easysoftware/adapter/query/RPMPackageQueryAdapterTest.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.adapter.query; import static org.junit.Assert.assertTrue; diff --git a/src/test/java/com/easysoftware/common/utils/CommonUtil.java b/src/test/java/com/easysoftware/common/utils/CommonUtil.java index 9bcaac2eee032d87a1d5701b625e7b157262de53..e71528f97001c9149a055e25ded5776f20b63910 100644 --- a/src/test/java/com/easysoftware/common/utils/CommonUtil.java +++ b/src/test/java/com/easysoftware/common/utils/CommonUtil.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.common.utils; import static org.junit.Assert.assertNotNull; diff --git a/src/test/java/com/easysoftware/domain/operationconfig/gateway/OperationConfigGatewayTest.java b/src/test/java/com/easysoftware/domain/operationconfig/gateway/OperationConfigGatewayTest.java index 0e253d223a5e0fecf876454f7cf6f45ab9018984..263a3a8eeb3a8f28cf72c370601b1e8b07f16a0c 100644 --- a/src/test/java/com/easysoftware/domain/operationconfig/gateway/OperationConfigGatewayTest.java +++ b/src/test/java/com/easysoftware/domain/operationconfig/gateway/OperationConfigGatewayTest.java @@ -1,3 +1,14 @@ +/* Copyright (c) 2024 openEuler Community + EasySoftwareService is licensed under the Mulan PSL v2. + You can use this software according to the terms and conditions of the Mulan PSL v2. + You may obtain a copy of Mulan PSL v2 at: + http://license.coscl.org.cn/MulanPSL2 + THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + See the Mulan PSL v2 for more details. +*/ + package com.easysoftware.domain.operationconfig.gateway; import static org.junit.Assert.assertTrue;