-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Fixes: #138

Done with a script based on git-blame output.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkqpcaYACgkQHsardTLnvCX1qwCgkEVZJQQtJzjK9Elm7tjxkyhu
3WsAoNkfoydlcYkrgvnZ8IJUmig7qDcf
=7kUn
-----END PGP SIGNATURE-----
>From 67fc02c37d090c0125d8d758d1354e2bf1f3de14 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <[email protected]>
Date: Tue, 25 Aug 2009 18:26:05 +0200
Subject: [PATCH 2/2] Add copyright notices

Fixes: #138
---
 server/krb5_plugin/sssd_krb5_locator_plugin.c |   20 ++++++++++++++++++++
 server/krb5_plugin/sssd_krb5_locator_plugin.h |   20 ++++++++++++++++++++
 server/resolv/ares/ares_parse_srv_reply.h     |   20 ++++++++++++++++++++
 server/resolv/ares/ares_parse_txt_reply.h     |   20 ++++++++++++++++++++
 server/responder/common/responder_dp.c        |   21 +++++++++++++++++++++
 server/responder/pam/pamsrv.h                 |   21 +++++++++++++++++++++
 server/sbus/sssd_dbus_common.c                |   21 +++++++++++++++++++++
 server/sbus/sssd_dbus_connection.c            |   21 +++++++++++++++++++++
 server/sbus/sssd_dbus_private.h               |   21 +++++++++++++++++++++
 server/tools/tools_util.h                     |   22 ++++++++++++++++++++++
 server/util/debug.c                           |   21 +++++++++++++++++++++
 server/util/memory.c                          |   20 ++++++++++++++++++++
 server/util/sssd-i18n.h                       |   20 ++++++++++++++++++++
 server/util/util.h                            |   20 ++++++++++++++++++++
 sss_client/pam_sss.c                          |   20 ++++++++++++++++++++
 sss_client/pam_test_client.c                  |   20 ++++++++++++++++++++
 16 files changed, 328 insertions(+), 0 deletions(-)

