From 551ad336c1367c64d331e31dd3ea23e17e721b9b Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 21 Apr 2011 12:35:42 +0200 Subject: add missing "LGPLv2.1 or later" header to source files --- server/smartcard.c | 17 +++++++++++++++++ server/smartcard.h | 17 +++++++++++++++++ server/zlib_encoder.c | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) (limited to 'server') 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 . +*/ #include #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 . +*/ #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 . +*/ #include "red_common.h" #include "zlib_encoder.h" #include -- cgit