summaryrefslogtreecommitdiffstats
path: root/server/smartcard.c
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-21 12:35:42 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-05-02 11:24:44 +0200
commitda584a5e2da499820940beaf3dfc46a1e7918338 (patch)
tree4e5d69b33f889e364248a25d67e9120477cb630a /server/smartcard.c
parent9496a7864e6d456977cc9f6c18768d59cfe0d9ba (diff)
downloadspice-da584a5e2da499820940beaf3dfc46a1e7918338.tar.gz
spice-da584a5e2da499820940beaf3dfc46a1e7918338.tar.xz
spice-da584a5e2da499820940beaf3dfc46a1e7918338.zip
add missing "LGPLv2.1 or later" header to source files
Diffstat (limited to 'server/smartcard.c')
-rw-r--r--server/smartcard.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/server/smartcard.c b/server/smartcard.c
index 892500bb..d201f5f0 100644
--- a/server/smartcard.c
+++ b/server/smartcard.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+ Copyright (C) 2010 Red Hat, Inc.
+
+ This library 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 2.1 of the License, or (at your option) any later version.
+
+ This library 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
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
#include <arpa/inet.h>
#include "server/char_device.h"