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 . """