Skip to content

Commit d0e44c8

Browse files
committed
Add license header to files
Signed-off-by: Christopher Desiniotis <[email protected]>
1 parent 7a5e6d8 commit d0e44c8

File tree

116 files changed

+348
-0
lines changed

Some content is hidden

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

116 files changed

+348
-0
lines changed

.github/copy-pr-bot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/#configuration
25

36
enabled: true

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# Please see the documentation for all configuration options:
25
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
36

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# Copyright 2024 NVIDIA CORPORATION
25
#
36
# Licensed under the Apache License, Version 2.0 (the "License");

.github/workflows/image.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# Copyright 2024 NVIDIA CORPORATION
25
#
36
# Licensed under the Apache License, Version 2.0 (the "License");

.github/workflows/precompiled.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# Copyright 2024 NVIDIA CORPORATION
25
#
36
# Licensed under the Apache License, Version 2.0 (the "License");

azurelinux/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
ARG AZURE_LINUX_VERSION=''
25
FROM mcr.microsoft.com/azurelinux/base/core:${AZURE_LINUX_VERSION}
36

azurelinux/nvidia-driver

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
#! /bin/bash -x
25
# Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
36

base/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# Ubuntu 24.04
25
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu24.04 AS noble
36

base/generate-ci-config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
#!/bin/bash
25

36
echo "Generating kernel_version.txt"

centos7/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
FROM nvcr.io/nvidia/cuda:12.4.0-base-centos7
25

36
ENV NVIDIA_VISIBLE_DEVICES=void

0 commit comments

Comments
 (0)