summaryrefslogtreecommitdiffstats
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:46:56 -0500
commitc9ee113d6a1abe7f35e7de14087c30682c25ddfe (patch)
tree2b1191472906d2faef86f27492315a716d79b78e
parentc170439337e796f9d565f8a60095889d7636a310 (diff)
downloadding-libs-c9ee113d6a1abe7f35e7de14087c30682c25ddfe.tar.gz
ding-libs-c9ee113d6a1abe7f35e7de14087c30682c25ddfe.tar.xz
ding-libs-c9ee113d6a1abe7f35e7de14087c30682c25ddfe.zip
License libpath_utils under LGPL
-rw-r--r--path_utils/path_utils.c20
-rw-r--r--path_utils/path_utils.h25
2 files changed, 38 insertions, 7 deletions
diff --git a/path_utils/path_utils.c b/path_utils/path_utils.c
index b957392..ebb5a3e 100644
--- a/path_utils/path_utils.c
+++ b/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 ******************************/
diff --git a/path_utils/path_utils.h b/path_utils/path_utils.h
index 94764ff..c016e8f 100644
--- a/path_utils/path_utils.h
+++ b/path_utils/path_utils.h
@@ -1,9 +1,22 @@
-#if 0
-Copyright 2009-1010 John Dennis
-This program is distributed under the terms of the GNU Lesser General Public
-License (LGPL). See the included COPYING and COPYING.LESSER files for the
-terms of this license.
-#endif
+/*
+ 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/>.
+*/
#ifndef PATH_UTILS_H
#define PATH_UTILS_H