Skip to content

Commit f627a68

Browse files
authored
Update copyright year and change options to mandatory
Updated copyright year from 2025 to 2026 and changed optional_options to mandatory_options. Signed-off-by: AndreasMittag <andreas.mittag@etas.com>
1 parent 45e72c7 commit f627a68

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/extensions/score_metamodel/metamodel.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# *******************************************************************************
2-
# Copyright (c) 2025 Contributors to the Eclipse Foundation
2+
# Copyright (c) 2026 Contributors to the Eclipse Foundation
33
#
44
# See the NOTICE file(s) distributed with this work for additional
55
# information regarding copyright ownership.
@@ -13,12 +13,10 @@
1313
# yaml-language-server: $schema=./metamodel-schema.json
1414

1515
needs_types_base_options:
16-
optional_options:
16+
mandatory_options:
1717
# req-Id: tool_req__docs_dd_link_source_code_link
1818
source_code_link: ^https://github.com/.*
1919
testlink: ^https://github.com/.*
20-
# Version will be mandatory global option in future releases
21-
# For now giving grace periods to consumers
2220
# req-Id: tool_req__docs_common_attr_version
2321
version: ^[0-9]*$
2422

0 commit comments

Comments
 (0)