diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2011-04-21 12:35:42 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2011-05-02 11:24:44 +0200 |
commit | da584a5e2da499820940beaf3dfc46a1e7918338 (patch) | |
tree | 4e5d69b33f889e364248a25d67e9120477cb630a | |
parent | 9496a7864e6d456977cc9f6c18768d59cfe0d9ba (diff) |
add missing "LGPLv2.1 or later" header to source files
-rw-r--r-- | client/gui/gui.cpp | 17 | ||||
-rw-r--r-- | client/gui/gui.h | 17 | ||||
-rw-r--r-- | client/gui/resource_provider.cpp | 17 | ||||
-rw-r--r-- | client/gui/resource_provider.h | 17 | ||||
-rw-r--r-- | client/gui/softrenderer.cpp | 17 | ||||
-rw-r--r-- | client/gui/softrenderer.h | 17 | ||||
-rw-r--r-- | client/gui/softtexture.cpp | 17 | ||||
-rw-r--r-- | client/gui/softtexture.h | 18 | ||||
-rw-r--r-- | client/smartcard_channel.cpp | 16 | ||||
-rw-r--r-- | client/smartcard_channel.h | 16 | ||||
-rw-r--r-- | client/zlib_decoder.cpp | 16 | ||||
-rw-r--r-- | server/smartcard.c | 17 | ||||
-rw-r--r-- | server/smartcard.h | 17 | ||||
-rw-r--r-- | server/zlib_encoder.c | 17 |
14 files changed, 235 insertions, 1 deletions
diff --git a/client/gui/gui.cpp b/client/gui/gui.cpp index d8513c62..eba241f7 100644 --- a/client/gui/gui.cpp +++ b/client/gui/gui.cpp @@ -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 "common.h" #include <limits.h> diff --git a/client/gui/gui.h b/client/gui/gui.h index 3b76b688..457c3512 100644 --- a/client/gui/gui.h +++ b/client/gui/gui.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 _H_GUI #define _H_GUI diff --git a/client/gui/resource_provider.cpp b/client/gui/resource_provider.cpp index 52e3381c..2b5c44f3 100644 --- a/client/gui/resource_provider.cpp +++ b/client/gui/resource_provider.cpp @@ -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 "common.h" #include "resource_provider.h" diff --git a/client/gui/resource_provider.h b/client/gui/resource_provider.h index c3136880..6f59cb8a 100644 --- a/client/gui/resource_provider.h +++ b/client/gui/resource_provider.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 _H_RESOURCE_PROVIDER #define _H_RESOURCE_PROVIDER diff --git a/client/gui/softrenderer.cpp b/client/gui/softrenderer.cpp index 87fffb8b..bdc7a6cd 100644 --- a/client/gui/softrenderer.cpp +++ b/client/gui/softrenderer.cpp @@ -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 "common.h" #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/client/gui/softrenderer.h b/client/gui/softrenderer.h index f5155ad2..f25f79e2 100644 --- a/client/gui/softrenderer.h +++ b/client/gui/softrenderer.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 _directfbrenderer_h_ #define _directfbrenderer_h_ diff --git a/client/gui/softtexture.cpp b/client/gui/softtexture.cpp index 562edeab..a633f24e 100644 --- a/client/gui/softtexture.cpp +++ b/client/gui/softtexture.cpp @@ -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 "common.h" #ifdef HAVE_CONFIG_H diff --git a/client/gui/softtexture.h b/client/gui/softtexture.h index 788795ff..65a4ece5 100644 --- a/client/gui/softtexture.h +++ b/client/gui/softtexture.h @@ -1,4 +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 _softtexture_h_ #define _softtexture_h_ 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" diff --git a/client/smartcard_channel.h b/client/smartcard_channel.h index 752713ba..a84cbfdb 100644 --- a/client/smartcard_channel.h +++ b/client/smartcard_channel.h @@ -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/>. +*/ #ifndef __SMART_CARD_H__ #define __SMART_CARD_H__ diff --git a/client/zlib_decoder.cpp b/client/zlib_decoder.cpp index 68b1b339..9cdadb3c 100644 --- a/client/zlib_decoder.cpp +++ b/client/zlib_decoder.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 "common.h" #include "zlib_decoder.h" #include "debug.h" 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" diff --git a/server/smartcard.h b/server/smartcard.h index bb2f0b60..cc74d9bd 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> |