From d99b5f86ee3d2d2a53e16a3e866617ff022963b8 Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Mon, 12 Jan 2009 14:46:16 +0100 Subject: Fix copyright headers. --- ldap_driver.c | 2 +- settings.c | 19 +++++++++++++++++++ settings.h | 19 +++++++++++++++++++ str.c | 2 +- util.h | 19 +++++++++++++++++++ 5 files changed, 59 insertions(+), 2 deletions(-) diff --git a/ldap_driver.c b/ldap_driver.c index 39a9715..1bda8b6 100644 --- a/ldap_driver.c +++ b/ldap_driver.c @@ -1,7 +1,7 @@ /* Authors: Martin Nagy * Adam Tkac * - * Copyright (C) 2008 Red Hat + * Copyright (C) 2008, 2009 Red Hat * see file 'COPYING' for use and warranty information * * This program is free software; you can redistribute it and/or diff --git a/settings.c b/settings.c index 6f1aa45..99025a4 100644 --- a/settings.c +++ b/settings.c @@ -1,3 +1,22 @@ +/* Authors: Martin Nagy + * + * Copyright (C) 2009 Red Hat + * see file 'COPYING' for use and warranty information + * + * 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; version 2 only + * + * 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, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #include #include #include diff --git a/settings.h b/settings.h index 9819cd3..617cfed 100644 --- a/settings.h +++ b/settings.h @@ -1,3 +1,22 @@ +/* Authors: Martin Nagy + * + * Copyright (C) 2009 Red Hat + * see file 'COPYING' for use and warranty information + * + * 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; version 2 only + * + * 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, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #ifndef _LD_SETTINGS_H_ #define _LD_SETTINGS_H_ diff --git a/str.c b/str.c index d553c66..bf5d3c8 100644 --- a/str.c +++ b/str.c @@ -1,6 +1,6 @@ /* Authors: Martin Nagy * - * Copyright (C) 2008 Red Hat + * Copyright (C) 2008, 2009 Red Hat * see file 'COPYING' for use and warranty information * * This program is free software; you can redistribute it and/or diff --git a/util.h b/util.h index 83ef628..470d3fd 100644 --- a/util.h +++ b/util.h @@ -1,3 +1,22 @@ +/* Authors: Martin Nagy + * + * Copyright (C) 2009 Red Hat + * see file 'COPYING' for use and warranty information + * + * 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; version 2 only + * + * 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, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #ifndef _LD_UTIL_H_ #define _LD_UTIL_H_ -- cgit