[PATCH v2 3/3] git-p4: add "Nvidia Corporation" to copyright header
From: Joel Holdsworth <hidden>
Date: 2021-12-10 15:31:43
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Joel Holdsworth <hidden>
Date: 2021-12-10 15:31:43
Subsystem:
the rest · Maintainer:
Linus Torvalds
The inclusion of the coorporate copyright is a stipulation of the company code release process. --- git-p4.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/git-p4.py b/git-p4.py
index 5568d44c72..17e18265dc 100755
--- a/git-p4.py
+++ b/git-p4.py@@ -5,6 +5,7 @@ # Author: Simon Hausmann <simon@lst.de> # Copyright: 2007 Simon Hausmann <simon@lst.de> # 2007 Trolltech ASA +# 2021 Nvidia Corporation # License: MIT <http://www.opensource.org/licenses/mit-license.php> # # pylint: disable=invalid-name,missing-docstring,too-many-arguments,broad-except
--
2.33.0