From 6512674ca971eb8fc33fb7014c9b70d6ab04307a Mon Sep 17 00:00:00 2001 From: Hongfei Sun Date: Thu, 19 May 2022 13:52:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0copyright?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .mvn/wrapper/maven-wrapper.properties | 16 ++++++++++ all/pom.xml | 16 ++++++++++ bom/pom.xml | 16 ++++++++++ common/pom.xml | 16 ++++++++++ model/be/definition/pom.xml | 16 ++++++++++ model/be/pom.xml | 16 ++++++++++ model/common/definition/pom.xml | 16 ++++++++++ model/common/engine/pom.xml | 16 ++++++++++ model/common/generator/pom.xml | 16 ++++++++++ model/common/pom.xml | 16 ++++++++++ model/common/runtime-api/pom.xml | 16 ++++++++++ model/common/runtime-core/pom.xml | 16 ++++++++++ model/common/runtime-repo/pom.xml | 16 ++++++++++ model/common/runtime-spi/pom.xml | 16 ++++++++++ model/externalapi/definition/pom.xml | 16 ++++++++++ model/externalapi/devtime-api/pom.xml | 16 ++++++++++ model/externalapi/devtime-core/pom.xml | 16 ++++++++++ model/externalapi/devtime-spi/pom.xml | 16 ++++++++++ model/externalapi/extension/pom.xml | 16 ++++++++++ model/externalapi/generator/pom.xml | 16 ++++++++++ model/externalapi/pom.xml | 16 ++++++++++ model/externalapi/runtime-api/pom.xml | 16 ++++++++++ model/externalapi/runtime-core/pom.xml | 16 ++++++++++ model/externalapi/runtime-spi/pom.xml | 16 ++++++++++ model/framework/common/pom.xml | 16 ++++++++++ model/framework/devtime-api/pom.xml | 16 ++++++++++ model/framework/devtime-core/pom.xml | 16 ++++++++++ model/framework/devtime-webapi/pom.xml | 16 ++++++++++ model/framework/entity/pom.xml | 16 ++++++++++ model/framework/generator-api/pom.xml | 16 ++++++++++ .../context/common/FileUtilsTest.java | 16 ++++++++++ model/framework/generator-core/pom.xml | 16 ++++++++++ model/framework/generator-spi/pom.xml | 16 ++++++++++ model/framework/generator-webapi/pom.xml | 16 ++++++++++ model/framework/metadata-shell/pom.xml | 16 ++++++++++ model/framework/pom.xml | 16 ++++++++++ model/framework/runtime-api/pom.xml | 16 ++++++++++ model/framework/runtime-core/pom.xml | 16 ++++++++++ model/framework/runtime-spi/pom.xml | 16 ++++++++++ model/pom.xml | 30 +++++++++---------- model/vo/definition/pom.xml | 30 +++++++++---------- .../action/IViewModelParameter.java | 16 ++++++++++ model/vo/pom.xml | 30 +++++++++---------- pom.xml | 30 +++++++++---------- style/ubml_checkstyle.xml | 2 +- style/ubml_codeStyle.xml | 2 +- 46 files changed, 698 insertions(+), 66 deletions(-) diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 43d9d39..e1bbb49 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1,2 +1,18 @@ +# +# Copyright \u00A9 OpenAtom Foundation. +# +# 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. +# + # distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip distributionUrl=http://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.1/apache-maven-3.6.1-bin.zip \ No newline at end of file diff --git a/all/pom.xml b/all/pom.xml index f616cfe..3888780 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/bom/pom.xml b/bom/pom.xml index c9d5e7e..3af4a08 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/common/pom.xml b/common/pom.xml index a518f0c..451f0e4 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/be/definition/pom.xml b/model/be/definition/pom.xml index ccb7e45..a4faef6 100644 --- a/model/be/definition/pom.xml +++ b/model/be/definition/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/be/pom.xml b/model/be/pom.xml index 9344647..3d1d81a 100644 --- a/model/be/pom.xml +++ b/model/be/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/common/definition/pom.xml b/model/common/definition/pom.xml index e7490d1..08fd4f6 100644 --- a/model/common/definition/pom.xml +++ b/model/common/definition/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/common/engine/pom.xml b/model/common/engine/pom.xml index 90a59f2..6c4922a 100644 --- a/model/common/engine/pom.xml +++ b/model/common/engine/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/common/generator/pom.xml b/model/common/generator/pom.xml index fed417a..9fe7251 100644 --- a/model/common/generator/pom.xml +++ b/model/common/generator/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/common/pom.xml b/model/common/pom.xml index bdabf5a..68bcf0e 100644 --- a/model/common/pom.xml +++ b/model/common/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/common/runtime-api/pom.xml b/model/common/runtime-api/pom.xml index 0574640..5435b86 100644 --- a/model/common/runtime-api/pom.xml +++ b/model/common/runtime-api/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/common/runtime-core/pom.xml b/model/common/runtime-core/pom.xml index f6c913e..ddc7053 100644 --- a/model/common/runtime-core/pom.xml +++ b/model/common/runtime-core/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/common/runtime-repo/pom.xml b/model/common/runtime-repo/pom.xml index c31a4e5..95da5b0 100644 --- a/model/common/runtime-repo/pom.xml +++ b/model/common/runtime-repo/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/common/runtime-spi/pom.xml b/model/common/runtime-spi/pom.xml index 1be9c94..b42cbcd 100644 --- a/model/common/runtime-spi/pom.xml +++ b/model/common/runtime-spi/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/externalapi/definition/pom.xml b/model/externalapi/definition/pom.xml index f1ce094..ff7d987 100644 --- a/model/externalapi/definition/pom.xml +++ b/model/externalapi/definition/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/externalapi/devtime-api/pom.xml b/model/externalapi/devtime-api/pom.xml index 4104175..55a8379 100644 --- a/model/externalapi/devtime-api/pom.xml +++ b/model/externalapi/devtime-api/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/externalapi/devtime-core/pom.xml b/model/externalapi/devtime-core/pom.xml index fa47be1..7c90d35 100644 --- a/model/externalapi/devtime-core/pom.xml +++ b/model/externalapi/devtime-core/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/externalapi/devtime-spi/pom.xml b/model/externalapi/devtime-spi/pom.xml index 6015308..02d73a5 100644 --- a/model/externalapi/devtime-spi/pom.xml +++ b/model/externalapi/devtime-spi/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/externalapi/extension/pom.xml b/model/externalapi/extension/pom.xml index 92c4ca5..b28b7a4 100644 --- a/model/externalapi/extension/pom.xml +++ b/model/externalapi/extension/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/externalapi/generator/pom.xml b/model/externalapi/generator/pom.xml index 95d910a..f8ea781 100644 --- a/model/externalapi/generator/pom.xml +++ b/model/externalapi/generator/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/externalapi/pom.xml b/model/externalapi/pom.xml index fb159ec..2a284b5 100644 --- a/model/externalapi/pom.xml +++ b/model/externalapi/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/externalapi/runtime-api/pom.xml b/model/externalapi/runtime-api/pom.xml index 43b38dd..64c8aff 100644 --- a/model/externalapi/runtime-api/pom.xml +++ b/model/externalapi/runtime-api/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/externalapi/runtime-core/pom.xml b/model/externalapi/runtime-core/pom.xml index a2df916..a1e5330 100644 --- a/model/externalapi/runtime-core/pom.xml +++ b/model/externalapi/runtime-core/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/externalapi/runtime-spi/pom.xml b/model/externalapi/runtime-spi/pom.xml index 21305ec..8aaee40 100644 --- a/model/externalapi/runtime-spi/pom.xml +++ b/model/externalapi/runtime-spi/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/framework/common/pom.xml b/model/framework/common/pom.xml index 06a5538..c7a067d 100644 --- a/model/framework/common/pom.xml +++ b/model/framework/common/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/framework/devtime-api/pom.xml b/model/framework/devtime-api/pom.xml index 44be71b..a04a9ff 100644 --- a/model/framework/devtime-api/pom.xml +++ b/model/framework/devtime-api/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/framework/devtime-core/pom.xml b/model/framework/devtime-core/pom.xml index de4c65a..97bfd18 100644 --- a/model/framework/devtime-core/pom.xml +++ b/model/framework/devtime-core/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/framework/devtime-webapi/pom.xml b/model/framework/devtime-webapi/pom.xml index 042cd1e..1a2c08e 100644 --- a/model/framework/devtime-webapi/pom.xml +++ b/model/framework/devtime-webapi/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/framework/entity/pom.xml b/model/framework/entity/pom.xml index 333aea2..5c82f10 100644 --- a/model/framework/entity/pom.xml +++ b/model/framework/entity/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/framework/generator-api/pom.xml b/model/framework/generator-api/pom.xml index 4ea0623..a75c698 100644 --- a/model/framework/generator-api/pom.xml +++ b/model/framework/generator-api/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/framework/generator-api/src/test/java/com/inspur/edp/jittojava/context/common/FileUtilsTest.java b/model/framework/generator-api/src/test/java/com/inspur/edp/jittojava/context/common/FileUtilsTest.java index 7d6f136..7482fc2 100644 --- a/model/framework/generator-api/src/test/java/com/inspur/edp/jittojava/context/common/FileUtilsTest.java +++ b/model/framework/generator-api/src/test/java/com/inspur/edp/jittojava/context/common/FileUtilsTest.java @@ -1,3 +1,19 @@ +/* + * Copyright © OpenAtom Foundation. + * + * 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.jittojava.context.common; //import org.junit.Assert; diff --git a/model/framework/generator-core/pom.xml b/model/framework/generator-core/pom.xml index 6e552f5..5602da5 100644 --- a/model/framework/generator-core/pom.xml +++ b/model/framework/generator-core/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/framework/generator-spi/pom.xml b/model/framework/generator-spi/pom.xml index 88aadab..4fc0ad9 100644 --- a/model/framework/generator-spi/pom.xml +++ b/model/framework/generator-spi/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/framework/generator-webapi/pom.xml b/model/framework/generator-webapi/pom.xml index 2291d68..a2ecef4 100644 --- a/model/framework/generator-webapi/pom.xml +++ b/model/framework/generator-webapi/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/framework/metadata-shell/pom.xml b/model/framework/metadata-shell/pom.xml index bc8d365..e73ded3 100644 --- a/model/framework/metadata-shell/pom.xml +++ b/model/framework/metadata-shell/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/framework/pom.xml b/model/framework/pom.xml index c7dfa2f..5bfa4a3 100644 --- a/model/framework/pom.xml +++ b/model/framework/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/framework/runtime-api/pom.xml b/model/framework/runtime-api/pom.xml index bda1332..86d089a 100644 --- a/model/framework/runtime-api/pom.xml +++ b/model/framework/runtime-api/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/framework/runtime-core/pom.xml b/model/framework/runtime-core/pom.xml index 961705a..9898403 100644 --- a/model/framework/runtime-core/pom.xml +++ b/model/framework/runtime-core/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/framework/runtime-spi/pom.xml b/model/framework/runtime-spi/pom.xml index 34de7a9..4dc10f9 100644 --- a/model/framework/runtime-spi/pom.xml +++ b/model/framework/runtime-spi/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/model/pom.xml b/model/pom.xml index 506848c..35b9ca1 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -1,21 +1,19 @@ + ~ Copyright © OpenAtom Foundation. + ~ + ~ 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/model/vo/definition/pom.xml b/model/vo/definition/pom.xml index 3850ebf..260b409 100644 --- a/model/vo/definition/pom.xml +++ b/model/vo/definition/pom.xml @@ -1,21 +1,19 @@ + ~ Copyright © OpenAtom Foundation. + ~ + ~ 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/model/vo/definition/src/main/java/org/openatom/ubml/model/vo/definition/action/IViewModelParameter.java b/model/vo/definition/src/main/java/org/openatom/ubml/model/vo/definition/action/IViewModelParameter.java index 56a6f8a..f3c7eda 100644 --- a/model/vo/definition/src/main/java/org/openatom/ubml/model/vo/definition/action/IViewModelParameter.java +++ b/model/vo/definition/src/main/java/org/openatom/ubml/model/vo/definition/action/IViewModelParameter.java @@ -1,3 +1,19 @@ +/* + * Copyright © OpenAtom Foundation. + * + * 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 org.openatom.ubml.model.vo.definition.Interface; package org.openatom.ubml.model.vo.definition.action; diff --git a/model/vo/pom.xml b/model/vo/pom.xml index 214b600..7193864 100644 --- a/model/vo/pom.xml +++ b/model/vo/pom.xml @@ -1,21 +1,19 @@ + ~ Copyright © OpenAtom Foundation. + ~ + ~ 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. + --> + ~ Copyright © OpenAtom Foundation. + ~ + ~ 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. + --> 4.0.0 diff --git a/style/ubml_checkstyle.xml b/style/ubml_checkstyle.xml index 4e24228..9257c18 100644 --- a/style/ubml_checkstyle.xml +++ b/style/ubml_checkstyle.xml @@ -1,6 +1,6 @@