summaryrefslogtreecommitdiffstats
path: root/src/providers/fail_over.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-02-18 14:31:52 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-02-18 15:46:56 -0500
commit41b90671ce533c8f08072ca706e7ed81a8254242 (patch)
treee4682cc99879a1061088f4b0f2645544691fd05b /src/providers/fail_over.h
parentabb68d6e9552ce2dcc2fc3f5f12ba33d0af440d4 (diff)
downloadsssd-41b90671ce533c8f08072ca706e7ed81a8254242.tar.gz
sssd-41b90671ce533c8f08072ca706e7ed81a8254242.tar.xz
sssd-41b90671ce533c8f08072ca706e7ed81a8254242.zip
Fix licensing issues in SSSD
Diffstat (limited to 'src/providers/fail_over.h')
-rw-r--r--src/providers/fail_over.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/providers/fail_over.h b/src/providers/fail_over.h
index e581fbaf5..f11848321 100644
--- a/src/providers/fail_over.h
+++ b/src/providers/fail_over.h
@@ -1,3 +1,27 @@
+/*
+ SSSD
+
+ Fail over helper functions.
+
+ Authors:
+ Martin Nagy <mnagy@redhat.com>
+
+ 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 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.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __FAIL_OVER_H__
#define __FAIL_OVER_H__