Skip to content

Commit a55c45c

Browse files
committed
chore: add the license header
1 parent 3a6bc46 commit a55c45c

21 files changed

Lines changed: 105 additions & 0 deletions

rcl-z/tests/test_arguments.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Ported from Open Source Robotics Foundation code (2018)
2+
// https://github.com/ros2/rcl
3+
// Licensed under the Apache License 2.0
4+
// Copyright 2025 ZettaScale Technology
5+
16
#![cfg(feature = "test-core")]
27

38
use std::ptr;

rcl-z/tests/test_client.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Ported from Open Source Robotics Foundation code (2016)
2+
// https://github.com/ros2/rcl
3+
// Licensed under the Apache License 2.0
4+
// Copyright 2025 ZettaScale Technology
5+
16
#![cfg(feature = "test-core")]
27

38
use std::ptr;

rcl-z/tests/test_common.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Ported from Open Source Robotics Foundation code (2020)
2+
// https://github.com/ros2/rcl
3+
// Licensed under the Apache License 2.0
4+
// Copyright 2025 ZettaScale Technology
5+
16
#![cfg(feature = "test-core")]
27

38
use rcl_z::{

rcl-z/tests/test_context.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Ported from Open Source Robotics Foundation code (2019)
2+
// https://github.com/ros2/rcl
3+
// Licensed under the Apache License 2.0
4+
// Copyright 2025 ZettaScale Technology
5+
16
#![cfg(feature = "test-core")]
27
#![allow(unused_unsafe)]
38

rcl-z/tests/test_count_matched.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Ported from Open Source Robotics Foundation code (2018)
2+
// https://github.com/ros2/rcl
3+
// Licensed under the Apache License 2.0
4+
// Copyright 2025 ZettaScale Technology
5+
16
#![allow(clippy::needless_return)]
27
#![cfg(feature = "test-msgs")]
38

rcl-z/tests/test_domain_id.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Ported from Open Source Robotics Foundation code (2020)
2+
// https://github.com/ros2/rcl
3+
// Licensed under the Apache License 2.0
4+
// Copyright 2025 ZettaScale Technology
5+
16
#![cfg(feature = "test-core")]
27

38
use std::ptr;

rcl-z/tests/test_expand_topic_name.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Ported from Open Source Robotics Foundation code (2017)
2+
// https://github.com/ros2/rcl
3+
// Licensed under the Apache License 2.0
4+
// Copyright 2025 ZettaScale Technology
5+
16
#![cfg(feature = "test-core")]
27

38
use std::{

rcl-z/tests/test_get_actual_qos.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Ported from Open Source Robotics Foundation code (2019)
2+
// https://github.com/ros2/rcl
3+
// Licensed under the Apache License 2.0
4+
// Copyright 2025 ZettaScale Technology
5+
16
#![cfg(feature = "test-msgs")]
27

38
use std::ptr;

rcl-z/tests/test_get_node_names.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Ported from Open Source Robotics Foundation code (2017)
2+
// https://github.com/ros2/rcl
3+
// Licensed under the Apache License 2.0
4+
// Copyright 2025 ZettaScale Technology
5+
16
#![cfg(feature = "test-core")]
27

38
use std::{collections::HashSet, ffi::CStr, ptr, thread, time::Duration};

rcl-z/tests/test_graph.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Ported from Open Source Robotics Foundation code (2016)
2+
// https://github.com/ros2/rcl
3+
// Licensed under the Apache License 2.0
4+
// Copyright 2025 ZettaScale Technology
5+
16
#![allow(clippy::needless_return)]
27
#![cfg(feature = "test-msgs")]
38

0 commit comments

Comments
 (0)