diff options
Diffstat (limited to 'tests/units/test_0004_hardware.py')
-rw-r--r-- | tests/units/test_0004_hardware.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/units/test_0004_hardware.py b/tests/units/test_0004_hardware.py index f2210be..c913002 100644 --- a/tests/units/test_0004_hardware.py +++ b/tests/units/test_0004_hardware.py @@ -1,10 +1,10 @@ # -# Copyright (C) 2020 Soleta Networks <info@soleta.eu> +# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu> # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the -# Free Software Foundation, version 3. -# +# Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. from server import Server from client import Client |