Skip to content

Commit 57c68f5

Browse files
authored
chore: version update (#15)
* Update version in pyproject.toml to 0.2.1 for Autoware System Designer package Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * Update copyright year to 2026 and change package version to 0.2.1 in Autoware System Designer files Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * Add instructions for using Autoware System Designer as an independent workspace in README.md Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * Update copyright year to 2026 in empty.cpp Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
1 parent 3837eb7 commit 57c68f5

56 files changed

Lines changed: 78 additions & 55 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 23 additions & 0 deletions

autoware_system_design_examples/src/empty.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 TIER IV, inc.
1+
// Copyright 2026 TIER IV, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

autoware_system_designer/autoware_system_designer-extras.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 TIER IV, inc.
1+
# Copyright 2026 TIER IV, inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

autoware_system_designer/autoware_system_designer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 TIER IV, inc.
1+
# Copyright 2026 TIER IV, inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

autoware_system_designer/autoware_system_designer/builder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 TIER IV, inc.
1+
# Copyright 2026 TIER IV, inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

autoware_system_designer/autoware_system_designer/builder/config/config_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 TIER IV, inc.
1+
# Copyright 2026 TIER IV, inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

autoware_system_designer/autoware_system_designer/builder/deployment_instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 TIER IV, inc.
1+
# Copyright 2026 TIER IV, inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

autoware_system_designer/autoware_system_designer/builder/graph/event_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 TIER IV, inc.
1+
# Copyright 2026 TIER IV, inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

autoware_system_designer/autoware_system_designer/builder/graph/link_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 TIER IV, inc.
1+
# Copyright 2026 TIER IV, inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

autoware_system_designer/autoware_system_designer/builder/instances/instances.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 TIER IV, inc.
1+
# Copyright 2026 TIER IV, inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)