URL: https://github.com/SSSD/sssd/pull/637
Author: jhrozek
 Title: #637: Relicense GPLv2 only files as GPLv3+
Action: opened

PR body:
"""
This patchset is seemingly large, but only the license blobs were in fact 
changed. There is one patch per changed file.

In most cases, we should be totally fine as everyone who touched the file was a 
RH employee and RH owns the copyright and at the same time, the work was 
original, not a derivative of some original v2 only work.

There are two exceptions:
 - there was an outside contributor who fixed some typos. I contacted him and 
Rene Genz kindly agreed to use v3+
 - ipachangeconf.py was based on authconfig code. But since the authconfig code 
itself is v2+, there v2 only blob was a mistake in the first place.
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/637/head:pr637
git checkout pr637
From fb5ffd854c57c745dd388036cc715508c3a2ecd0 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 09:53:00 +0000
Subject: [PATCH 01/38] src/tests/python-test.py is GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The following people touched the file:

$ git log --format='%an <%ae>' src/tests/python-test.py | sort | uniq
Bohuslav Kabrda <bkab...@redhat.com>
Fabiano Fidêncio <fiden...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
René Genz <liebundar...@freenet.de>
Stephen Gallagher <sgall...@redhat.com>

All except René Genz are Red Hat employees and Rene agreed to use GPLv3+
for his contribution.
---
 src/tests/python-test.py | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/tests/python-test.py b/src/tests/python-test.py
index c0494db1a..b66bf3966 100644
--- a/src/tests/python-test.py
+++ b/src/tests/python-test.py
@@ -6,10 +6,10 @@
 #
 # 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 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
@@ -17,8 +17,7 @@
 # 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
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 import os
 import tempfile

From 698e41145679e9a95aad3cd9d0c252234fe64cd9 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 09:56:01 +0000
Subject: [PATCH 02/38] src/tests/intg/util.py is licensed under GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/util.py | sort | uniq
Fabiano Fidêncio <fiden...@redhat.com>
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
Michal Židek <mzi...@redhat.com>
Nikolai Kondrashov <nikolai.kondras...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/util.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/util.py b/src/tests/intg/util.py
index bfebbfb35..dd4dcf3f8 100644
--- a/src/tests/intg/util.py
+++ b/src/tests/intg/util.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2015 Red Hat, Inc.
 # Author: Nikolai Kondrashov <nikolai.kondras...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From e4a9ba62745f00fbb9cf7a93d91d5335f1edfcd4 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 09:58:57 +0000
Subject: [PATCH 03/38] src/tests/intg/test_ts_cache.py is licensed under
 GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/test_ts_cache.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
Petr Čech <pc...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/test_ts_cache.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_ts_cache.py b/src/tests/intg/test_ts_cache.py
index c3819e21a..8ce673126 100644
--- a/src/tests/intg/test_ts_cache.py
+++ b/src/tests/intg/test_ts_cache.py
@@ -4,14 +4,15 @@
 #
 # Copyright (c) 2016 Red Hat, Inc.
 #
-# This 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 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.
+# 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/>.

From d1c9e9e91a1ced02bc7fbc3a508c71adb479cac1 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:01:22 +0000
Subject: [PATCH 04/38] src/tests/intg/test_sudo.py is licensed under GPLv3+

$ git log --format='%an <%ae>' src/tests/intg/test_sudo.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/test_sudo.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_sudo.py b/src/tests/intg/test_sudo.py
index 8f3d8be3e..9e229fa6f 100644
--- a/src/tests/intg/test_sudo.py
+++ b/src/tests/intg/test_sudo.py
@@ -3,14 +3,15 @@
 #
 # Copyright (c) 2018 Red Hat, Inc.
 #
-# This 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 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.
+# 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/>.

From 944ce81eb4c218e82456b3b0363c2c10f4f27167 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:03:33 +0000
Subject: [PATCH 05/38] src/tests/intg/test_sssctl.py is licensed under GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/test_sssctl.py | sort | uniq
Fabiano Fidêncio <fiden...@redhat.com>
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
Michal Židek <mzi...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/test_sssctl.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_sssctl.py b/src/tests/intg/test_sssctl.py
index e8861dd86..4ba4ad148 100644
--- a/src/tests/intg/test_sssctl.py
+++ b/src/tests/intg/test_sssctl.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2016 Red Hat, Inc.
 # Author: Michal Zidek <mzi...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From 76185a2b2638e74d94368bdbb4c4e9ef0a059b31 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:06:40 +0000
Subject: [PATCH 06/38] src/tests/intg/test_ssh_pubkey.py is licensed under
 GPLv3+

$ ggit log --format='%an <%ae>' src/tests/intg/test_ssh_pubkey.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/test_ssh_pubkey.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_ssh_pubkey.py b/src/tests/intg/test_ssh_pubkey.py
index 8fb41c62d..e471e4b47 100644
--- a/src/tests/intg/test_ssh_pubkey.py
+++ b/src/tests/intg/test_ssh_pubkey.py
@@ -3,14 +3,15 @@
 #
 # Copyright (c) 2018 Red Hat, Inc.
 #
-# This 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 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.
+# 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/>.

From 63ee239f4a6e86fc9b749fd95af77e0031655d65 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:08:14 +0000
Subject: [PATCH 07/38] src/tests/intg/test_session_recording.py is licensed
 under GPLv3+

$ git log --format='%an <%ae>' src/tests/intg/test_session_recording.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>
Nikolai Kondrashov <nikolai.kondras...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/test_session_recording.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_session_recording.py b/src/tests/intg/test_session_recording.py
index 0ed824f92..91cd93bfc 100644
--- a/src/tests/intg/test_session_recording.py
+++ b/src/tests/intg/test_session_recording.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2016 Red Hat, Inc.
 # Author: Nikolai Kondrashov <nikolai.kondras...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From e5fbb3241e1cc0003022ba0f2dfcc1654f005d28 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:10:03 +0000
Subject: [PATCH 08/38] src/tests/intg/test_secrets.py is licensed under GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/test_secrets.py | sort | uniq
Fabiano Fidêncio <fiden...@redhat.com>
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
Pavel Březina <pbrez...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/test_secrets.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_secrets.py b/src/tests/intg/test_secrets.py
index 7979cd386..a24743bee 100644
--- a/src/tests/intg/test_secrets.py
+++ b/src/tests/intg/test_secrets.py
@@ -3,14 +3,15 @@
 #
 # Copyright (c) 2016 Red Hat, Inc.
 #
-# This 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 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.
+# 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/>.

From 6088cf7f5e12bdcd27095bc563c7216f4d9fd713 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:11:27 +0000
Subject: [PATCH 09/38] src/tests/intg/test_pysss_nss_idmap.py is licensed
 under GPLv3+

$ git log --format='%an <%ae>' src/tests/intg/test_pysss_nss_idmap.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
Sumit Bose <sb...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/test_pysss_nss_idmap.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_pysss_nss_idmap.py b/src/tests/intg/test_pysss_nss_idmap.py
index 8d0d9b794..2d19ec2ef 100644
--- a/src/tests/intg/test_pysss_nss_idmap.py
+++ b/src/tests/intg/test_pysss_nss_idmap.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2017 Red Hat, Inc.
 # Author: Lukas Slebodnik <lsleb...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From caf710471f9b8ffd087c7f39cf9da571dd9abb24 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:14:06 +0000
Subject: [PATCH 10/38] src/tests/intg/test_pam_responder.py is licensed under
 GPLv3+

$ git log --format='%an <%ae>' src/tests/intg/test_pam_responder.py | sort | uniq
Sumit Bose <sb...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/test_pam_responder.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_pam_responder.py b/src/tests/intg/test_pam_responder.py
index 09aedd7b7..cf6fff2db 100644
--- a/src/tests/intg/test_pam_responder.py
+++ b/src/tests/intg/test_pam_responder.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2018 Red Hat, Inc.
 # Author: Sumit Bose <sb...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From b243f48bd3dd4cd5e1d1c476ec6fe1a633e929d0 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:15:56 +0000
Subject: [PATCH 11/38] src/tests/intg/test_pac_responder.py is licensed under
 GPLv3+

$ git log --format='%an <%ae>' src/tests/intg/test_pac_responder.py | sort | uniq
Sumit Bose <sb...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work
---
 src/tests/intg/test_pac_responder.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_pac_responder.py b/src/tests/intg/test_pac_responder.py
index 4354a5d78..adc31965b 100644
--- a/src/tests/intg/test_pac_responder.py
+++ b/src/tests/intg/test_pac_responder.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2017 Red Hat, Inc.
 # Author: Sumit Bose <sb...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From 7966de80f920f192e3312ffdd516f0590bd2323a Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:17:15 +0000
Subject: [PATCH 12/38] src/tests/intg/test_netgroup.py is licensed under
 GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/test_netgroup.py | sort | uniq
Fabiano Fidêncio <fiden...@redhat.com>
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
Petr Cech <pc...@redhat.com>
Sumit Bose <sb...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/test_netgroup.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_netgroup.py b/src/tests/intg/test_netgroup.py
index d0e2c6a76..3d7f980e9 100644
--- a/src/tests/intg/test_netgroup.py
+++ b/src/tests/intg/test_netgroup.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2016 Red Hat, Inc.
 # Author: Petr Cech <pc...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From 38617ed892b93d298607f324bb495fa1aeed5d9c Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:18:45 +0000
Subject: [PATCH 13/38] src/tests/intg/test_memory_cache.py is licensed under
 GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/test_memory_cache.py | sort | uniq
Lukas Slebodnik <lsleb...@redhat.com>
Michal Židek <mzi...@redhat.com>
Nikolai Kondrashov <nikolai.kondras...@redhat.com>
Pavel Reichl <prei...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/test_memory_cache.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_memory_cache.py b/src/tests/intg/test_memory_cache.py
index 0d1327336..8d66a37ca 100644
--- a/src/tests/intg/test_memory_cache.py
+++ b/src/tests/intg/test_memory_cache.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2015 Red Hat, Inc.
 # Author: Lukas Slebodnik <lsleb...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From 4601665cdf575a6f280d6434c02c05d24a512ff3 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:20:53 +0000
Subject: [PATCH 14/38] src/tests/intg/test_local_domain.py is licensed under
 GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/test_local_domain.py | sort | uniq
Lukas Slebodnik <lsleb...@redhat.com>
Michal Židek <mzi...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/test_local_domain.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_local_domain.py b/src/tests/intg/test_local_domain.py
index 8e1d6fb2b..a85e52a6f 100644
--- a/src/tests/intg/test_local_domain.py
+++ b/src/tests/intg/test_local_domain.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2015 Red Hat, Inc.
 # Author: Michal Zidek <mzi...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From 4c09c83fff998b77161b38bee659dd20f7079056 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:22:24 +0000
Subject: [PATCH 15/38] src/tests/intg/test_ldap.py is licensed under GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/test_ldap.py | sort | uniq
Fabiano Fidêncio <fiden...@redhat.com>
Jakub Hrozek <jhro...@redhat.com>
Justin Stephenson <jstep...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
Petr Čech <pc...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/test_ldap.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_ldap.py b/src/tests/intg/test_ldap.py
index d70ae3984..3385feee1 100644
--- a/src/tests/intg/test_ldap.py
+++ b/src/tests/intg/test_ldap.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2015 Red Hat, Inc.
 # Author: Nikolai Kondrashov <nikolai.kondras...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From 3eacac6be700572f01cba351ce44af26157b2b53 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:25:11 +0000
Subject: [PATCH 16/38] src/tests/intg/test_kcm.py is licensed under GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/test_kcm.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
René Genz <liebundar...@freenet.de>

All except René Genz are Red Hat employees and Rene agreed to use GPLv3+
for his contribution.
---
 src/tests/intg/test_kcm.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_kcm.py b/src/tests/intg/test_kcm.py
index 5bacc6f91..7ed161617 100644
--- a/src/tests/intg/test_kcm.py
+++ b/src/tests/intg/test_kcm.py
@@ -3,14 +3,15 @@
 #
 # Copyright (c) 2016 Red Hat, Inc.
 #
-# This 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 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.
+# 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/>.

From 870533c23b25eb25e48fa500ebbc2e3ccf5ed601 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:26:40 +0000
Subject: [PATCH 17/38] src/tests/intg/test_infopipe.py is licensed under
 GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/test_infopipe.py | sort | uniq
Fabiano Fidêncio <fiden...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/test_infopipe.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_infopipe.py b/src/tests/intg/test_infopipe.py
index b851bbd91..b95c31582 100644
--- a/src/tests/intg/test_infopipe.py
+++ b/src/tests/intg/test_infopipe.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2017 Red Hat, Inc.
 # Author: Lukas Slebodnik <lsleb...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From 2576521ea7b832ba7997766e769ccc3b993893b3 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:28:14 +0000
Subject: [PATCH 18/38] src/tests/intg/test_files_provider.py is licensed under
 GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/test_files_provider.py | sort | uniq
Fabiano Fidêncio <fiden...@redhat.com>
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
René Genz <liebundar...@freenet.de>

All except René Genz are Red Hat employees and Rene agreed to use GPLv3+
for his contribution.
---
 src/tests/intg/test_files_provider.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_files_provider.py b/src/tests/intg/test_files_provider.py
index ab790a700..9f30d2bb4 100644
--- a/src/tests/intg/test_files_provider.py
+++ b/src/tests/intg/test_files_provider.py
@@ -3,14 +3,15 @@
 #
 # Copyright (c) 2016 Red Hat, Inc.
 #
-# This 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 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.
+# 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/>.

From 42f47ecee8e6302bba0ede6bde9cc66a2fcb813c Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:31:57 +0000
Subject: [PATCH 19/38] src/tests/intg/test_files_ops.py is licensed under
 GPLv3+

$ git log --format='%an <%ae>' src/tests/intg/test_files_ops.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/test_files_ops.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_files_ops.py b/src/tests/intg/test_files_ops.py
index 63816acbf..9af7a1253 100644
--- a/src/tests/intg/test_files_ops.py
+++ b/src/tests/intg/test_files_ops.py
@@ -3,14 +3,15 @@
 #
 # Copyright (c) 2016 Red Hat, Inc.
 #
-# This 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 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.
+# 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/>.

From b85d8d64454b7cb616b9b47fa246ef3d02cb11f4 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:33:23 +0000
Subject: [PATCH 20/38] src/tests/intg/test_enumeration.py is licensed under
 GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/test_enumeration.py | sort | uniq
Fabiano Fidêncio <fiden...@redhat.com>
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/test_enumeration.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/test_enumeration.py b/src/tests/intg/test_enumeration.py
index 1a4c0b360..669fd86c7 100644
--- a/src/tests/intg/test_enumeration.py
+++ b/src/tests/intg/test_enumeration.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2015 Red Hat, Inc.
 # Author: Nikolai Kondrashov <nikolai.kondras...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From ac4955a1b9d556b9daa837e5b0602f07af4ddd85 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:35:14 +0000
Subject: [PATCH 21/38] src/tests/intg/sssd_passwd.py is licensed under GPLv3+

$ git log --format='%an <%ae>' src/tests/intg/sssd_passwd.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>

All people who touched the file are Red Hat employees and the file
is original work.
---
 src/tests/intg/sssd_passwd.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/sssd_passwd.py b/src/tests/intg/sssd_passwd.py
index e97b0c11b..f8c91da7a 100644
--- a/src/tests/intg/sssd_passwd.py
+++ b/src/tests/intg/sssd_passwd.py
@@ -3,14 +3,15 @@
 #
 # Copyright (c) 2016 Red Hat, Inc.
 #
-# This 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 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.
+# 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/>.

From bc8aa50c20ad2be1d5d798d01a54b4f21cda49aa Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:37:33 +0000
Subject: [PATCH 22/38] src/tests/intg/sssd_nss.py is licensed under GPLv3+

$ git log --format='%an <%ae>' src/tests/intg/sssd_nss.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>

All people who touched the file are Red Hat employees and the file
is original work.
---
 src/tests/intg/sssd_nss.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/sssd_nss.py b/src/tests/intg/sssd_nss.py
index 1e846310b..f0d5c9971 100644
--- a/src/tests/intg/sssd_nss.py
+++ b/src/tests/intg/sssd_nss.py
@@ -4,14 +4,15 @@
 #
 # Copyright (c) 2016 Red Hat, Inc.
 #
-# This 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 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.
+# 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/>.

From dee18a5ac48f67b42cf58c39b3d5c5b461c6ccd2 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:41:06 +0000
Subject: [PATCH 23/38] src/tests/intg/sssd_netgroup.py is licensed under
 GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/sssd_netgroup.py | sort | uniq
Fabiano Fidêncio <fiden...@redhat.com>
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
René Genz <liebundar...@freenet.de>
Sumit Bose <sb...@redhat.com>

All except René Genz are Red Hat employees and Rene agreed to use
GPLv3+ for his contribution.
---
 src/tests/intg/sssd_netgroup.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/sssd_netgroup.py b/src/tests/intg/sssd_netgroup.py
index 571de9621..ff1097a92 100644
--- a/src/tests/intg/sssd_netgroup.py
+++ b/src/tests/intg/sssd_netgroup.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2016 Red Hat, Inc.
 # Author: Lukas Slebodnik <lsleb...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From 869ddfa96e8ce0e5d1beec96fca60cd900590468 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:42:26 +0000
Subject: [PATCH 24/38] src/tests/intg/sssd_ldb.py is licensed under GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git log --format='%an <%ae>' src/tests/intg/sssd_ldb.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
Petr Čech <pc...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/sssd_ldb.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/sssd_ldb.py b/src/tests/intg/sssd_ldb.py
index 7c6a5f418..e50d4173e 100644
--- a/src/tests/intg/sssd_ldb.py
+++ b/src/tests/intg/sssd_ldb.py
@@ -3,14 +3,15 @@
 #
 # Copyright (c) 2016 Red Hat, Inc.
 #
-# This 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 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.
+# 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/>.

From eb1fa234579bbb78292101132e2493f58a1b0cc9 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:43:42 +0000
Subject: [PATCH 25/38] src/tests/intg/sssd_id.py is licensed under GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/sssd_id.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
Pavel Březina <pbrez...@redhat.com>

All people who touched the file are Red Hat employees and the file
is original work.
---
 src/tests/intg/sssd_id.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/sssd_id.py b/src/tests/intg/sssd_id.py
index f4ab9cfb8..3fce1b88b 100644
--- a/src/tests/intg/sssd_id.py
+++ b/src/tests/intg/sssd_id.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2015 Red Hat, Inc.
 # Author: Lukas Slebodnik <lsleb...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From d8649a447cdd39fdd84da86feb34a4b6040b946c Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:44:54 +0000
Subject: [PATCH 26/38] src/tests/intg/sssd_group.py is licensed under GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git log --format='%an <%ae>' src/tests/intg/sssd_group.py | sort | uniq
Fabiano Fidêncio <fiden...@redhat.com>
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>

All people who touched the file are Red Hat employees and the file
is original work.
---
 src/tests/intg/sssd_group.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/sssd_group.py b/src/tests/intg/sssd_group.py
index adfdc6721..c6fc787b1 100644
--- a/src/tests/intg/sssd_group.py
+++ b/src/tests/intg/sssd_group.py
@@ -3,14 +3,15 @@
 #
 # Copyright (c) 2016 Red Hat, Inc.
 #
-# This 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 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.
+# 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/>.

From cb6d6c42009bb13f77e07184fc903f2176e58b29 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:46:22 +0000
Subject: [PATCH 27/38] src/tests/intg/secrets.py is licensed under GPLv3+

$ git log --format='%an <%ae>' src/tests/intg/secrets.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>

All people who touched the file are Red Hat employees and the file
is original work.
---
 src/tests/intg/secrets.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/secrets.py b/src/tests/intg/secrets.py
index 5d4c0e2f2..de234b359 100644
--- a/src/tests/intg/secrets.py
+++ b/src/tests/intg/secrets.py
@@ -3,14 +3,15 @@
 #
 # Copyright (c) 2016 Red Hat, Inc.
 #
-# This 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 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.
+# 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/>.

From 61c4338bca86ad547a14b8f80ff5b388fbf25b24 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:47:34 +0000
Subject: [PATCH 28/38] src/tests/intg/ldap_local_override_test.py is licensed
 under GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/ldap_local_override_test.py | sort | uniq
Lukas Slebodnik <lsleb...@redhat.com>
Michal Židek <mzi...@redhat.com>
Pavel Reichl <prei...@redhat.com>
René Genz <liebundar...@freenet.de>
Sumit Bose <sb...@redhat.com>

All except René Genz are Red Hat employees and Rene agreed to use
GPLv3+ for his contribution.
---
 src/tests/intg/ldap_local_override_test.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/ldap_local_override_test.py b/src/tests/intg/ldap_local_override_test.py
index 249c07a25..ce79594cc 100644
--- a/src/tests/intg/ldap_local_override_test.py
+++ b/src/tests/intg/ldap_local_override_test.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2015 Red Hat, Inc.
 # Author: Pavel Reichl  <prei...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From 708c24e77f18e6937d5555a0f1a7f24a9ee52e00 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:49:05 +0000
Subject: [PATCH 29/38] src/tests/intg/ldap_ent.py is licensed under GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/tests/intg/ldap_ent.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
Michal Židek <mzi...@redhat.com>
Nikolai Kondrashov <nikolai.kondras...@redhat.com>
Petr Cech <pc...@redhat.com>

All people who touched the file are Red Hat employees and the file
is original work.
---
 src/tests/intg/ldap_ent.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/ldap_ent.py b/src/tests/intg/ldap_ent.py
index 80e769835..0628346c8 100644
--- a/src/tests/intg/ldap_ent.py
+++ b/src/tests/intg/ldap_ent.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2015 Red Hat, Inc.
 # Author: Nikolai Kondrashov <nikolai.kondras...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From d485c851c0dd7e6dc88e55a469bc8d30ab682e53 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:50:11 +0000
Subject: [PATCH 30/38] src/tests/intg/krb5utils.py is licensed under GPLv3+

git log --format='%an <%ae>' src/tests/intg/krb5utils.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>
---
 src/tests/intg/krb5utils.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/krb5utils.py b/src/tests/intg/krb5utils.py
index 0349ff382..50e4789b5 100644
--- a/src/tests/intg/krb5utils.py
+++ b/src/tests/intg/krb5utils.py
@@ -3,14 +3,15 @@
 #
 # Copyright (c) 2016 Red Hat, Inc.
 #
-# This 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 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.
+# 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/>.

From 215158d62e44dfd4af624c78b190ec9ebb21aa0b Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:51:09 +0000
Subject: [PATCH 31/38] src/tests/intg/kdc.py is licensed under GPLv3+

$ git log --format='%an <%ae>' src/tests/intg/kdc.py  | sort | uniq
Jakub Hrozek <jhro...@redhat.com>

All people who touched the file are Red Hat employees and the file is
original work.
---
 src/tests/intg/kdc.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/kdc.py b/src/tests/intg/kdc.py
index dec33a979..8f82a990b 100644
--- a/src/tests/intg/kdc.py
+++ b/src/tests/intg/kdc.py
@@ -3,14 +3,15 @@
 #
 # Copyright (c) 2016 Red Hat, Inc.
 #
-# This 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 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.
+# 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/>.

From 5fed42ce57934d1269b22a0f1843e80ee4a97fd6 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:52:50 +0000
Subject: [PATCH 32/38] src/tests/intg/files_ops.py is licensed under GPLv3+

$ git log --format='%an <%ae>' src/tests/intg/files_ops.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>

All people who touched the file are Red Hat employees and the file
is original work.
---
 src/tests/intg/files_ops.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/files_ops.py b/src/tests/intg/files_ops.py
index 62f56517d..c1c4465e7 100644
--- a/src/tests/intg/files_ops.py
+++ b/src/tests/intg/files_ops.py
@@ -3,14 +3,15 @@
 #
 # Copyright (c) 2016 Red Hat, Inc.
 #
-# This 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 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.
+# 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/>.

From b53adc88ed1571855970eb3b3f59476a5ba3b765 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:54:31 +0000
Subject: [PATCH 33/38] src/tests/intg/ent_test.py is licensed under GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git log --format='%an <%ae>' src/tests/intg/ent_test.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
Michal Židek <mzi...@redhat.com>
Nikolai Kondrashov <nikolai.kondras...@redhat.com>

All people who touched the file are Red Hat employees and the file
is original work.
---
 src/tests/intg/ent_test.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/ent_test.py b/src/tests/intg/ent_test.py
index 6b240ae96..f2f2a8dcd 100644
--- a/src/tests/intg/ent_test.py
+++ b/src/tests/intg/ent_test.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2015 Red Hat, Inc.
 # Author: Nikolai Kondrashov <nikolai.kondras...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From 799bc7f0b95345071950c629691bf1a0b5b94b75 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:55:42 +0000
Subject: [PATCH 34/38] src/tests/intg/ent.py is licensed under GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git log --format='%an <%ae>' src/tests/intg/ent.py | sort | uniq
Lukas Slebodnik <lsleb...@redhat.com>
Michal Židek <mzi...@redhat.com>
Nikolai Kondrashov <nikolai.kondras...@redhat.com>

All people who touched the file are Red Hat employees and the file
is original work.
---
 src/tests/intg/ent.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/ent.py b/src/tests/intg/ent.py
index 23236ee89..d716ae5e6 100644
--- a/src/tests/intg/ent.py
+++ b/src/tests/intg/ent.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2015 Red Hat, Inc.
 # Author: Nikolai Kondrashov <nikolai.kondras...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From 363d075037ae763c0c7145c4dfe5c52c6416257b Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:56:49 +0000
Subject: [PATCH 35/38] src/tests/intg/ds_openldap.py is licensed under GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git log --format='%an <%ae>' src/tests/intg/ds_openldap.py | sort | uniq
Jakub Hrozek <jhro...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
Michal Židek <mzi...@redhat.com>
Nikolai Kondrashov <nikolai.kondras...@redhat.com>

All people who touched the file are Red Hat employees and the file
is original work.
---
 src/tests/intg/ds_openldap.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/ds_openldap.py b/src/tests/intg/ds_openldap.py
index 466db052c..bd72542ce 100644
--- a/src/tests/intg/ds_openldap.py
+++ b/src/tests/intg/ds_openldap.py
@@ -5,14 +5,15 @@
 # Author: Nikolai Kondrashov <nikolai.kondras...@redhat.com>
 # Author: Lukas Slebodnik <lsleb...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From b34916c175aeea6d5da84020c6b7d2830d147cda Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:57:59 +0000
Subject: [PATCH 36/38] src/tests/intg/ds.py is licensed under GPLv3+

---
 src/tests/intg/ds.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tests/intg/ds.py b/src/tests/intg/ds.py
index faf664ce0..f4631b28f 100644
--- a/src/tests/intg/ds.py
+++ b/src/tests/intg/ds.py
@@ -4,14 +4,15 @@
 # Copyright (c) 2015 Red Hat, Inc.
 # Author: Nikolai Kondrashov <nikolai.kondras...@redhat.com>
 #
-# This 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 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.
+# 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/>.

From 6d7a2c07048dd83dadd16c179f987df741358a1d Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 10:59:11 +0000
Subject: [PATCH 37/38] src/config/setup.py.in is licensed under GPLv3+

git log --format='%an <%ae>' src/config/setup.py.in | sort | uniq
Lukas Slebodnik <lsleb...@redhat.com>
Stephen Gallagher <sgall...@redhat.com>

All people who touched the file are Red Hat employees and the file
is original work.
---
 src/config/setup.py.in | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/config/setup.py.in b/src/config/setup.py.in
index 0e274fb74..74da7ac4a 100644
--- a/src/config/setup.py.in
+++ b/src/config/setup.py.in
@@ -4,9 +4,10 @@
 # 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 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
@@ -14,8 +15,8 @@
 # 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
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
 
 """
 Python-level packaging using distutils.

