diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-18 14:31:52 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-18 15:46:56 -0500 |
commit | 41b90671ce533c8f08072ca706e7ed81a8254242 (patch) | |
tree | e4682cc99879a1061088f4b0f2645544691fd05b /src/tests/common.h | |
parent | abb68d6e9552ce2dcc2fc3f5f12ba33d0af440d4 (diff) | |
download | sssd-41b90671ce533c8f08072ca706e7ed81a8254242.tar.gz sssd-41b90671ce533c8f08072ca706e7ed81a8254242.tar.bz2 sssd-41b90671ce533c8f08072ca706e7ed81a8254242.zip |
Fix licensing issues in SSSD
Diffstat (limited to 'src/tests/common.h')
-rw-r--r-- | src/tests/common.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/tests/common.h b/src/tests/common.h index 0e954d7d..5d4b0867 100644 --- a/src/tests/common.h +++ b/src/tests/common.h @@ -1,3 +1,27 @@ +/* + SSSD + + Common utilities for check-based tests using talloc. + + 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 __TESTS_COMMON_H__ #define __TESTS_COMMON_H__ |