Skip to content

Commit 32aa110

Browse files
fix copyright
1 parent 145190d commit 32aa110

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

core/esmf-aspect-meta-model-java/src/main/java/org/eclipse/esmf/aspectmodel/resolver/fs/ModelsRoot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 Robert Bosch Manufacturing Solutions GmbH
2+
* Copyright (c) 2025 Robert Bosch Manufacturing Solutions GmbH
33
*
44
* See the AUTHORS file(s) distributed with this work for additional
55
* information regarding authorship.

core/esmf-aspect-meta-model-java/src/test/java/org/eclipse/esmf/aspectmodel/resolver/fs/ModelsRootTest.java

Lines changed: 14 additions & 1 deletion
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.resolver.fs;
215

316
import static org.assertj.core.api.Assertions.assertThat;
@@ -26,7 +39,7 @@ void resolveByCanonicalPathShouldReturnFileWhenCanonicalPathMatches() throws Exc
2639

2740
@Test
2841
void resolveByCanonicalPathShouldReturnFileWhenCanonicalPathMatchesForSpecificPath() throws Exception {
29-
Path testPath = Paths.get( "src/test/resources/resolve_empty/../resolve", "Aspect.ttl" ).toAbsolutePath();
42+
Path testPath = Paths.get( "src/test/resources/../resources/resolve", "Aspect.ttl" ).toAbsolutePath();
3043

3144
File result = invokeResolveByCanonicalPath( testPath );
3245

core/esmf-aspect-meta-model-java/src/test/resources/resolve/Aspect.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021 Robert Bosch Manufacturing Solutions GmbH
1+
# Copyright (c) 2025 Robert Bosch Manufacturing Solutions GmbH
22
#
33
# See the AUTHORS file(s) distributed with this work for additional
44
# information regarding authorship.

0 commit comments

Comments
 (0)