Skip to content

Commit 1000035

Browse files
committed
chore: update license
1 parent a262ef0 commit 1000035

File tree

164 files changed

+184
-176
lines changed

Some content is hidden

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

164 files changed

+184
-176
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NVIDIA NVSentinel
2-
Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
2+
Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
33

44
This product includes software developed by NVIDIA Corporation (https://www.nvidia.com/).
55

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# common.mk - Shared Makefile definitions for all nvsentinel Go modules
2-
# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
2+
# Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
33
#
44
# This file provides standardized build, test, and Docker patterns for all Go modules
55
# in the nvsentinel project. Include this file in individual module Makefiles to

fault-quarantine-module/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Fault Quarantine Module Makefile
22
# Individual module build and test targets (requires private repo access)
33

4-
# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
4+
# Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

fault-quarantine-module/cmd/faultquarantine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
1+
// Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
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.

fault-quarantine-module/pkg/breaker/breaker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
1+
// Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
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.

fault-quarantine-module/pkg/breaker/breaker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
1+
// Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
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.

fault-quarantine-module/pkg/breaker/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
1+
// Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
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.

fault-quarantine-module/pkg/breaker/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
1+
// Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
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.

fault-quarantine-module/pkg/common/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
1+
// Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
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.

fault-quarantine-module/pkg/common/healthEventsBuffer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
1+
// Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
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)