summaryrefslogtreecommitdiffstats
path: root/src/sss_client/sss_cli.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-02-18 14:13:54 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-02-18 15:46:57 -0500
commitba8937d83675c7d69808d1d3df8f823afdc5ce2a (patch)
tree7ba934099a424e9ace595cccd191bddb7aeadb30 /src/sss_client/sss_cli.h
parentef214ac48a5499353609443178a65ea1d2d34c97 (diff)
downloadsssd-ba8937d83675c7d69808d1d3df8f823afdc5ce2a.tar.gz
sssd-ba8937d83675c7d69808d1d3df8f823afdc5ce2a.tar.xz
sssd-ba8937d83675c7d69808d1d3df8f823afdc5ce2a.zip
Fix licensing issues for sss_client
Diffstat (limited to 'src/sss_client/sss_cli.h')
-rw-r--r--src/sss_client/sss_cli.h30
1 files changed, 22 insertions, 8 deletions
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 <ssorce@redhat.com>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
#ifndef _SSSCLI_H
#define _SSSCLI_H