BoLiu commited on
Commit
fd0449e
·
verified ·
1 Parent(s): 2718df4

Update post_processing/page_elt_pp.py

Browse files
Files changed (1) hide show
  1. post_processing/page_elt_pp.py +3 -0
post_processing/page_elt_pp.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import numpy as np
2
  import numpy.typing as npt
3
  from typing import List, Tuple, Optional
 
1
+ # SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES.
2
+ # All rights reserved.
3
+ # SPDX-License-Identifier: Apache-2.0
4
  import numpy as np
5
  import numpy.typing as npt
6
  from typing import List, Tuple, Optional