Skip to content

Commit 7f0a8e6

Browse files
committed
Update copyright headers
1 parent 10b110e commit 7f0a8e6

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

extension/samples/org.eclipse.esmf.test/1.0.0/Aspect.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Robert Bosch Manufacturing Solutions GmbH
1+
# Copyright (c) 2026 Robert Bosch Manufacturing Solutions GmbH
22
#
33
# See the AUTHORS file(s) distributed with this work for additional
44
# information regarding authorship.
@@ -20,4 +20,4 @@
2020
samm:description "This is a test ription"@en ;
2121
samm:description "This is a taaest ription"@de ;
2222
samm:properties ( ) ;
23-
samm:operations ( ) .
23+
samm:operations ( ) .

extension/samples/valid.ttl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Copyright (c) 2026 Robert Bosch Manufacturing Solutions GmbH
2+
#
3+
# See the AUTHORS file(s) distributed with this work for additional
4+
# information regarding authorship.
5+
#
6+
# This Source Code Form is subject to the terms of the Mozilla Public
7+
# License, v. 2.0. If a copy of the MPL was not distributed with this
8+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
9+
#
10+
# SPDX-License-Identifier: MPL-2.0
11+
112
# Valid Turtle example
213
@prefix ex: <http://example.org/> .
314
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

extension/src/test/aspectValidationController.test.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
// Copyright (c) 2026 Robert Bosch Manufacturing Solutions GmbH
2+
//
3+
// See the AUTHORS file(s) distributed with this work for additional
4+
// information regarding authorship.
5+
//
6+
// This Source Code Form is subject to the terms of the Mozilla Public
7+
// License, v. 2.0. If a copy of the MPL was not distributed with this
8+
// file, You can obtain one at https:gmozilla.org/MPL/2.0/.
9+
//
10+
// SPDX-License-Identifier: MPL-2.0
11+
112
import * as assert from 'assert';
213
import * as vscode from 'vscode';
314
import {AspectValidationController, VALIDATE_DOCUMENT_REQUEST} from '../aspectValidation';

0 commit comments

Comments
 (0)