Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit a8bc8bf

Browse files
committed
added missing license headers
1 parent dbb7d00 commit a8bc8bf

39 files changed

Lines changed: 156 additions & 175 deletions

validator/src/test/java/io/adminshell/aas/v3/model/validator/ConstraintTestHelper.java

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
/*******************************************************************************
2-
* Copyright (C) 2021 the Eclipse BaSyx Authors
3-
*
4-
* This program and the accompanying materials are made
5-
* available under the terms of the Eclipse Public License 2.0
6-
* which is available at https://www.eclipse.org/legal/epl-2.0/
7-
*
8-
* SPDX-License-Identifier: EPL-2.0
9-
******************************************************************************/
10-
1+
/*
2+
* Copyright (c) 2021 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e. V.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
1116

1217
package io.adminshell.aas.v3.model.validator;
1318

validator/src/test/java/io/adminshell/aas/v3/model/validator/TestAASd_002.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*******************************************************************************
2-
*
1+
/*
32
* Copyright (c) 2021 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e. V.
43
*
54
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,9 +12,7 @@
1312
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
* See the License for the specific language governing permissions and
1514
* limitations under the License.
16-
*
17-
******************************************************************************/
18-
15+
*/
1916
package io.adminshell.aas.v3.model.validator;
2017

2118
import io.adminshell.aas.v3.model.AdministrativeInformation;

validator/src/test/java/io/adminshell/aas/v3/model/validator/TestAASd_003.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*******************************************************************************
2-
*
1+
/*
32
* Copyright (c) 2021 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e. V.
43
*
54
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,9 +12,7 @@
1312
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
* See the License for the specific language governing permissions and
1514
* limitations under the License.
16-
*
17-
******************************************************************************/
18-
15+
*/
1916
package io.adminshell.aas.v3.model.validator;
2017

2118
import io.adminshell.aas.v3.model.Referable;

validator/src/test/java/io/adminshell/aas/v3/model/validator/TestAASd_005.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*******************************************************************************
2-
*
1+
/*
32
* Copyright (c) 2021 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e. V.
43
*
54
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,9 +12,7 @@
1312
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
* See the License for the specific language governing permissions and
1514
* limitations under the License.
16-
*
17-
******************************************************************************/
18-
15+
*/
1916
package io.adminshell.aas.v3.model.validator;
2017

2118
import static org.junit.Assert.assertTrue;

validator/src/test/java/io/adminshell/aas/v3/model/validator/TestAASd_006.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*******************************************************************************
2-
*
1+
/*
32
* Copyright (c) 2021 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e. V.
43
*
54
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,9 +12,7 @@
1312
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
* See the License for the specific language governing permissions and
1514
* limitations under the License.
16-
*
17-
******************************************************************************/
18-
15+
*/
1916
package io.adminshell.aas.v3.model.validator;
2017

2118
import io.adminshell.aas.v3.model.Qualifier;

validator/src/test/java/io/adminshell/aas/v3/model/validator/TestAASd_007.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*******************************************************************************
2-
*
1+
/*
32
* Copyright (c) 2021 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e. V.
43
*
54
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,9 +12,7 @@
1312
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
* See the License for the specific language governing permissions and
1514
* limitations under the License.
16-
*
17-
******************************************************************************/
18-
15+
*/
1916
package io.adminshell.aas.v3.model.validator;
2017

2118
import io.adminshell.aas.v3.model.Property;

validator/src/test/java/io/adminshell/aas/v3/model/validator/TestAASd_008.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*******************************************************************************
2-
*
1+
/*
32
* Copyright (c) 2021 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e. V.
43
*
54
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,9 +12,7 @@
1312
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
* See the License for the specific language governing permissions and
1514
* limitations under the License.
16-
*
17-
******************************************************************************/
18-
15+
*/
1916
package io.adminshell.aas.v3.model.validator;
2017

2118
import io.adminshell.aas.v3.model.ModelingKind;

validator/src/test/java/io/adminshell/aas/v3/model/validator/TestAASd_014.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*******************************************************************************
2-
*
1+
/*
32
* Copyright (c) 2021 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e. V.
43
*
54
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,9 +12,7 @@
1312
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
* See the License for the specific language governing permissions and
1514
* limitations under the License.
16-
*
17-
******************************************************************************/
18-
15+
*/
1916

2017
package io.adminshell.aas.v3.model.validator;
2118

validator/src/test/java/io/adminshell/aas/v3/model/validator/TestAASd_015.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*******************************************************************************
2-
*
1+
/*
32
* Copyright (c) 2021 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e. V.
43
*
54
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,9 +12,7 @@
1312
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
* See the License for the specific language governing permissions and
1514
* limitations under the License.
16-
*
17-
******************************************************************************/
18-
15+
*/
1916
package io.adminshell.aas.v3.model.validator;
2017

2118
import io.adminshell.aas.v3.model.*;

validator/src/test/java/io/adminshell/aas/v3/model/validator/TestAASd_020.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*******************************************************************************
2-
*
1+
/*
32
* Copyright (c) 2021 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e. V.
43
*
54
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,9 +12,7 @@
1312
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
* See the License for the specific language governing permissions and
1514
* limitations under the License.
16-
*
17-
******************************************************************************/
18-
15+
*/
1916
package io.adminshell.aas.v3.model.validator;
2017

2118
import io.adminshell.aas.v3.model.ModelingKind;

0 commit comments

Comments
 (0)