From e753891e27a5c2dcf787ec8e8db2907cb9bfea6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 15 Dec 2016 10:09:28 +0100 Subject: [PATCH] Remove FSF address from copyright headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- pungi/common.py | 5 ++--- pungi/dnf_wrapper.py | 5 ++--- pungi/gather_dnf.py | 5 ++--- pungi/multilib_dnf.py | 5 ++--- pungi/profiler.py | 5 ++--- 5 files changed, 10 insertions(+), 15 deletions(-) diff --git a/pungi/common.py b/pungi/common.py index f35eedc7..1dfa171b 100644 --- a/pungi/common.py +++ b/pungi/common.py @@ -10,9 +10,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library 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., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with this program; if not, see . class OptionsBase(object): diff --git a/pungi/dnf_wrapper.py b/pungi/dnf_wrapper.py index e804af13..3e2b81a1 100644 --- a/pungi/dnf_wrapper.py +++ b/pungi/dnf_wrapper.py @@ -10,9 +10,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library 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., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with this program; if not, see . # TODO: remove all DNF hacks, possibly this whole file diff --git a/pungi/gather_dnf.py b/pungi/gather_dnf.py index 1d52f057..24f76bca 100644 --- a/pungi/gather_dnf.py +++ b/pungi/gather_dnf.py @@ -11,9 +11,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library 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., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with this program; if not, see . import logging diff --git a/pungi/multilib_dnf.py b/pungi/multilib_dnf.py index f4528d57..950119d6 100644 --- a/pungi/multilib_dnf.py +++ b/pungi/multilib_dnf.py @@ -11,9 +11,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library 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., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with this program; if not, see . import re diff --git a/pungi/profiler.py b/pungi/profiler.py index 3d9592ed..bd6c79e2 100644 --- a/pungi/profiler.py +++ b/pungi/profiler.py @@ -11,9 +11,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library 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., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with this program; if not, see . """