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 /include/dissect.h | |
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 'include/dissect.h')
-rw-r--r-- | include/dissect.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/dissect.h b/include/dissect.h index 06b99fa..690b5b7 100644 --- a/include/dissect.h +++ b/include/dissect.h @@ -1,4 +1,25 @@ /* + * 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 + */ + +/* * Protocol packet dissection */ #ifndef DISSECT_H |