summaryrefslogtreecommitdiffstats
path: root/client/smartcard_channel.cpp
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-21 12:35:42 +0200
committerAlon Levy <alevy@redhat.com>2011-07-21 15:09:28 +0300
commit551ad336c1367c64d331e31dd3ea23e17e721b9b (patch)
treefebf8d29019f5012768f7c65f326ccaf712ff6fe /client/smartcard_channel.cpp
parent6bd492fa7975b90a3be31c65ba1fbafdd0002f0f (diff)
downloadspice-551ad336c1367c64d331e31dd3ea23e17e721b9b.tar.gz
spice-551ad336c1367c64d331e31dd3ea23e17e721b9b.tar.xz
spice-551ad336c1367c64d331e31dd3ea23e17e721b9b.zip
add missing "LGPLv2.1 or later" header to source files
Diffstat (limited to 'client/smartcard_channel.cpp')
-rw-r--r--client/smartcard_channel.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/client/smartcard_channel.cpp b/client/smartcard_channel.cpp
index 98f24a8d..b086ad79 100644
--- a/client/smartcard_channel.cpp
+++ b/client/smartcard_channel.cpp
@@ -1,3 +1,19 @@
+/*
+ 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 <spice/enums.h>
#include "client/red_client.h"