Skip to content

Commit c9299bc

Browse files
committed
Updated the copyright year of new files
Signed-off-by: M Q <[email protected]>
1 parent 749c490 commit c9299bc

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

examples/apps/ai_remote_infer_app/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021-2025 MONAI Consortium
1+
# Copyright 2025 MONAI Consortium
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

examples/apps/ai_remote_infer_app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021-2025 MONAI Consortium
1+
# Copyright 2025 MONAI Consortium
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1+
# Copyright 2025 MONAI Consortium
2+
# Licensed under the Apache License, Version 2.0 (the "License");
3+
# you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at
5+
# http://www.apache.org/licenses/LICENSE-2.0
6+
# Unless required by applicable law or agreed to in writing, software
7+
# distributed under the License is distributed on an "AS IS" BASIS,
8+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
# See the License for the specific language governing permissions and
10+
# limitations under the License.
11+
112
#!/bin/bash
213
export HOLOSCAN_INPUT_PATH="inputs/spleen_ct_tcia"
314
export HOLOSCAN_MODEL_PATH="examples/apps/ai_remote_infer_app/models_client_side"
415
export HOLOSCAN_OUTPUT_PATH="output_spleen"
516
export HOLOSCAN_LOG_LEVEL=DEBUG # TRACE can be used for verbose low-level logging
6-
export TRITON_SERVER_NETLOC="localhost:8000" # Triton server network location, host:port
17+
export TRITON_SERVER_NETLOC="localhost:8000" # Triton server network location, host:port

examples/apps/ai_remote_infer_app/spleen_seg_operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021-2025 MONAI Consortium
1+
# Copyright 2025 MONAI Consortium
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

0 commit comments

Comments
 (0)