Skip to content

Commit 2c46610

Browse files
authored
Merge branch 'main' into 700-allow-referencing-aspect-models-from-multiple-repositories
2 parents 59e7d72 + f4e6ccc commit 2c46610

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

core/esmf-aspect-model-java-generator/src/test/java/org/eclipse/esmf/aspectmodel/java/performance/EsmfPerformanceTest.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/*
2+
* Copyright (c) 2025 Robert Bosch Manufacturing Solutions GmbH
3+
*
4+
* See the AUTHORS file(s) distributed with this work for additional
5+
* information regarding authorship.
6+
*
7+
* This Source Code Form is subject to the terms of the Mozilla Public
8+
* License, v. 2.0. If a copy of the MPL was not distributed with this
9+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
10+
*
11+
* SPDX-License-Identifier: MPL-2.0
12+
*/
13+
114
package org.eclipse.esmf.aspectmodel.java.performance;
215

316
import static org.assertj.core.api.AssertionsForClassTypes.assertThatCode;

core/esmf-aspect-model-java-generator/src/test/java/org/eclipse/esmf/aspectmodel/java/performance/ResolutionStrategyWithDefaultModelSource.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/*
2+
* Copyright (c) 2025 Robert Bosch Manufacturing Solutions GmbH
3+
*
4+
* See the AUTHORS file(s) distributed with this work for additional
5+
* information regarding authorship.
6+
*
7+
* This Source Code Form is subject to the terms of the Mozilla Public
8+
* License, v. 2.0. If a copy of the MPL was not distributed with this
9+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
10+
*
11+
* SPDX-License-Identifier: MPL-2.0
12+
*/
13+
114
package org.eclipse.esmf.aspectmodel.java.performance;
215

316
import java.net.URI;

core/esmf-aspect-model-java-generator/src/test/java/org/eclipse/esmf/aspectmodel/java/performance/ResourceDefinitionNotFoundException.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/*
2+
* Copyright (c) 2025 Robert Bosch Manufacturing Solutions GmbH
3+
*
4+
* See the AUTHORS file(s) distributed with this work for additional
5+
* information regarding authorship.
6+
*
7+
* This Source Code Form is subject to the terms of the Mozilla Public
8+
* License, v. 2.0. If a copy of the MPL was not distributed with this
9+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
10+
*
11+
* SPDX-License-Identifier: MPL-2.0
12+
*/
13+
114
package org.eclipse.esmf.aspectmodel.java.performance;
215

316
public class ResourceDefinitionNotFoundException extends RuntimeException {

0 commit comments

Comments
 (0)