summaryrefslogtreecommitdiffstats
path: root/server
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 /server
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 'server')
-rw-r--r--server/smartcard.c17
-rw-r--r--server/smartcard.h17
-rw-r--r--server/zlib_encoder.c17
3 files changed, 51 insertions, 0 deletions
diff --git a/server/smartcard.c b/server/smartcard.c
index 852110bd..7136d111 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"
diff --git a/server/smartcard.h b/server/smartcard.h
index 790eb878..b9011838 100644
--- a/server/smartcard.h
+++ b/server/smartcard.h
@@ -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/>.
+*/
#ifndef __SMART_CARD_H__
#define __SMART_CARD_H__
diff --git a/server/zlib_encoder.c b/server/zlib_encoder.c
index e0d8d830..214180ed 100644
--- a/server/zlib_encoder.c
+++ b/server/zlib_encoder.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 "red_common.h"
#include "zlib_encoder.h"
#include <zlib.h>