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 63592c0c27370e8aef98e5101ed69ebe87ef9a7c..c8eb2dee608d75eca8de68bfd1b50591d4c5a963 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 ae0c2764108c5f04c285072577478b0b256c4292..809731dd7f55a6b54cb1221bd25a65a29573253a 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 0014127a8d51304ff0ae5d441c58731d6179e341..e5bceb2701f1aba91d6f34beb38e6c11c18ef9c8 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 be2c224755b4d6855951e1db0b3e5a0e0c96a062..f74dfe8bae841f631032364b1cc920978e16cd72 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 983144b1f3c876c43d76e66f5836ca79c52bdfd2..32f32581150a23a821d4347206cac247f0f448d7 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 1605803655f693d1a3d67f31018af8a16f1e1d79..28fb206ffaa2d218c7630e3437cc11fc629d7ebe 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 261b1a2dccbd3c533901a82443ab2c6b049e1bf6..497b619d413a26d357b7fd5933813496de5d5642 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 c566a2056c8702bf80afbdc4d1907e52f200dda2..038961f067f80628c0760435d82577497b9d2543 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 df5c77ab2208470634e83c3ba7349efcd91fe210..cac7c0a37b53dc1d332bfece747ef66f236f0e58 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 8e526a5864087c84b9f94fd4da7e03ee4f5f005b..13623edd9e5534ff8f9fb119daf4c3f34a488b6f 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 e5ebc2ac1f9184fa239227329794d7fc9ba88004..5190eb0df531281919b43f5350d0d82d862ef2db 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 8f22a377d6ed46baca2ae2553805de57f050e90b..95805488fd33e122a481979c6a4f27a6c68c14ed 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 8857740066203108a91f8077024a674d9815796f..1619f3d4019a77aae59919e6f0184758ee37b081 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 0cb96e1e270960b0cd7cb3c4e748358cd3a4608e..ae6f02b4f55fe60275ecde39027b4ce8e7f0e852 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 f7688ac560ada12744615e38ddf34d9a2530f354..facf9e347e267ccddbc47326703b036916a65b03 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 effec8e0e856e2919569f3e51e18ce2f271cca7e..e5185ba35a72db9ff9a9b8000974564c05549c7a 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 d9a697febd00c43d4a46b2c2be97b136deaf60c4..6d0affcda65bdfbc77c35673cc2d011378ad0bc5 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 71e642baf64ed0cf60bfe472240eea22b8c42fbf..34383902c2f1a67d07a3b848a3e31f9f1fb17e43 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 d4c9f5d46dc743d1057898a08601f6e2fc3155ca..f73dbed3e2cf60f2df000c30de9be0f83a80c8fe 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 3654f0a4b4b0bd982234908d2e121649e4917907..5c7d8668ab0bbbdb40ba68280cc887806104e15b 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 a480186fe5224a0ce4cfb0b7bce970a815473638..b62b27e000af0845a315ccd9cf5b1056f56c50b7 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 523409275884eff48ddc7f0d78a653ab8ee3b5b3..7a1f23f492556ecf4771dc4ab49e98b608e63194 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 e87a013f2ba48f6f731b9f73f2571adbc7795979..e212fe3171119ad6299bb46a6cbce7a088f50148 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 5b2144128077d1aa7769a282b5793d83ddbf7f14..36d35880276ee3e12739d70cfbf9237957146df3 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 0ccce2ab4391519342d5d4abf26d831d94971fb5..90a4debbc179719a46de56d2b3198c417ceca0fd 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 dd01b49b05585bac99493eb9ef37ed77faaf78c9..6a12888d7dc78a41a86c31bfb554da134a1b3f09 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 828c3b59a4d0dc2e4c082f93622b70ddc9bd7203..93498494b187479e3169e2e0c226c97f0f2d781a 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 ee11dd8384d9913c77811007f0a92556fd45ece2..4e0a8c43be137bd2b116cd9e7a0976ef30873f25 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 c9a92f5189277a732667f40e2a67f56c21e0f795..aff654d4d9ae017a182fa82c889fd4434df0eae1 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 9405bd7e26f548dd4f200d6be48e05c19e2e1b21..6e4339c76a2f54a7f76c0649f6e635884df509b2 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 f98b6409e908e1fafa27ad6d9161b8f358d46a0d..3a61e2f94c8e45d4267d982425c408af3f86f3cd 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 5a69d9fc8ccaad1b287effd77ff76ee18d9fc9db..32fd548a181ddb3d18eb92e53b28df72b3eea7fc 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 60e075a327d582cb837157938be72fa05df7333c..5e0a93418490fccceb4e675f8599a2e89ef2acfc 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 a934b8ecf1618d4a79c4547186e7848049fea1ba..daa5fcdc24549abc26eb9eba69b055c7b1d99755 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 fd0c4de85cfb5a4872d0d9f11d8f48684b38b6e5..9b161a796e8c6d0333528c3cc16889a8f07c0d80 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 f8d232b65032a632a126d73dfc0b5c75dedd7dd0..f4e0b0fd8606c10b585ba43017829e32c0dced50 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 90ee78c2de2efb29e689d06f1dd8eb1742f95dca..a9a331cde7c89efb4077f36ae844063a2c5a8679 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 3c31d3b54c704f710798046443bc5dcac898de5a..d7e545a46f54bcc9346afe4cbd080083d0786c05 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 7116bdfad52322e491919b7809bb1f20ce11613c..6819bb442977443ac588e94cbcba17dce7955de3 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 faef2e3831e1bf783aade993c69d7437e7487667..f3b68bc9edea107ea9febb4748fa57563e1d23aa 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 cf78c9f8350d46fb054c5beea6b6c85287658eaf..28aaefd0acf94fa63be9eada9492c5faf84b15ba 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 a07e3dc3f38c6a333bb9aab4fbfc2b4fc77d918d..3ea9c2a439ce53c8ac7166ced41b04cbc7563160 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 85c97f592685e910d499e18d15e4e19585995779..bd9cb02540504a75ef44fbcbed4a48156da37ba9 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 a7859496f20841030180be6ef4528acc42435d3c..a9946195d12de493c13867fd65c916f38ac70363 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 e94c6c490571165e79d7b194703e4aeffac2c8b1..a334438745e87b94995808357a502057cdc3dcee 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 8cfa310265cc6dbb4cd39be262fd942f30486e54..35322de5fc965648a13f3039a8ecbbf660d57478 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 c4a031287a55ef2add3dac6ae1d144834cfea9da..679e052b718a9cc49416d8e192ac15e0e7d8b12f 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 1f8d3518398de3220f226646dedbeadd18d59bf9..a5d16dc9f019a1040de328e86783e0c8c1bcaf02 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 e17bd6e621722c73d11fb83262b200af522b0e5d..77d14625fffb5665d72373a29a5d52441fa2cf96 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 40388487e6501fc9909c30bafe1050772c40a00d..2c6bff49bb905bf204e58ca988b0e7dcb1b682bf 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 2eac4756faabbf9cc1b0c7efba6637951d15f075..9e3c0d8d7d7aab5c3ec8aa9f531febf230dbf07a 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 984231a27a9f1b33f91b20105e42dd4f10dbd704..c7902beeca1e5e759ee3732d3ac48f3067907d1a 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 d620cc255df3d5d76d5515625902dfcfb669b732..324182a3bac64c9015221f52a807c667c3bb0314 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 ec34f08762c615c9213227c35af53990bd66a85f..6b36cf6dd68292214525150f8e6083063e198b1c 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 1b075596052b7dc4dc29dfdf1a72cdf3b09b064c..8e8f8349152267f9256f174be745012f8df42220 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 2edc6e62db3f9e6d7948e866d246f1b11253d612..48c78c7aed68893b6987d4ddd948da91fb26e971 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 c11a36d060aa70bad679dec75c50735987b8fd64..ba84c54ee66f789ea8199b481f9727a0ccfdd0cf 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 2e3b48af6149b51dc7114f4c85bb0310693d57bf..3b4c8e694d3786bbe8b7a4568b8fb0860223030c 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 f5ddcdfb314eaa3aafe91094ff107199b3cedb80..474fc64539ffd5285e53d3d90cfae497259baf03 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 27b5a45b4a9d5a1f3c1752305a61fe3083ed3ded..e47611ca0cd5184e63dea3d54a1d4a808e9a75f3 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 3c7be91dccfa2135056d382a63d462e5655fcc8c..958831d3f9cb7f92e268b03d8a4667cd638a95fb 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 09530564b71e6b1208af1c3e54ae8d089bdac9d6..2fe02192a102e19a351f320131445fc1f3f2ebdc 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 090616b6a1effad7fd96e8b1b6c32eb7a87bf1ea..8d720e2dc58f04f7f0a9c71d4f7d2c62da5513bc 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 fb09dcae6fe5463f0cc905783191b580394e83d6..c32a81778b3e5536d0ecf107ef6c5ad69656edf0 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 b2396ba683641b9c09b233e8b9aeefb44391f4e9..ced2542dd2969d49e41e18fb25098168296f7093 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 fa3316276b6f3aedc245b0c11190b9ee1023777c..6c076641bd767a15d0dde5e83636b7fd29e46b06 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 4ead61ebb9624cc3776d171b982775c978296291..caad6121fe1425acebb591fb00e00dd3ab0d2fec 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 a73089d431ca90811eff405a4819d2f164f98570..55efc702729b11670a8b00d3eef3e0e6d06e41c4 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 20529e06cd1ddc6ceac45a033fcd61af563b40c6..4ce5d89a7deacc7cf5c9edb42b51f085dd2d14fe 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 eb8a75415ec8db3d276c0230201cf66dea4b68b3..a66466419b259f744a051249f131b2450ea0a606 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 b435900da95b9aa8638d57923de8af440b205bbc..dcff64acf906d1c0fdd6179da9f412389bbecc9a 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 edb38885c6203c512b56f02f220464e1d0199552..27f42e3cc5400fed9ee40b7a473afb434f4d3da5 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 a709ffdad11967e0aeb86c7e68656d16f1f97c23..619cf1f3a78037ac521d9c0938076bf053bdef24 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 016df35788d4aaf6deb75cf1f8cfcdeac4c2b452..79c102170c0626acbe13549a3e6f0e48eacf7fea 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 5274a1adc86ebde4cc4b96db516c9751d3e22e53..2fd82cb700259cbdc944cdb8ca747a632f66125f 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 461f24868d063f7fc60cc6f2b7aae87400a0ea37..2b9df81c5757048f193484bca9947eef2e87af42 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 87be16c24b418ec7b48a0cf84f9e772f33783d0c..e03baa0e1aa59beecc6981b32ceaac1b08a9f4f7 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 06b4daaf8dbfd0ebf375b95b9388f6a1c765cbe0..7d34e74c7e1c2771141481150dbfbccf70146790 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 956a93834277cf5b2d035135e9177c5bc15c20c5..ea3c877a0110402fa5c620bf59ecebb40732d53c 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 296390d2508d6644723d1747deaacafcf9f36693..3902196fab0db13941a566b4ce81d3569b8c7c9b 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 0ce2330a241e2fabcc5e9cd7cd91e8be7a02eeac..c1359580ac6197cdb1f891698bebba9fa12b360e 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 58c265d4ec5b0b382f4cc655038c684246e6c801..b73d64c1122285b4a33a80230b9d1afbd0bfce90 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 a7055964c46e63793605313bb8a1a93358f3ee7f..5e34a2001722da9bc85f3569bb69a2b5231bb535 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 51999d9d06c14c17a2fbc77688603388c7047418..3bdb20d54d2280db9e2e4f189431e9231b5b09f6 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;