From abb68d6e9552ce2dcc2fc3f5f12ba33d0af440d4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 22 Jan 2010 13:51:49 -0500 Subject: License libpath_utils under LGPL --- common/path_utils/path_utils.c | 20 +++++++++++++++++++- common/path_utils/path_utils.h | 25 +++++++++++++++++++------ 2 files changed, 38 insertions(+), 7 deletions(-) (limited to 'common') diff --git a/common/path_utils/path_utils.c b/common/path_utils/path_utils.c index b957392b8..ebb5a3e9c 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 + + 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 . +*/ /*****************************************************************************/ /******************************** Documentation ******************************/ diff --git a/common/path_utils/path_utils.h b/common/path_utils/path_utils.h index 94764ff07..c016e8f39 100644 --- a/common/path_utils/path_utils.h +++ b/common/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 + + 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 . +*/ #ifndef PATH_UTILS_H #define PATH_UTILS_H -- cgit