summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-01-12 14:46:16 +0100
committerMartin Nagy <mnagy@redhat.com>2009-01-12 14:46:16 +0100
commitd99b5f86ee3d2d2a53e16a3e866617ff022963b8 (patch)
treee9353de8efcec9174f34c06b126695a03e319d4d
parentc502e4dc085a04c8aab113e6ca0d38113818240e (diff)
downloadldap_driver_testing-d99b5f86ee3d2d2a53e16a3e866617ff022963b8.tar.gz
ldap_driver_testing-d99b5f86ee3d2d2a53e16a3e866617ff022963b8.tar.xz
ldap_driver_testing-d99b5f86ee3d2d2a53e16a3e866617ff022963b8.zip
Fix copyright headers.
-rw-r--r--ldap_driver.c2
-rw-r--r--settings.c19
-rw-r--r--settings.h19
-rw-r--r--str.c2
-rw-r--r--util.h19
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 <mnagy@redhat.com>
* Adam Tkac <atkac@redhat.com>
*
- * 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 <mnagy@redhat.com>
+ *
+ * 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 <isc/util.h>
#include <isc/mem.h>
#include <isc/result.h>
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 <mnagy@redhat.com>
+ *
+ * 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 <mnagy@redhat.com>
*
- * 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 <mnagy@redhat.com>
+ *
+ * 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_