diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2018-01-16 15:36:26 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2018-01-16 15:36:26 +0100 |
commit | 3c034e3ec9a894aff243bb5f5f6009eb6c660dd7 (patch) | |
tree | 0511dfa1d00a7872e8cc3fbe25b1df9298915603 /unittest/test_storage.py | |
parent | f9fbe90e2b1add06b8c2c1597958fc597e997b95 (diff) | |
parent | a45744daf09388bec100cbe30d4c61d5a07fb66c (diff) | |
download | libnitrokey-3c034e3ec9a894aff243bb5f5f6009eb6c660dd7.tar.gz libnitrokey-3c034e3ec9a894aff243bb5f5f6009eb6c660dd7.tar.bz2 |
Merge branch 'license_update'
Added license-headers to all source code files.
Fixes #83
Diffstat (limited to 'unittest/test_storage.py')
-rw-r--r-- | unittest/test_storage.py | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/unittest/test_storage.py b/unittest/test_storage.py index 2466779..0f3e04e 100644 --- a/unittest/test_storage.py +++ b/unittest/test_storage.py @@ -1,3 +1,24 @@ +""" +Copyright (c) 2015-2018 Nitrokey UG + +This file is part of libnitrokey. + +libnitrokey is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation, either version 3 of the License, or +any later version. + +libnitrokey is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with libnitrokey. If not, see <http://www.gnu.org/licenses/>. + +SPDX-License-Identifier: LGPL-3.0 +""" + import pprint import pytest |