azhurkevich commented on code in PR #22131:
URL: https://github.com/apache/beam/pull/22131#discussion_r917043653


##########
sdks/python/apache_beam/ml/inference/tensorrt_inference.py:
##########
@@ -0,0 +1,213 @@
+#
+# SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. 
All rights reserved. # pylint: disable=line-too-long

Review Comment:
   @yeandy We can do this:
   ```
   SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES
   Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
   ```
   Or we can do this:
   ```
   SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES.
   All rights reserved.
   ```
   Whatever you like more. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to