Skip to content
Snippets Groups Projects
Commit 5b58405b authored by Evan Lezar's avatar Evan Lezar
Browse files

Merge branch 'rename-master-to-main' into 'main'

Change master references to main

See merge request !163
parents 465b9801 332c5f61
No related branches found
No related tags found
1 merge request!163Change master references to main
Pipeline #519713363 passed
......@@ -28,7 +28,7 @@ addons:
notification_email: kklues@nvidia.com
build_command_prepend: "make clean"
build_command: "make"
branch_pattern: master
branch_pattern: main
install:
- sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub
......
......@@ -84,7 +84,7 @@ podTemplate (cloud:'sw-gpu-cloudnative',
// getVersionInfo returns a hash of version info
def getVersionInfo(def scmInfo) {
def isMaster = scmInfo.GIT_BRANCH == "master"
def isMaster = scmInfo.GIT_BRANCH == "main"
def isJetson = scmInfo.GIT_BRANCH == "jetson"
def versionInfo = [
......
# libnvidia-container
[![GitHub license](https://img.shields.io/badge/license-New%20BSD-blue.svg?style=flat-square)](https://raw.githubusercontent.com/NVIDIA/libnvidia-container/master/LICENSE)
[![GitHub license](https://img.shields.io/badge/license-New%20BSD-blue.svg?style=flat-square)](https://raw.githubusercontent.com/NVIDIA/libnvidia-container/main/LICENSE)
[![GitHub release](https://img.shields.io/github/release/NVIDIA/libnvidia-container/all.svg?style=flat-square)](https://github.com/NVIDIA/libnvidia-container/releases)
[![Package repository](https://img.shields.io/badge/packages-repository-b956e8.svg?style=flat-square)](https://nvidia.github.io/libnvidia-container)
[![Travis](https://img.shields.io/travis/NVIDIA/libnvidia-container.svg?style=flat-square)](https://travis-ci.org/NVIDIA/libnvidia-container)
......@@ -78,10 +78,10 @@ nvidia-smi -L
## Copyright and License
This project is released under the [BSD 3-clause license](https://github.com/NVIDIA/libnvidia-container/blob/master/LICENSE).
This project is released under the [BSD 3-clause license](https://github.com/NVIDIA/libnvidia-container/blob/main/LICENSE).
Additionally, this project can be dynamically linked with libelf from the elfutils package (https://sourceware.org/elfutils), in which case additional terms apply.\
Refer to [NOTICE](https://github.com/NVIDIA/libnvidia-container/blob/master/NOTICE) for more information.
Refer to [NOTICE](https://github.com/NVIDIA/libnvidia-container/blob/main/NOTICE) for more information.
## Issues and Contributing
......
......@@ -3,15 +3,15 @@ License: BSD-3-Clause AND Apache-2.0 AND GPL-3.0-or-later AND LGPL-3.0-or
# elftoolchain is licensed under BSD-3-Clause
# https://github.com/elftoolchain/elftoolchain#copyright-and-license
# libnvidia-container is licensed under apache-2.0
# https://github.com/NVIDIA/libnvidia-container/blob/master/LICENSE
# https://github.com/NVIDIA/libnvidia-container/blob/main/LICENSE
# libnvidia-container includes the GPLv3 license
# https://github.com/NVIDIA/libnvidia-container/blob/master/COPYING
# https://github.com/NVIDIA/libnvidia-container/blob/main/COPYING
# libnvidia-container includes the LGPLv3 license
# https://github.com/NVIDIA/libnvidia-container/blob/master/COPYING.LESSER
# https://github.com/NVIDIA/libnvidia-container/blob/main/COPYING.LESSER
# nvidia-modprobe is licensed under GPLv2
# https://github.com/NVIDIA/nvidia-modprobe/blob/master/COPYING
# https://github.com/NVIDIA/nvidia-modprobe/blob/main/COPYING
# several nvidia-modprobe files contain the MIT license header
# https://github.com/NVIDIA/nvidia-modprobe/blob/master/utils.mk
# https://github.com/NVIDIA/nvidia-modprobe/blob/main/utils.mk
Vendor: NVIDIA CORPORATION
Packager: NVIDIA CORPORATION <cudatools@nvidia.com>
URL: https://github.com/NVIDIA/libnvidia-container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment