Skip to content

Commit 9808eaa

Browse files
committed
Add license comments and formatting
1 parent 6b51d81 commit 9808eaa

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

cli/src/host_commands/kernel_stats.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and IronCore contributors
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
use anyhow::{Context, Result};
25
use feos_proto::host_service::host_service_client::HostServiceClient;
36
use feos_proto::host_service::GetKernelStatsRequest;

feos/services/host-service/src/lib.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33

44
use crate::error::HostError;
55
use feos_proto::host_service::{
6-
FeosLogEntry, GetCpuInfoResponse, GetKernelStatsResponse, GetNetworkInfoResponse, GetVersionInfoResponse,
7-
HostnameResponse, KernelLogEntry, MemoryResponse, RebootRequest, RebootResponse,
8-
ShutdownRequest, ShutdownResponse, UpgradeFeosBinaryRequest, UpgradeFeosBinaryResponse,
6+
FeosLogEntry, GetCpuInfoResponse, GetKernelStatsResponse, GetNetworkInfoResponse,
7+
GetVersionInfoResponse, HostnameResponse, KernelLogEntry, MemoryResponse, RebootRequest,
8+
RebootResponse, ShutdownRequest, ShutdownResponse, UpgradeFeosBinaryRequest,
9+
UpgradeFeosBinaryResponse,
910
};
1011
use std::path::PathBuf;
1112
use tokio::sync::{mpsc, oneshot};

0 commit comments

Comments
 (0)