diff --git a/server/krb5_plugin/sssd_krb5_locator_plugin.c b/server/krb5_plugin/sssd_krb5_locator_plugin.c
index 62f5f72..5b289fa 100644
--- a/server/krb5_plugin/sssd_krb5_locator_plugin.c
+++ b/server/krb5_plugin/sssd_krb5_locator_plugin.c
@@ -1,3 +1,23 @@
+/*
+    Authors:
+        Sumit Bose <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
diff --git a/server/krb5_plugin/sssd_krb5_locator_plugin.h b/server/krb5_plugin/sssd_krb5_locator_plugin.h
index ab41689..1016670 100644
--- a/server/krb5_plugin/sssd_krb5_locator_plugin.h
+++ b/server/krb5_plugin/sssd_krb5_locator_plugin.h
@@ -1,3 +1,23 @@
+/*
+    Authors:
+        Sumit Bose <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 #ifndef __SSSD_KRB5_LOCATOR_PLUGIN_H__
 #define __SSSD_KRB5_LOCATOR_PLUGIN_H__
 
diff --git a/server/resolv/ares/ares_parse_srv_reply.h b/server/resolv/ares/ares_parse_srv_reply.h
index 43eb415..caf93cd 100644
--- a/server/resolv/ares/ares_parse_srv_reply.h
+++ b/server/resolv/ares/ares_parse_srv_reply.h
@@ -1,3 +1,23 @@
+/*
+    Authors:
+        Jakub Hrozek <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 #ifndef __ARES_PARSE_SRV_REPLY_H__
 #define __ARES_PARSE_SRV_REPLY_H__
 
diff --git a/server/resolv/ares/ares_parse_txt_reply.h b/server/resolv/ares/ares_parse_txt_reply.h
index b1e3269..9fd4278 100644
--- a/server/resolv/ares/ares_parse_txt_reply.h
+++ b/server/resolv/ares/ares_parse_txt_reply.h
@@ -1,3 +1,23 @@
+/*
+    Authors:
+        Jakub Hrozek <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 #ifndef __ARES_PARSE_TXT_REPLY_H__
 #define __ARES_PARSE_TXT_REPLY_H__
 
diff --git a/server/responder/common/responder_dp.c b/server/responder/common/responder_dp.c
index 604c419..a636518 100644
--- a/server/responder/common/responder_dp.c
+++ b/server/responder/common/responder_dp.c
@@ -1,3 +1,24 @@
+/*
+    Authors:
+        Simo Sorce <[email protected]>
+        Stephen Gallagher <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 
 #include <sys/time.h>
 #include <time.h>
diff --git a/server/responder/pam/pamsrv.h b/server/responder/pam/pamsrv.h
index 00b3658..0963a05 100644
--- a/server/responder/pam/pamsrv.h
+++ b/server/responder/pam/pamsrv.h
@@ -1,3 +1,24 @@
+/*
+    Authors:
+        Simo Sorce <[email protected]>
+        Sumit Bose <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 #ifndef __PAMSRV_H__
 #define __PAMSRV_H__
 
diff --git a/server/sbus/sssd_dbus_common.c b/server/sbus/sssd_dbus_common.c
index 1aec664..e5970a3 100644
--- a/server/sbus/sssd_dbus_common.c
+++ b/server/sbus/sssd_dbus_common.c
@@ -1,3 +1,24 @@
+/*
+    Authors:
+        Simo Sorce <[email protected]>
+        Stephen Gallagher <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 #include <sys/time.h>
 #include "tevent.h"
 #include "dbus/dbus.h"
diff --git a/server/sbus/sssd_dbus_connection.c b/server/sbus/sssd_dbus_connection.c
index 396a1f2..1953ee5 100644
--- a/server/sbus/sssd_dbus_connection.c
+++ b/server/sbus/sssd_dbus_connection.c
@@ -1,3 +1,24 @@
+/*
+    Authors:
+        Simo Sorce <[email protected]>
+        Stephen Gallagher <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 #include <sys/time.h>
 #include "util/util.h"
 #include "dbus/dbus.h"
diff --git a/server/sbus/sssd_dbus_private.h b/server/sbus/sssd_dbus_private.h
index 1f6578c..78a2fe5 100644
--- a/server/sbus/sssd_dbus_private.h
+++ b/server/sbus/sssd_dbus_private.h
@@ -1,3 +1,24 @@
+/*
+    Authors:
+        Simo Sorce <[email protected]>
+        Stephen Gallagher <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 #ifndef _SSSD_DBUS_PRIVATE_H_
 #define _SSSD_DBUS_PRIVATE_H_
 
diff --git a/server/tools/tools_util.h b/server/tools/tools_util.h
index 06f0a6a..c63b903 100644
--- a/server/tools/tools_util.h
+++ b/server/tools/tools_util.h
@@ -1,3 +1,25 @@
+/*
+    Authors:
+        Jakub Hrozek <[email protected]>
+        Simo Sorce <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
+
 #ifndef __TOOLS_UTIL_H__
 #define __TOOLS_UTIL_H__
 
diff --git a/server/util/debug.c b/server/util/debug.c
index 814aec1..a7b3a09 100644
--- a/server/util/debug.c
+++ b/server/util/debug.c
@@ -1,3 +1,24 @@
+/*
+    Authors:
+        Simo Sorce <[email protected]>
+        Stephen Gallagher <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 #define _GNU_SOURCE
 #include <stdio.h>
 #include <stdarg.h>
diff --git a/server/util/memory.c b/server/util/memory.c
index 8ffad49..a2c8b54 100644
--- a/server/util/memory.c
+++ b/server/util/memory.c
@@ -1,3 +1,23 @@
+/*
+    Authors:
+        Simo Sorce <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 #include "talloc.h"
 #include "util/util.h"
 
diff --git a/server/util/sssd-i18n.h b/server/util/sssd-i18n.h
index fab1cdd..73b1c80 100644
--- a/server/util/sssd-i18n.h
+++ b/server/util/sssd-i18n.h
@@ -1,3 +1,23 @@
+/*
+    Authors:
+        Stephen Gallagher <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 #ifndef _SSSD_I18N_H
 #define _SSSD_I18N_H
 
diff --git a/server/util/util.h b/server/util/util.h
index dba6850..ea7f44e 100644
--- a/server/util/util.h
+++ b/server/util/util.h
@@ -1,3 +1,23 @@
+/*
+    Authors:
+        Simo Sorce <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 #ifndef __SSSD_UTIL_H__
 #define __SSSD_UTIL_H__
 
diff --git a/sss_client/pam_sss.c b/sss_client/pam_sss.c
index 5173d65..3d00e28 100644
--- a/sss_client/pam_sss.c
+++ b/sss_client/pam_sss.c
@@ -1,3 +1,23 @@
+/*
+    Authors:
+        Sumit Bose <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 #define PAM_SM_AUTH
 #define PAM_SM_ACCOUNT
 #define PAM_SM_SESSION
diff --git a/sss_client/pam_test_client.c b/sss_client/pam_test_client.c
index 675d7b2..a088981 100644
--- a/sss_client/pam_test_client.c
+++ b/sss_client/pam_test_client.c
@@ -1,3 +1,23 @@
+/*
+    Authors:
+        Sumit Bose <[email protected]>
+
+    Copyright (C) 2009 Red Hat
+
+    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; 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
-- 
1.6.2.5

_______________________________________________
sssd-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to