From ba8937d83675c7d69808d1d3df8f823afdc5ce2a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 18 Feb 2010 14:13:54 -0500 Subject: Fix licensing issues for sss_client --- src/sss_client/pam_sss.c | 6 +++--- src/sss_client/pam_test_client.c | 6 +++--- src/sss_client/protos.h | 30 ++++++++++++++++++++++-------- src/sss_client/sss_cli.h | 30 ++++++++++++++++++++++-------- src/sss_client/sss_pam_macros.h | 30 ++++++++++++++++++++++-------- 5 files changed, 72 insertions(+), 30 deletions(-) (limited to 'src/sss_client') diff --git a/src/sss_client/pam_sss.c b/src/sss_client/pam_sss.c index 8a1e3129a..a13563d36 100644 --- a/src/sss_client/pam_sss.c +++ b/src/sss_client/pam_sss.c @@ -5,16 +5,16 @@ Copyright (C) 2009 Red Hat This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by + it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program 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 General Public License for more details. + GNU Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ diff --git a/src/sss_client/pam_test_client.c b/src/sss_client/pam_test_client.c index a088981bc..ef424e77c 100644 --- a/src/sss_client/pam_test_client.c +++ b/src/sss_client/pam_test_client.c @@ -5,16 +5,16 @@ Copyright (C) 2009 Red Hat This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by + it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program 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 General Public License for more details. + GNU Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ diff --git a/src/sss_client/protos.h b/src/sss_client/protos.h index adb0b7bb7..1c11ae658 100644 --- a/src/sss_client/protos.h +++ b/src/sss_client/protos.h @@ -1,12 +1,26 @@ /* - * System Security Services Daemon. NSS Interface - * - * Copyright (C) Simo Sorce 2007 - * - * You can used this header file in any way you see fit provided copyright - * notices are preserved. - * - */ + SSSD + + Client Interface for NSS and PAM. + + Authors: + Simo Sorce + + Copyright (C) Red Hat, Inc 2007 + + This program 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 3 of the License, or + (at your option) any later version. + + This program 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 program. If not, see . +*/ #if 0 /* SHADOW database NSS interface */ diff --git a/src/sss_client/sss_cli.h b/src/sss_client/sss_cli.h index 7e9a81ff3..33ef2a44e 100644 --- a/src/sss_client/sss_cli.h +++ b/src/sss_client/sss_cli.h @@ -1,12 +1,26 @@ /* - * System Security Services Daemon. Client Interface for NSS and PAM. - * - * Copyright (C) Simo Sorce 2007 - * - * You can used this header file in any way you see fit provided copyright - * notices are preserved. - * - */ + SSSD + + Client Interface for NSS and PAM. + + Authors: + Simo Sorce + + Copyright (C) Red Hat, Inc 2007 + + This program 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 3 of the License, or + (at your option) any later version. + + This program 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 program. If not, see . +*/ #ifndef _SSSCLI_H #define _SSSCLI_H diff --git a/src/sss_client/sss_pam_macros.h b/src/sss_client/sss_pam_macros.h index 5277acd0f..198633c5a 100644 --- a/src/sss_client/sss_pam_macros.h +++ b/src/sss_client/sss_pam_macros.h @@ -1,12 +1,26 @@ /* - * System Security Services Daemon. Client Interface for NSS and PAM. - * - * Copyright (C) Stephen Gallagher 2009 - * - * You can used this header file in any way you see fit provided copyright - * notices are preserved. - * - */ + SSSD + + Client Interface for NSS and PAM. + + Authors: + Stephen Gallagher + + Copyright (C) Red Hat, Inc 2009 + + This program 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 3 of the License, or + (at your option) any later version. + + This program 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 program. If not, see . +*/ #ifndef _SSS_PAM_MACROS_H #define _SSS_PAM_MACROS_H -- cgit