Adding NoRenderingMode unit test and copyright message for other unit tests
This commit is contained in:
parent
4cf2c64a23
commit
7e35eec00a
File diff suppressed because it is too large
Load Diff
|
@ -1,3 +1,9 @@
|
|||
# Copyright (c) 2024 Computer Vision Center (CVC) at the Universitat Autonoma de
|
||||
# Barcelona (UAB).
|
||||
#
|
||||
# This work is licensed under the terms of the MIT license.
|
||||
# For a copy, see <https://opensource.org/licenses/MIT>.
|
||||
|
||||
from __future__ import print_function
|
||||
import unittest
|
||||
import glob
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
# Copyright (c) 2024 Computer Vision Center (CVC) at the Universitat Autonoma de
|
||||
# Barcelona (UAB).
|
||||
#
|
||||
# This work is licensed under the terms of the MIT license.
|
||||
# For a copy, see <https://opensource.org/licenses/MIT>.
|
||||
|
||||
from __future__ import print_function
|
||||
import unittest
|
||||
import glob
|
||||
|
|
Loading…
Reference in New Issue