summaryrefslogtreecommitdiffstats
path: root/client/smartcard_channel.cpp
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 /client/smartcard_channel.cpp
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 '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 272d29db..32b6d8d6 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"