From 40e26012496251dcdb11616f295176cbe4fdbcab Mon Sep 17 00:00:00 2001 From: guozhiqi Date: Mon, 10 Jul 2023 12:56:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0copyright?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FormProjectCacheRepositoryTest.java | 16 +++++++++++ .../LocalServerPathGeneratorTest.java | 16 +++++++++++ .../service/ScriptCacheServiceImpTest.java | 16 +++++++++++ .../ScriptCacheContentEncryptTest.java | 16 +++++++++++ .../api/entity/GspAppConfigTest.java | 16 +++++++++++ .../inspur/edp/web/common/OSHelperTest.java | 16 +++++++++++ .../web/common/entity/TerminalTypeTest.java | 16 +++++++++++ .../ExecuteEnvironmentCheckerTest.java | 16 +++++++++++ .../edp/web/common/io/FileUtilityTest.java | 16 +++++++++++ .../edp/web/common/logger/WebLoggerTest.java | 16 +++++++++++ .../utility/CommandLineUtilityTest.java | 16 +++++++++++ .../utility/OperatingSystemUtilityTest.java | 16 +++++++++++ .../web/common/utility/RandomUtilityTest.java | 16 +++++++++++ .../web/common/utility/StringUtilityTest.java | 16 +++++++++++ .../core/api/entity/FormFieldInfo.java | 16 +++++++++++ .../core/api/entity/FormFilterInfo.java | 16 +++++++++++ .../core/api/entity/FormTableInfo.java | 16 +++++++++++ .../core/api/entity/FormTableInfoTest.java | 28 +++++++++---------- .../dynamicform/AngularJsonFileGenerator.java | 28 +++++++++---------- .../AppComponentTsFileContentGenerator.java | 28 +++++++++---------- .../AppModuleTsFileContentGenerator.java | 28 +++++++++---------- .../TsConfigAppJsonFileGeneratoe.java | 28 +++++++++---------- .../TsConfigAppJsonFileGenerator.java | 28 +++++++++---------- .../htmltemplate/HtmlTemplateConstants.java | 28 +++++++++---------- .../htmltemplate/HtmlTemplateEntity.java | 28 +++++++++---------- .../htmltemplate/HtmlTemplateGenerator.java | 28 +++++++++---------- .../htmltemplate/HtmlTemplateManager.java | 28 +++++++++---------- .../AbstractHtmlTemplateExtractor.java | 28 +++++++++---------- .../DataGridHtmlTemplateExtractor.java | 28 +++++++++---------- .../GridFieldHtmlTemplateExtractor.java | 28 +++++++++---------- .../HtmlTemplateExtractorMap.java | 28 +++++++++---------- .../HtmlTemplateHtmlTemplateExtractor.java | 28 +++++++++---------- .../HtmlTemplateManager.java | 28 +++++++++---------- .../IHtmlTemplateExtractor.java | 28 +++++++++---------- .../ListViewHtmlTemplateExtractor.java | 28 +++++++++---------- .../SectionHtmlTemplateExtractor.java | 28 +++++++++---------- .../web/jitengine/JITEngineManagerTest.java | 16 +++++++++++ .../ExpressionFormGeneratorTest.java | 16 +++++++++++ .../expressions/SystemVariableTest.java | 16 +++++++++++ .../CommandServiceAnalysisTest.java | 16 +++++++++++ .../NpmPacakgeWebServiceImplTest.java | 16 +++++++++++ ...ormRelateMetadataInDesignParameterDto.java | 16 +++++++++++ .../FormRelateMetadataInDesignResultDto.java | 16 +++++++++++ .../api/dto/RelateMetadataTypeDto.java | 16 +++++++++++ .../api/dto/RelateMetadataTypeEnum.java | 16 +++++++++++ .../formresource/FormResourceManager.java | 16 +++++++++++ .../ModelToolbarI18nResourceStrategy.java | 28 +++++++++---------- .../AbstractMetadataAnalysis.java | 16 +++++++++++ .../MetadataManagerParameter.java | 16 +++++++++++ .../service/FormRelateMetadataService.java | 16 +++++++++++ .../i18n/FormMetadataI18nServiceTest.java | 16 +++++++++++ .../formmetadata/i18n/HtmlTemplateTest.java | 16 +++++++++++ .../HtmlTemplateI18nResourceStrategyTest.java | 16 +++++++++++ ...mMetadataCreateLicControlListenerTest.java | 16 +++++++++++ .../FormMetadataCmdManagerTest.java | 16 +++++++++++ .../FormMetadataReplicatorTest.java | 16 +++++++++++ .../replication/MetadataCloneManagerTest.java | 16 +++++++++++ .../FormMetadataContentSerializerTest.java | 16 +++++++++++ .../FormMetadataWebServiceImplTest.java | 16 +++++++++++ web-formconfig-api/pom.xml | 24 ++++++++-------- .../web/formconfig/api/dto/FormConfig.java | 28 +++++++++---------- .../formconfig/api/dto/FormConfigItem.java | 28 +++++++++---------- .../api/service/FormConfigService.java | 28 +++++++++---------- .../api/webservice/FormConfigWebService.java | 28 +++++++++---------- web-formconfig-core/pom.xml | 24 ++++++++-------- .../core/config/FormConfigConfiguration.java | 28 +++++++++---------- .../core/entity/FormConfigEntity.java | 28 +++++++++---------- .../core/repository/FormConfigRepository.java | 28 +++++++++---------- .../core/service/FormConfigServiceImpl.java | 28 +++++++++---------- .../webservice/FormConfigWebServiceImpl.java | 28 +++++++++---------- .../entity/IdeConfigEntity.java | 28 +++++++++---------- .../entity/IdeConfigEntityTest.java | 28 +++++++++---------- .../debuguri/FormMetadataDebugUri.java | 16 +++++++++++ .../deploy/FrontMetadataDeployer.java | 16 +++++++++++ .../deploy/ProjectDeployerForBabel.java | 16 +++++++++++ .../deploy/ProjectDeployerToPublish.java | 16 +++++++++++ .../FrontendProjectGenerateForBabel.java | 16 +++++++++++ .../projectinfo/ProjectInfoManager.java | 16 +++++++++++ .../deploy/AbstractDeployOperation.java | 16 +++++++++++ .../operation/deploy/IDeployOperation.java | 16 +++++++++++ .../deploy/MobileDeployOperation.java | 16 +++++++++++ .../operation/deploy/PCDeployOperation.java | 16 +++++++++++ .../deploy/SourceCodeDeployManager.java | 16 +++++++++++ .../api/service/NpmPackageInstallService.java | 16 +++++++++++ .../api/service/NpmPackageService.java | 16 +++++++++++ .../core/service/TsFileServiceImplTest.java | 16 +++++++++++ 86 files changed, 1273 insertions(+), 491 deletions(-) diff --git a/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/domain/repository/FormProjectCacheRepositoryTest.java b/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/domain/repository/FormProjectCacheRepositoryTest.java index 63592c0c..c8eb2dee 100644 --- a/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/domain/repository/FormProjectCacheRepositoryTest.java +++ b/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/domain/repository/FormProjectCacheRepositoryTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.jitruntimebuild.scriptcache.domain.repository; import org.junit.Test; diff --git a/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/localserver/LocalServerPathGeneratorTest.java b/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/localserver/LocalServerPathGeneratorTest.java index ae0c2764..809731dd 100644 --- a/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/localserver/LocalServerPathGeneratorTest.java +++ b/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/localserver/LocalServerPathGeneratorTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.jitruntimebuild.scriptcache.localserver; import com.inspur.edp.web.common.io.FileUtility; diff --git a/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/service/ScriptCacheServiceImpTest.java b/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/service/ScriptCacheServiceImpTest.java index 0014127a..e5bceb27 100644 --- a/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/service/ScriptCacheServiceImpTest.java +++ b/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/service/ScriptCacheServiceImpTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.jitruntimebuild.scriptcache.service; import org.junit.Assert; diff --git a/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/utility/ScriptCacheContentEncryptTest.java b/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/utility/ScriptCacheContentEncryptTest.java index be2c2247..f74dfe8b 100644 --- a/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/utility/ScriptCacheContentEncryptTest.java +++ b/runtime-scriptcache/src/test/java/com/inspur/edp/web/jitruntimebuild/scriptcache/utility/ScriptCacheContentEncryptTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.jitruntimebuild.scriptcache.utility; import com.inspur.edp.web.common.encrypt.EncryptUtility; diff --git a/web-appconfig-core/src/test/java/com/inspur/edp/web/appconfig/api/entity/GspAppConfigTest.java b/web-appconfig-core/src/test/java/com/inspur/edp/web/appconfig/api/entity/GspAppConfigTest.java index 983144b1..32f32581 100644 --- a/web-appconfig-core/src/test/java/com/inspur/edp/web/appconfig/api/entity/GspAppConfigTest.java +++ b/web-appconfig-core/src/test/java/com/inspur/edp/web/appconfig/api/entity/GspAppConfigTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.appconfig.api.entity; import org.junit.Test; diff --git a/web-common/src/test/java/com/inspur/edp/web/common/OSHelperTest.java b/web-common/src/test/java/com/inspur/edp/web/common/OSHelperTest.java index 16058036..28fb206f 100644 --- a/web-common/src/test/java/com/inspur/edp/web/common/OSHelperTest.java +++ b/web-common/src/test/java/com/inspur/edp/web/common/OSHelperTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.common; import com.inspur.edp.web.common.utility.OperatingSystemUtility; diff --git a/web-common/src/test/java/com/inspur/edp/web/common/entity/TerminalTypeTest.java b/web-common/src/test/java/com/inspur/edp/web/common/entity/TerminalTypeTest.java index 261b1a2d..497b619d 100644 --- a/web-common/src/test/java/com/inspur/edp/web/common/entity/TerminalTypeTest.java +++ b/web-common/src/test/java/com/inspur/edp/web/common/entity/TerminalTypeTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.common.entity; import org.junit.Test; diff --git a/web-common/src/test/java/com/inspur/edp/web/common/environment/checker/ExecuteEnvironmentCheckerTest.java b/web-common/src/test/java/com/inspur/edp/web/common/environment/checker/ExecuteEnvironmentCheckerTest.java index c566a205..038961f0 100644 --- a/web-common/src/test/java/com/inspur/edp/web/common/environment/checker/ExecuteEnvironmentCheckerTest.java +++ b/web-common/src/test/java/com/inspur/edp/web/common/environment/checker/ExecuteEnvironmentCheckerTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.common.environment.checker; import org.junit.Test; diff --git a/web-common/src/test/java/com/inspur/edp/web/common/io/FileUtilityTest.java b/web-common/src/test/java/com/inspur/edp/web/common/io/FileUtilityTest.java index df5c77ab..cac7c0a3 100644 --- a/web-common/src/test/java/com/inspur/edp/web/common/io/FileUtilityTest.java +++ b/web-common/src/test/java/com/inspur/edp/web/common/io/FileUtilityTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.common.io; import org.junit.Assert; diff --git a/web-common/src/test/java/com/inspur/edp/web/common/logger/WebLoggerTest.java b/web-common/src/test/java/com/inspur/edp/web/common/logger/WebLoggerTest.java index 8e526a58..13623edd 100644 --- a/web-common/src/test/java/com/inspur/edp/web/common/logger/WebLoggerTest.java +++ b/web-common/src/test/java/com/inspur/edp/web/common/logger/WebLoggerTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.common.logger; import org.junit.Before; diff --git a/web-common/src/test/java/com/inspur/edp/web/common/utility/CommandLineUtilityTest.java b/web-common/src/test/java/com/inspur/edp/web/common/utility/CommandLineUtilityTest.java index e5ebc2ac..5190eb0d 100644 --- a/web-common/src/test/java/com/inspur/edp/web/common/utility/CommandLineUtilityTest.java +++ b/web-common/src/test/java/com/inspur/edp/web/common/utility/CommandLineUtilityTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.common.utility; import org.junit.Test; diff --git a/web-common/src/test/java/com/inspur/edp/web/common/utility/OperatingSystemUtilityTest.java b/web-common/src/test/java/com/inspur/edp/web/common/utility/OperatingSystemUtilityTest.java index 8f22a377..95805488 100644 --- a/web-common/src/test/java/com/inspur/edp/web/common/utility/OperatingSystemUtilityTest.java +++ b/web-common/src/test/java/com/inspur/edp/web/common/utility/OperatingSystemUtilityTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.common.utility; import junit.framework.TestCase; diff --git a/web-common/src/test/java/com/inspur/edp/web/common/utility/RandomUtilityTest.java b/web-common/src/test/java/com/inspur/edp/web/common/utility/RandomUtilityTest.java index 88577400..1619f3d4 100644 --- a/web-common/src/test/java/com/inspur/edp/web/common/utility/RandomUtilityTest.java +++ b/web-common/src/test/java/com/inspur/edp/web/common/utility/RandomUtilityTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.common.utility; import org.junit.Test; diff --git a/web-common/src/test/java/com/inspur/edp/web/common/utility/StringUtilityTest.java b/web-common/src/test/java/com/inspur/edp/web/common/utility/StringUtilityTest.java index 0cb96e1e..ae6f02b4 100644 --- a/web-common/src/test/java/com/inspur/edp/web/common/utility/StringUtilityTest.java +++ b/web-common/src/test/java/com/inspur/edp/web/common/utility/StringUtilityTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.common.utility; import org.junit.Assert; diff --git a/web-dynamic-form-api/src/main/java/com/inspur/edp/web/dynamicform/core/api/entity/FormFieldInfo.java b/web-dynamic-form-api/src/main/java/com/inspur/edp/web/dynamicform/core/api/entity/FormFieldInfo.java index f7688ac5..facf9e34 100644 --- a/web-dynamic-form-api/src/main/java/com/inspur/edp/web/dynamicform/core/api/entity/FormFieldInfo.java +++ b/web-dynamic-form-api/src/main/java/com/inspur/edp/web/dynamicform/core/api/entity/FormFieldInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.dynamicform.core.api.entity; import lombok.Data; diff --git a/web-dynamic-form-api/src/main/java/com/inspur/edp/web/dynamicform/core/api/entity/FormFilterInfo.java b/web-dynamic-form-api/src/main/java/com/inspur/edp/web/dynamicform/core/api/entity/FormFilterInfo.java index effec8e0..e5185ba3 100644 --- a/web-dynamic-form-api/src/main/java/com/inspur/edp/web/dynamicform/core/api/entity/FormFilterInfo.java +++ b/web-dynamic-form-api/src/main/java/com/inspur/edp/web/dynamicform/core/api/entity/FormFilterInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.dynamicform.core.api.entity; import java.util.ArrayList; diff --git a/web-dynamic-form-api/src/main/java/com/inspur/edp/web/dynamicform/core/api/entity/FormTableInfo.java b/web-dynamic-form-api/src/main/java/com/inspur/edp/web/dynamicform/core/api/entity/FormTableInfo.java index d9a697fe..6d0affcd 100644 --- a/web-dynamic-form-api/src/main/java/com/inspur/edp/web/dynamicform/core/api/entity/FormTableInfo.java +++ b/web-dynamic-form-api/src/main/java/com/inspur/edp/web/dynamicform/core/api/entity/FormTableInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.dynamicform.core.api.entity; import java.util.ArrayList; diff --git a/web-dynamic-form-api/src/test/java/com/inspur/edp/web/dynamicform/core/api/entity/FormTableInfoTest.java b/web-dynamic-form-api/src/test/java/com/inspur/edp/web/dynamicform/core/api/entity/FormTableInfoTest.java index 71e642ba..34383902 100644 --- a/web-dynamic-form-api/src/test/java/com/inspur/edp/web/dynamicform/core/api/entity/FormTableInfoTest.java +++ b/web-dynamic-form-api/src/test/java/com/inspur/edp/web/dynamicform/core/api/entity/FormTableInfoTest.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.dynamicform.core.api.entity; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/AngularJsonFileGenerator.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/AngularJsonFileGenerator.java index d4c9f5d4..f73dbed3 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/AngularJsonFileGenerator.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/AngularJsonFileGenerator.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/AppComponentTsFileContentGenerator.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/AppComponentTsFileContentGenerator.java index 3654f0a4..5c7d8668 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/AppComponentTsFileContentGenerator.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/AppComponentTsFileContentGenerator.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/AppModuleTsFileContentGenerator.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/AppModuleTsFileContentGenerator.java index a480186f..b62b27e0 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/AppModuleTsFileContentGenerator.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/AppModuleTsFileContentGenerator.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/TsConfigAppJsonFileGeneratoe.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/TsConfigAppJsonFileGeneratoe.java index 52340927..7a1f23f4 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/TsConfigAppJsonFileGeneratoe.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/TsConfigAppJsonFileGeneratoe.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/TsConfigAppJsonFileGenerator.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/TsConfigAppJsonFileGenerator.java index e87a013f..e212fe31 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/TsConfigAppJsonFileGenerator.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/TsConfigAppJsonFileGenerator.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateConstants.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateConstants.java index 5b214412..36d35880 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateConstants.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateConstants.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform.htmltemplate; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateEntity.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateEntity.java index 0ccce2ab..90a4debb 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateEntity.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateEntity.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform.htmltemplate; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateGenerator.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateGenerator.java index dd01b49b..6a12888d 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateGenerator.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateGenerator.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform.htmltemplate; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateManager.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateManager.java index 828c3b59..93498494 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateManager.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/HtmlTemplateManager.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform.htmltemplate; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/AbstractHtmlTemplateExtractor.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/AbstractHtmlTemplateExtractor.java index ee11dd83..4e0a8c43 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/AbstractHtmlTemplateExtractor.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/AbstractHtmlTemplateExtractor.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform.htmltemplate.htmltemplateextractor; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/DataGridHtmlTemplateExtractor.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/DataGridHtmlTemplateExtractor.java index c9a92f51..aff654d4 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/DataGridHtmlTemplateExtractor.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/DataGridHtmlTemplateExtractor.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform.htmltemplate.htmltemplateextractor; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/GridFieldHtmlTemplateExtractor.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/GridFieldHtmlTemplateExtractor.java index 9405bd7e..6e4339c7 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/GridFieldHtmlTemplateExtractor.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/GridFieldHtmlTemplateExtractor.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform.htmltemplate.htmltemplateextractor; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/HtmlTemplateExtractorMap.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/HtmlTemplateExtractorMap.java index f98b6409..3a61e2f9 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/HtmlTemplateExtractorMap.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/HtmlTemplateExtractorMap.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform.htmltemplate.htmltemplateextractor; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/HtmlTemplateHtmlTemplateExtractor.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/HtmlTemplateHtmlTemplateExtractor.java index 5a69d9fc..32fd548a 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/HtmlTemplateHtmlTemplateExtractor.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/HtmlTemplateHtmlTemplateExtractor.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform.htmltemplate.htmltemplateextractor; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/HtmlTemplateManager.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/HtmlTemplateManager.java index 60e075a3..5e0a9341 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/HtmlTemplateManager.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/HtmlTemplateManager.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform.htmltemplate.htmltemplateextractor; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/IHtmlTemplateExtractor.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/IHtmlTemplateExtractor.java index a934b8ec..daa5fcdc 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/IHtmlTemplateExtractor.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/IHtmlTemplateExtractor.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform.htmltemplate.htmltemplateextractor; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/ListViewHtmlTemplateExtractor.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/ListViewHtmlTemplateExtractor.java index fd0c4de8..9b161a79 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/ListViewHtmlTemplateExtractor.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/ListViewHtmlTemplateExtractor.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform.htmltemplate.htmltemplateextractor; diff --git a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/SectionHtmlTemplateExtractor.java b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/SectionHtmlTemplateExtractor.java index f8d232b6..f4e0b0fd 100644 --- a/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/SectionHtmlTemplateExtractor.java +++ b/web-form-jitengine/src/main/java/com/inspur/edp/web/jitengine/dynamicform/htmltemplate/htmltemplateextractor/SectionHtmlTemplateExtractor.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.jitengine.dynamicform.htmltemplate.htmltemplateextractor; diff --git a/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/JITEngineManagerTest.java b/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/JITEngineManagerTest.java index 90ee78c2..a9a331cd 100644 --- a/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/JITEngineManagerTest.java +++ b/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/JITEngineManagerTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.jitengine; import org.junit.Test; diff --git a/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/expressions/ExpressionFormGeneratorTest.java b/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/expressions/ExpressionFormGeneratorTest.java index 3c31d3b5..d7e545a4 100644 --- a/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/expressions/ExpressionFormGeneratorTest.java +++ b/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/expressions/ExpressionFormGeneratorTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.jitengine.expressions; import com.inspur.edp.web.common.io.FileUtility; diff --git a/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/expressions/SystemVariableTest.java b/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/expressions/SystemVariableTest.java index 7116bdfa..6819bb44 100644 --- a/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/expressions/SystemVariableTest.java +++ b/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/expressions/SystemVariableTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.jitengine.expressions; import org.junit.Test; diff --git a/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/metadataanalysis/CommandServiceAnalysisTest.java b/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/metadataanalysis/CommandServiceAnalysisTest.java index faef2e38..f3b68bc9 100644 --- a/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/metadataanalysis/CommandServiceAnalysisTest.java +++ b/web-form-jitengine/src/test/java/com/inspur/edp/web/jitengine/metadataanalysis/CommandServiceAnalysisTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.jitengine.metadataanalysis; import com.inspur.edp.web.common.io.FileUtility; diff --git a/web-form-jitengine/src/test/java/com/inspur/edp/web/npmpackage/core/webservice/NpmPacakgeWebServiceImplTest.java b/web-form-jitengine/src/test/java/com/inspur/edp/web/npmpackage/core/webservice/NpmPacakgeWebServiceImplTest.java index cf78c9f8..28aaefd0 100644 --- a/web-form-jitengine/src/test/java/com/inspur/edp/web/npmpackage/core/webservice/NpmPacakgeWebServiceImplTest.java +++ b/web-form-jitengine/src/test/java/com/inspur/edp/web/npmpackage/core/webservice/NpmPacakgeWebServiceImplTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.npmpackage.core.webservice; import org.junit.jupiter.api.Test; diff --git a/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/FormRelateMetadataInDesignParameterDto.java b/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/FormRelateMetadataInDesignParameterDto.java index a07e3dc3..3ea9c2a4 100644 --- a/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/FormRelateMetadataInDesignParameterDto.java +++ b/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/FormRelateMetadataInDesignParameterDto.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.api.dto; import com.inspur.edp.web.common.environment.ExecuteEnvironment; diff --git a/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/FormRelateMetadataInDesignResultDto.java b/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/FormRelateMetadataInDesignResultDto.java index 85c97f59..bd9cb025 100644 --- a/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/FormRelateMetadataInDesignResultDto.java +++ b/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/FormRelateMetadataInDesignResultDto.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.api.dto; import com.inspur.edp.lcm.metadata.api.IMetadataContent; diff --git a/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/RelateMetadataTypeDto.java b/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/RelateMetadataTypeDto.java index a7859496..a9946195 100644 --- a/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/RelateMetadataTypeDto.java +++ b/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/RelateMetadataTypeDto.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /** * 待获取的关联元数据类型 * 增加此参数的目的是为了限定关联元数据获取范围 diff --git a/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/RelateMetadataTypeEnum.java b/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/RelateMetadataTypeEnum.java index e94c6c49..a3344387 100644 --- a/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/RelateMetadataTypeEnum.java +++ b/web-form-metadata-api/src/main/java/com/inspur/edp/web/formmetadata/api/dto/RelateMetadataTypeEnum.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.api.dto; /** diff --git a/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/formresource/FormResourceManager.java b/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/formresource/FormResourceManager.java index 8cfa3102..35322de5 100644 --- a/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/formresource/FormResourceManager.java +++ b/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/formresource/FormResourceManager.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.formresource; import com.inspur.edp.i18n.resource.api.II18nResourceDTManager; diff --git a/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/i18n/component/strategy/i18nresourcestrategy/ModelToolbarI18nResourceStrategy.java b/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/i18n/component/strategy/i18nresourcestrategy/ModelToolbarI18nResourceStrategy.java index c4a03128..679e052b 100644 --- a/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/i18n/component/strategy/i18nresourcestrategy/ModelToolbarI18nResourceStrategy.java +++ b/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/i18n/component/strategy/i18nresourcestrategy/ModelToolbarI18nResourceStrategy.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.formmetadata.i18n.component.strategy.i18nresourcestrategy; diff --git a/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/metadataanalysis/AbstractMetadataAnalysis.java b/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/metadataanalysis/AbstractMetadataAnalysis.java index 1f8d3518..a5d16dc9 100644 --- a/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/metadataanalysis/AbstractMetadataAnalysis.java +++ b/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/metadataanalysis/AbstractMetadataAnalysis.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.metadataanalysis; import com.inspur.edp.web.common.environment.ExecuteEnvironment; diff --git a/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/metadatamanager/MetadataManagerParameter.java b/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/metadatamanager/MetadataManagerParameter.java index e17bd6e6..77d14625 100644 --- a/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/metadatamanager/MetadataManagerParameter.java +++ b/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/metadatamanager/MetadataManagerParameter.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.metadatamanager; import lombok.Data; diff --git a/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/service/FormRelateMetadataService.java b/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/service/FormRelateMetadataService.java index 40388487..2c6bff49 100644 --- a/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/service/FormRelateMetadataService.java +++ b/web-form-metadata/src/main/java/com/inspur/edp/web/formmetadata/service/FormRelateMetadataService.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.service; import com.inspur.edp.lcm.metadata.api.entity.GspMetadata; diff --git a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/i18n/FormMetadataI18nServiceTest.java b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/i18n/FormMetadataI18nServiceTest.java index 2eac4756..9e3c0d8d 100644 --- a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/i18n/FormMetadataI18nServiceTest.java +++ b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/i18n/FormMetadataI18nServiceTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.i18n; import com.inspur.edp.lcm.metadata.api.entity.I18nResourceItemCollection; diff --git a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/i18n/HtmlTemplateTest.java b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/i18n/HtmlTemplateTest.java index 984231a2..c7902bee 100644 --- a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/i18n/HtmlTemplateTest.java +++ b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/i18n/HtmlTemplateTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.i18n; import org.junit.Test; diff --git a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/i18n/component/strategy/i18nresourcestrategy/HtmlTemplateI18nResourceStrategyTest.java b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/i18n/component/strategy/i18nresourcestrategy/HtmlTemplateI18nResourceStrategyTest.java index d620cc25..324182a3 100644 --- a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/i18n/component/strategy/i18nresourcestrategy/HtmlTemplateI18nResourceStrategyTest.java +++ b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/i18n/component/strategy/i18nresourcestrategy/HtmlTemplateI18nResourceStrategyTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.i18n.component.strategy.i18nresourcestrategy; import org.junit.Test; diff --git a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/lic/FormMetadataCreateLicControlListenerTest.java b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/lic/FormMetadataCreateLicControlListenerTest.java index ec34f087..6b36cf6d 100644 --- a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/lic/FormMetadataCreateLicControlListenerTest.java +++ b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/lic/FormMetadataCreateLicControlListenerTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.lic; import com.inspur.edp.web.common.entity.TerminalType; diff --git a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/replication/FormMetadataCmdManagerTest.java b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/replication/FormMetadataCmdManagerTest.java index 1b075596..8e8f8349 100644 --- a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/replication/FormMetadataCmdManagerTest.java +++ b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/replication/FormMetadataCmdManagerTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.replication; import com.inspur.edp.web.common.io.FileUtility; diff --git a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/replication/FormMetadataReplicatorTest.java b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/replication/FormMetadataReplicatorTest.java index 2edc6e62..48c78c7a 100644 --- a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/replication/FormMetadataReplicatorTest.java +++ b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/replication/FormMetadataReplicatorTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.replication; import com.inspur.edp.web.common.io.FileUtility; diff --git a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/replication/MetadataCloneManagerTest.java b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/replication/MetadataCloneManagerTest.java index c11a36d0..ba84c54e 100644 --- a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/replication/MetadataCloneManagerTest.java +++ b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/replication/MetadataCloneManagerTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.replication; import com.inspur.edp.web.common.utility.StringUtility; diff --git a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/serializer/FormMetadataContentSerializerTest.java b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/serializer/FormMetadataContentSerializerTest.java index 2e3b48af..3b4c8e69 100644 --- a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/serializer/FormMetadataContentSerializerTest.java +++ b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/serializer/FormMetadataContentSerializerTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.serializer; import com.fasterxml.jackson.databind.JsonNode; diff --git a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/webservice/FormMetadataWebServiceImplTest.java b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/webservice/FormMetadataWebServiceImplTest.java index f5ddcdfb..474fc645 100644 --- a/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/webservice/FormMetadataWebServiceImplTest.java +++ b/web-form-metadata/src/test/java/com/inspur/edp/web/formmetadata/webservice/FormMetadataWebServiceImplTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.formmetadata.webservice; import org.junit.jupiter.api.Test; diff --git a/web-formconfig-api/pom.xml b/web-formconfig-api/pom.xml index 27b5a45b..e47611ca 100644 --- a/web-formconfig-api/pom.xml +++ b/web-formconfig-api/pom.xml @@ -1,20 +1,18 @@ + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.formconfig.api.dto; diff --git a/web-formconfig-api/src/main/java/com/inspur/edp/web/formconfig/api/dto/FormConfigItem.java b/web-formconfig-api/src/main/java/com/inspur/edp/web/formconfig/api/dto/FormConfigItem.java index 3c7be91d..958831d3 100644 --- a/web-formconfig-api/src/main/java/com/inspur/edp/web/formconfig/api/dto/FormConfigItem.java +++ b/web-formconfig-api/src/main/java/com/inspur/edp/web/formconfig/api/dto/FormConfigItem.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.formconfig.api.dto; diff --git a/web-formconfig-api/src/main/java/com/inspur/edp/web/formconfig/api/service/FormConfigService.java b/web-formconfig-api/src/main/java/com/inspur/edp/web/formconfig/api/service/FormConfigService.java index 09530564..2fe02192 100644 --- a/web-formconfig-api/src/main/java/com/inspur/edp/web/formconfig/api/service/FormConfigService.java +++ b/web-formconfig-api/src/main/java/com/inspur/edp/web/formconfig/api/service/FormConfigService.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.formconfig.api.service; diff --git a/web-formconfig-api/src/main/java/com/inspur/edp/web/formconfig/api/webservice/FormConfigWebService.java b/web-formconfig-api/src/main/java/com/inspur/edp/web/formconfig/api/webservice/FormConfigWebService.java index 090616b6..8d720e2d 100644 --- a/web-formconfig-api/src/main/java/com/inspur/edp/web/formconfig/api/webservice/FormConfigWebService.java +++ b/web-formconfig-api/src/main/java/com/inspur/edp/web/formconfig/api/webservice/FormConfigWebService.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.formconfig.api.webservice; diff --git a/web-formconfig-core/pom.xml b/web-formconfig-core/pom.xml index fb09dcae..c32a8177 100644 --- a/web-formconfig-core/pom.xml +++ b/web-formconfig-core/pom.xml @@ -1,20 +1,18 @@ + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.formconfig.core.config; diff --git a/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/entity/FormConfigEntity.java b/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/entity/FormConfigEntity.java index b2396ba6..ced2542d 100644 --- a/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/entity/FormConfigEntity.java +++ b/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/entity/FormConfigEntity.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.formconfig.core.entity; diff --git a/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/repository/FormConfigRepository.java b/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/repository/FormConfigRepository.java index fa331627..6c076641 100644 --- a/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/repository/FormConfigRepository.java +++ b/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/repository/FormConfigRepository.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.formconfig.core.repository; diff --git a/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/service/FormConfigServiceImpl.java b/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/service/FormConfigServiceImpl.java index 4ead61eb..caad6121 100644 --- a/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/service/FormConfigServiceImpl.java +++ b/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/service/FormConfigServiceImpl.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.formconfig.core.service; diff --git a/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/webservice/FormConfigWebServiceImpl.java b/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/webservice/FormConfigWebServiceImpl.java index a73089d4..55efc702 100644 --- a/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/webservice/FormConfigWebServiceImpl.java +++ b/web-formconfig-core/src/main/java/com/inspur/edp/web/formconfig/core/webservice/FormConfigWebServiceImpl.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.formconfig.core.webservice; diff --git a/web-frontendproject-api/src/main/java/com/inspur/edp/web/frontendproject/entity/IdeConfigEntity.java b/web-frontendproject-api/src/main/java/com/inspur/edp/web/frontendproject/entity/IdeConfigEntity.java index 20529e06..4ce5d89a 100644 --- a/web-frontendproject-api/src/main/java/com/inspur/edp/web/frontendproject/entity/IdeConfigEntity.java +++ b/web-frontendproject-api/src/main/java/com/inspur/edp/web/frontendproject/entity/IdeConfigEntity.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.frontendproject.entity; diff --git a/web-frontendproject-api/src/test/java/com/inspur/edp/web/frontendproject/entity/IdeConfigEntityTest.java b/web-frontendproject-api/src/test/java/com/inspur/edp/web/frontendproject/entity/IdeConfigEntityTest.java index eb8a7541..a6646641 100644 --- a/web-frontendproject-api/src/test/java/com/inspur/edp/web/frontendproject/entity/IdeConfigEntityTest.java +++ b/web-frontendproject-api/src/test/java/com/inspur/edp/web/frontendproject/entity/IdeConfigEntityTest.java @@ -1,19 +1,17 @@ /* - * + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.web.frontendproject.entity; diff --git a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/debuguri/FormMetadataDebugUri.java b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/debuguri/FormMetadataDebugUri.java index b435900d..dcff64ac 100644 --- a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/debuguri/FormMetadataDebugUri.java +++ b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/debuguri/FormMetadataDebugUri.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.frontendproject.debuguri; /** diff --git a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/deploy/FrontMetadataDeployer.java b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/deploy/FrontMetadataDeployer.java index edb38885..27f42e3c 100644 --- a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/deploy/FrontMetadataDeployer.java +++ b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/deploy/FrontMetadataDeployer.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.frontendproject.deploy; import com.inspur.edp.lcm.metadata.api.entity.ExtractContext; diff --git a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/deploy/ProjectDeployerForBabel.java b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/deploy/ProjectDeployerForBabel.java index a709ffda..619cf1f3 100644 --- a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/deploy/ProjectDeployerForBabel.java +++ b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/deploy/ProjectDeployerForBabel.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.frontendproject.deploy; /** diff --git a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/deploy/ProjectDeployerToPublish.java b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/deploy/ProjectDeployerToPublish.java index 016df357..79c10217 100644 --- a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/deploy/ProjectDeployerToPublish.java +++ b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/deploy/ProjectDeployerToPublish.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.frontendproject.deploy; import com.inspur.edp.lcm.metadata.api.entity.ExtractContext; diff --git a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/generate/FrontendProjectGenerateForBabel.java b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/generate/FrontendProjectGenerateForBabel.java index 5274a1ad..2fd82cb7 100644 --- a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/generate/FrontendProjectGenerateForBabel.java +++ b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/generate/FrontendProjectGenerateForBabel.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.frontendproject.generate; import com.inspur.edp.web.common.constant.FrontendProjectConstant; diff --git a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/projectinfo/ProjectInfoManager.java b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/projectinfo/ProjectInfoManager.java index 461f2486..2b9df81c 100644 --- a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/projectinfo/ProjectInfoManager.java +++ b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/projectinfo/ProjectInfoManager.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.frontendproject.projectinfo; import com.inspur.edp.web.common.constant.FrontendProjectConstant; diff --git a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/AbstractDeployOperation.java b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/AbstractDeployOperation.java index 87be16c2..e03baa0e 100644 --- a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/AbstractDeployOperation.java +++ b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/AbstractDeployOperation.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.frontendproject.zerocode.operation.deploy; import com.inspur.edp.web.common.entity.TerminalType; diff --git a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/IDeployOperation.java b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/IDeployOperation.java index 06b4daaf..7d34e74c 100644 --- a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/IDeployOperation.java +++ b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/IDeployOperation.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.frontendproject.zerocode.operation.deploy; import com.inspur.edp.web.frontendproject.zerocode.ZeroCodeParameter; diff --git a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/MobileDeployOperation.java b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/MobileDeployOperation.java index 956a9383..ea3c877a 100644 --- a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/MobileDeployOperation.java +++ b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/MobileDeployOperation.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.frontendproject.zerocode.operation.deploy; import com.inspur.edp.web.common.entity.TerminalType; diff --git a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/PCDeployOperation.java b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/PCDeployOperation.java index 296390d2..3902196f 100644 --- a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/PCDeployOperation.java +++ b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/PCDeployOperation.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.frontendproject.zerocode.operation.deploy; import com.inspur.edp.web.common.entity.TerminalType; diff --git a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/SourceCodeDeployManager.java b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/SourceCodeDeployManager.java index 0ce2330a..c1359580 100644 --- a/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/SourceCodeDeployManager.java +++ b/web-frontendproject/src/main/java/com/inspur/edp/web/frontendproject/zerocode/operation/deploy/SourceCodeDeployManager.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.frontendproject.zerocode.operation.deploy; import com.inspur.edp.web.common.entity.TerminalType; diff --git a/web-npmpackage-api/src/main/java/com/inspur/edp/web/npmpackage/api/service/NpmPackageInstallService.java b/web-npmpackage-api/src/main/java/com/inspur/edp/web/npmpackage/api/service/NpmPackageInstallService.java index 58c265d4..b73d64c1 100644 --- a/web-npmpackage-api/src/main/java/com/inspur/edp/web/npmpackage/api/service/NpmPackageInstallService.java +++ b/web-npmpackage-api/src/main/java/com/inspur/edp/web/npmpackage/api/service/NpmPackageInstallService.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.npmpackage.api.service; import com.inspur.edp.web.npmpackage.api.entity.NpmInstallParameter; diff --git a/web-npmpackage-api/src/main/java/com/inspur/edp/web/npmpackage/api/service/NpmPackageService.java b/web-npmpackage-api/src/main/java/com/inspur/edp/web/npmpackage/api/service/NpmPackageService.java index a7055964..5e34a200 100644 --- a/web-npmpackage-api/src/main/java/com/inspur/edp/web/npmpackage/api/service/NpmPackageService.java +++ b/web-npmpackage-api/src/main/java/com/inspur/edp/web/npmpackage/api/service/NpmPackageService.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.npmpackage.api.service; import com.inspur.edp.web.npmpackage.api.entity.NpmPackageCheckUpdateOptions; diff --git a/web-tsfile-core/src/test/java/com/inspur/edp/web/tsfile/core/service/TsFileServiceImplTest.java b/web-tsfile-core/src/test/java/com/inspur/edp/web/tsfile/core/service/TsFileServiceImplTest.java index 51999d9d..3bdb20d5 100644 --- a/web-tsfile-core/src/test/java/com/inspur/edp/web/tsfile/core/service/TsFileServiceImplTest.java +++ b/web-tsfile-core/src/test/java/com/inspur/edp/web/tsfile/core/service/TsFileServiceImplTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.web.tsfile.core.service; import com.inspur.edp.web.tsfile.api.service.TsFileService; -- Gitee