summaryrefslogtreecommitdiffstats
path: root/common/path_utils/path_utils.c
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-01-22 13:51:49 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-02-18 15:48:05 -0500
commitebf319574fd2af185e21c07856bddd9ccece6f2a (patch)
tree3fdfc57e2456ee068808aff052a74dc2729b62e2 /common/path_utils/path_utils.c
parent9fb4246973602cb26f92b677d393c74392a4768e (diff)
downloadsssd_unused-ebf319574fd2af185e21c07856bddd9ccece6f2a.tar.gz
sssd_unused-ebf319574fd2af185e21c07856bddd9ccece6f2a.tar.xz
sssd_unused-ebf319574fd2af185e21c07856bddd9ccece6f2a.zip
License libpath_utils under LGPL
Diffstat (limited to 'common/path_utils/path_utils.c')
-rw-r--r--common/path_utils/path_utils.c20
1 files changed, 19 insertions, 1 deletions
diff --git a/common/path_utils/path_utils.c b/common/path_utils/path_utils.c
index b957392b..ebb5a3e9 100644
--- a/common/path_utils/path_utils.c
+++ b/common/path_utils/path_utils.c
@@ -1,4 +1,22 @@
-/* gcc -O0 -g -o path-utils path-utils.c */
+/*
+ Authors:
+ John Dennis <jdennis.redhat.com>
+
+ Copyright (C) 2009 Red Hat
+
+ 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/>.
+*/
/*****************************************************************************/
/******************************** Documentation ******************************/