Skip to content

Commit aa59b27

Browse files
authored
Merge pull request #4 from leofang/preamble
Add missing header preamble
2 parents 36dd89d + 20a8179 commit aa59b27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tasks.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
from invoke import Collection, task
1+
# Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
24

5+
from invoke import Collection, task
36

47

58
@task

0 commit comments

Comments
 (0)