From a80ea7628292ddf393ca5c931136adc4d746b295 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 13 Aug 2018 11:00:27 +0000
Subject: [PATCH 38/38] src/config/SSSDConfig/ipachangeconf.py is licensed
 under GPLv3+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

$ git log --format='%an <%ae>' src/config/SSSDConfig/ipachangeconf.py | sort | uniq
amitkuma <amitk...@redhat.com>
Bohuslav Kabrda <bkab...@redhat.com>
Jan Cholasta <jchol...@redhat.com>
Lukas Slebodnik <lsleb...@redhat.com>
René Genz <liebundar...@freenet.de>
Stephen Gallagher <sgall...@redhat.com>

All except René Genz are Red Hat employees and Rene agreed to use
GPLv3+ for his contribution.

This file is not original work, but it is based on authconfig which is
GPLv2+, so we can relicense to v3 just fine.
---
 src/config/SSSDConfig/ipachangeconf.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/config/SSSDConfig/ipachangeconf.py b/src/config/SSSDConfig/ipachangeconf.py
index 6c63cc13e..eff12d4fc 100644
--- a/src/config/SSSDConfig/ipachangeconf.py
+++ b/src/config/SSSDConfig/ipachangeconf.py
@@ -4,14 +4,15 @@
 # Copyright (c) 1999-2007 Red Hat, Inc.
 # Author: Simo Sorce <sso...@redhat.com>
 #
-# This 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 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.
+# 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/>.
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/sssd-devel@lists.fedorahosted.org/message/P6NLBBRS6L62QDL7VQFQIRAYJGYT67UP/

Reply via email to