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_C_API.cpp | |
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_C_API.cpp')
-rw-r--r-- | unittest/test_C_API.cpp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/unittest/test_C_API.cpp b/unittest/test_C_API.cpp index 160145b..d5076c4 100644 --- a/unittest/test_C_API.cpp +++ b/unittest/test_C_API.cpp @@ -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 + */ + static const int TOO_LONG_STRING = 200; #include "catch.hpp" |