aboutsummaryrefslogtreecommitdiff
path: root/command_id.cc
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2018-01-05 17:52:26 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2018-01-16 14:43:24 +0100
commit50e586eade957f93e9f6c63bafb835de3d9c3c04 (patch)
tree32c03b897e7113115f9191aeb83ca6fba15f2271 /command_id.cc
parentf9fbe90e2b1add06b8c2c1597958fc597e997b95 (diff)
downloadlibnitrokey-50e586eade957f93e9f6c63bafb835de3d9c3c04.tar.gz
libnitrokey-50e586eade957f93e9f6c63bafb835de3d9c3c04.tar.bz2
Update license/copyright lines
Remove redundant file Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'command_id.cc')
-rw-r--r--command_id.cc21
1 files changed, 21 insertions, 0 deletions
diff --git a/command_id.cc b/command_id.cc
index f76a358..9c6c590 100644
--- a/command_id.cc
+++ b/command_id.cc
@@ -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
+ */
+
#include <assert.h>
#include "command_id.h"