Skip to content

Commit 43f90dc

Browse files
authored
Update license header to include Nvidia affiliates (#956)
Signed-off-by: Rajat Chopra <rajatc@nvidia.com>
1 parent fc0d4ff commit 43f90dc

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

api/device/v1alpha1/gpu_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION. All rights reserved.
1+
// SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");

api/proto/device/v1alpha1/gpu.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION. All rights reserved.
1+
// SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ require (
66
github.com/NVIDIA/go-nvml v0.12.9-0
77
github.com/go-logr/logr v1.4.3
88
github.com/go-logr/stdr v1.2.2
9-
github.com/golang/protobuf v1.5.4
109
github.com/google/go-cmp v0.7.0
1110
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1
1211
github.com/k3s-io/kine v1.14.2
@@ -51,6 +50,7 @@ require (
5150
github.com/go-sql-driver/mysql v1.9.3 // indirect
5251
github.com/gogo/protobuf v1.3.2 // indirect
5352
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
53+
github.com/golang/protobuf v1.5.4 // indirect
5454
github.com/google/btree v1.1.3 // indirect
5555
github.com/google/cel-go v0.26.0 // indirect
5656
github.com/google/gnostic-models v0.7.0 // indirect

internal/generated/device/v1alpha1/gpu.pb.go

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/generated/device/v1alpha1/gpu_grpc.pb.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)