From d6dc269ef4cd2a8e68681e8cdb81e9200cd1adf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 21 Sep 2016 14:49:13 +0200 Subject: [PATCH] Remove FSF address from comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The address is no longer correct. We can just as well simply point to the web page describing the license. Signed-off-by: Lubomír Sedlář --- COPYING | 3 +-- bin/pungi | 3 +-- pungi/arch.py | 3 +-- pungi/compose.py | 3 +-- pungi/compose_metadata/discinfo.py | 3 +-- pungi/config.py | 3 +-- pungi/gather.py | 3 +-- pungi/ks.py | 3 +-- pungi/linker.py | 3 +-- pungi/media_split.py | 3 +-- pungi/metadata.py | 3 +-- pungi/multilib.py | 5 ++--- pungi/notifier.py | 3 +-- pungi/pathmatch.py | 3 +-- pungi/paths.py | 3 +-- pungi/phases/__init__.py | 3 +-- pungi/phases/base.py | 3 +-- pungi/phases/buildinstall.py | 3 +-- pungi/phases/createiso.py | 3 +-- pungi/phases/createrepo.py | 3 +-- pungi/phases/extra_files.py | 3 +-- pungi/phases/gather/__init__.py | 3 +-- pungi/phases/gather/link.py | 3 +-- pungi/phases/gather/method.py | 3 +-- pungi/phases/gather/methods/method_deps.py | 3 +-- pungi/phases/gather/methods/method_nodeps.py | 3 +-- pungi/phases/gather/source.py | 3 +-- pungi/phases/gather/sources/source_comps.py | 3 +-- pungi/phases/gather/sources/source_json.py | 3 +-- pungi/phases/gather/sources/source_none.py | 3 +-- pungi/phases/init.py | 3 +-- pungi/phases/live_images.py | 3 +-- pungi/phases/pkgset/__init__.py | 3 +-- pungi/phases/pkgset/common.py | 3 +-- pungi/phases/pkgset/pkgsets.py | 3 +-- pungi/phases/pkgset/source.py | 3 +-- pungi/phases/pkgset/sources/source_koji.py | 3 +-- pungi/phases/pkgset/sources/source_repos.py | 3 +-- pungi/phases/product_img.py | 3 +-- pungi/phases/test.py | 3 +-- pungi/util.py | 3 +-- pungi/wrappers/comps.py | 3 +-- pungi/wrappers/createrepo.py | 3 +-- pungi/wrappers/iso.py | 3 +-- pungi/wrappers/jigdo.py | 3 +-- pungi/wrappers/kojiwrapper.py | 3 +-- pungi/wrappers/lorax.py | 3 +-- pungi/wrappers/pungi.py | 3 +-- pungi/wrappers/repoclosure.py | 3 +-- pungi/wrappers/scm.py | 3 +-- pungi/wrappers/variants.py | 3 +-- 51 files changed, 52 insertions(+), 103 deletions(-) diff --git a/COPYING b/COPYING index 5a923181..ddba0b83 100644 --- a/COPYING +++ b/COPYING @@ -11,5 +11,4 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see . diff --git a/bin/pungi b/bin/pungi index 266b80b4..4fccad80 100755 --- a/bin/pungi +++ b/bin/pungi @@ -9,8 +9,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os import pungi.gather diff --git a/pungi/arch.py b/pungi/arch.py index 98966766..8cc3d52e 100644 --- a/pungi/arch.py +++ b/pungi/arch.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import rpmUtils.arch diff --git a/pungi/compose.py b/pungi/compose.py index e51fdf14..47bfbf9c 100644 --- a/pungi/compose.py +++ b/pungi/compose.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . __all__ = ( diff --git a/pungi/compose_metadata/discinfo.py b/pungi/compose_metadata/discinfo.py index 788a2601..df61ca09 100644 --- a/pungi/compose_metadata/discinfo.py +++ b/pungi/compose_metadata/discinfo.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . """ diff --git a/pungi/config.py b/pungi/config.py index e615a25f..ae1a74df 100644 --- a/pungi/config.py +++ b/pungi/config.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/gather.py b/pungi/gather.py index 2e5048c8..c071db88 100644 --- a/pungi/gather.py +++ b/pungi/gather.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import yum diff --git a/pungi/ks.py b/pungi/ks.py index ade8d662..f58f234c 100644 --- a/pungi/ks.py +++ b/pungi/ks.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . """ diff --git a/pungi/linker.py b/pungi/linker.py index b3c5ed61..936f6f1f 100644 --- a/pungi/linker.py +++ b/pungi/linker.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import errno diff --git a/pungi/media_split.py b/pungi/media_split.py index c4bc95c7..2a11ba80 100644 --- a/pungi/media_split.py +++ b/pungi/media_split.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/metadata.py b/pungi/metadata.py index 73628add..7679ec7d 100644 --- a/pungi/metadata.py +++ b/pungi/metadata.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/multilib.py b/pungi/multilib.py index ab4853a4..1668c9ca 100755 --- a/pungi/multilib.py +++ b/pungi/multilib.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/notifier.py b/pungi/notifier.py index b0e27bbc..eab83524 100644 --- a/pungi/notifier.py +++ b/pungi/notifier.py @@ -10,8 +10,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import json import threading diff --git a/pungi/pathmatch.py b/pungi/pathmatch.py index 08afc8c3..3f51e11c 100644 --- a/pungi/pathmatch.py +++ b/pungi/pathmatch.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import fnmatch diff --git a/pungi/paths.py b/pungi/paths.py index b688fb29..f7a98570 100644 --- a/pungi/paths.py +++ b/pungi/paths.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . __all__ = ( diff --git a/pungi/phases/__init__.py b/pungi/phases/__init__.py index d42e117b..e0db601b 100644 --- a/pungi/phases/__init__.py +++ b/pungi/phases/__init__.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . # phases in runtime order diff --git a/pungi/phases/base.py b/pungi/phases/base.py index dbfcd2b7..3e0ce447 100644 --- a/pungi/phases/base.py +++ b/pungi/phases/base.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . from pungi import util diff --git a/pungi/phases/buildinstall.py b/pungi/phases/buildinstall.py index c9d18446..4c03bde0 100644 --- a/pungi/phases/buildinstall.py +++ b/pungi/phases/buildinstall.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import errno diff --git a/pungi/phases/createiso.py b/pungi/phases/createiso.py index ad156b4a..8f2eeca6 100644 --- a/pungi/phases/createiso.py +++ b/pungi/phases/createiso.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/phases/createrepo.py b/pungi/phases/createrepo.py index 1738b78f..c751cede 100644 --- a/pungi/phases/createrepo.py +++ b/pungi/phases/createrepo.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . __all__ = ( diff --git a/pungi/phases/extra_files.py b/pungi/phases/extra_files.py index 339d9e69..0aeb33ca 100644 --- a/pungi/phases/extra_files.py +++ b/pungi/phases/extra_files.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/phases/gather/__init__.py b/pungi/phases/gather/__init__.py index 731edb94..71a7b243 100644 --- a/pungi/phases/gather/__init__.py +++ b/pungi/phases/gather/__init__.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/phases/gather/link.py b/pungi/phases/gather/link.py index cc993639..82f00fcc 100644 --- a/pungi/phases/gather/link.py +++ b/pungi/phases/gather/link.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/phases/gather/method.py b/pungi/phases/gather/method.py index b805586a..1c96438e 100644 --- a/pungi/phases/gather/method.py +++ b/pungi/phases/gather/method.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import kobo.plugins diff --git a/pungi/phases/gather/methods/method_deps.py b/pungi/phases/gather/methods/method_deps.py index 624a3afd..6d75d38f 100644 --- a/pungi/phases/gather/methods/method_deps.py +++ b/pungi/phases/gather/methods/method_deps.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/phases/gather/methods/method_nodeps.py b/pungi/phases/gather/methods/method_nodeps.py index b1acae3c..561c588d 100644 --- a/pungi/phases/gather/methods/method_nodeps.py +++ b/pungi/phases/gather/methods/method_nodeps.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import pungi.arch diff --git a/pungi/phases/gather/source.py b/pungi/phases/gather/source.py index 9a65c40d..f4c9fe42 100644 --- a/pungi/phases/gather/source.py +++ b/pungi/phases/gather/source.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import kobo.plugins diff --git a/pungi/phases/gather/sources/source_comps.py b/pungi/phases/gather/sources/source_comps.py index 7cf6c09d..6722af22 100644 --- a/pungi/phases/gather/sources/source_comps.py +++ b/pungi/phases/gather/sources/source_comps.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . """ diff --git a/pungi/phases/gather/sources/source_json.py b/pungi/phases/gather/sources/source_json.py index f53786f0..fce5d344 100644 --- a/pungi/phases/gather/sources/source_json.py +++ b/pungi/phases/gather/sources/source_json.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . """ diff --git a/pungi/phases/gather/sources/source_none.py b/pungi/phases/gather/sources/source_none.py index 8f528970..35801e9f 100644 --- a/pungi/phases/gather/sources/source_none.py +++ b/pungi/phases/gather/sources/source_none.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . """ diff --git a/pungi/phases/init.py b/pungi/phases/init.py index eaa856b0..85360a72 100644 --- a/pungi/phases/init.py +++ b/pungi/phases/init.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/phases/live_images.py b/pungi/phases/live_images.py index ed20a3af..4630f1bb 100644 --- a/pungi/phases/live_images.py +++ b/pungi/phases/live_images.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/phases/pkgset/__init__.py b/pungi/phases/pkgset/__init__.py index 5ec537ad..6858acd0 100644 --- a/pungi/phases/pkgset/__init__.py +++ b/pungi/phases/pkgset/__init__.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . from pungi.phases.base import PhaseBase diff --git a/pungi/phases/pkgset/common.py b/pungi/phases/pkgset/common.py index e452d6ea..ae1e40e1 100644 --- a/pungi/phases/pkgset/common.py +++ b/pungi/phases/pkgset/common.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/phases/pkgset/pkgsets.py b/pungi/phases/pkgset/pkgsets.py index 700b7b28..4dce70d2 100644 --- a/pungi/phases/pkgset/pkgsets.py +++ b/pungi/phases/pkgset/pkgsets.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . """ diff --git a/pungi/phases/pkgset/source.py b/pungi/phases/pkgset/source.py index a61b051c..472b4400 100644 --- a/pungi/phases/pkgset/source.py +++ b/pungi/phases/pkgset/source.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import kobo.plugins diff --git a/pungi/phases/pkgset/sources/source_koji.py b/pungi/phases/pkgset/sources/source_koji.py index 5148bf86..50cd6b95 100644 --- a/pungi/phases/pkgset/sources/source_koji.py +++ b/pungi/phases/pkgset/sources/source_koji.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/phases/pkgset/sources/source_repos.py b/pungi/phases/pkgset/sources/source_repos.py index 40426a68..efa4f125 100644 --- a/pungi/phases/pkgset/sources/source_repos.py +++ b/pungi/phases/pkgset/sources/source_repos.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/phases/product_img.py b/pungi/phases/product_img.py index dbe111ef..ad974945 100644 --- a/pungi/phases/product_img.py +++ b/pungi/phases/product_img.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . """ diff --git a/pungi/phases/test.py b/pungi/phases/test.py index 0737ce37..e1e8b97e 100644 --- a/pungi/phases/test.py +++ b/pungi/phases/test.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import tempfile diff --git a/pungi/util.py b/pungi/util.py index f76af908..4b81f917 100644 --- a/pungi/util.py +++ b/pungi/util.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import subprocess diff --git a/pungi/wrappers/comps.py b/pungi/wrappers/comps.py index 3e511a3e..165bda3b 100644 --- a/pungi/wrappers/comps.py +++ b/pungi/wrappers/comps.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import sys diff --git a/pungi/wrappers/createrepo.py b/pungi/wrappers/createrepo.py index 1c601e86..0db8b24d 100644 --- a/pungi/wrappers/createrepo.py +++ b/pungi/wrappers/createrepo.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . from kobo.shortcuts import force_list diff --git a/pungi/wrappers/iso.py b/pungi/wrappers/iso.py index cf793750..774310e5 100644 --- a/pungi/wrappers/iso.py +++ b/pungi/wrappers/iso.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/wrappers/jigdo.py b/pungi/wrappers/jigdo.py index 6aa28ff7..53e5ab2d 100644 --- a/pungi/wrappers/jigdo.py +++ b/pungi/wrappers/jigdo.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/wrappers/kojiwrapper.py b/pungi/wrappers/kojiwrapper.py index f45d5b41..98626ca6 100644 --- a/pungi/wrappers/kojiwrapper.py +++ b/pungi/wrappers/kojiwrapper.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/wrappers/lorax.py b/pungi/wrappers/lorax.py index 98fdd949..8f249fd3 100644 --- a/pungi/wrappers/lorax.py +++ b/pungi/wrappers/lorax.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/wrappers/pungi.py b/pungi/wrappers/pungi.py index ccd5eb6f..09ab621e 100644 --- a/pungi/wrappers/pungi.py +++ b/pungi/wrappers/pungi.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/wrappers/repoclosure.py b/pungi/wrappers/repoclosure.py index 9d2e518e..090b6db5 100644 --- a/pungi/wrappers/repoclosure.py +++ b/pungi/wrappers/repoclosure.py @@ -11,8 +11,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/wrappers/scm.py b/pungi/wrappers/scm.py index 3b8459e5..474af16e 100644 --- a/pungi/wrappers/scm.py +++ b/pungi/wrappers/scm.py @@ -12,8 +12,7 @@ from __future__ import absolute_import # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . import os diff --git a/pungi/wrappers/variants.py b/pungi/wrappers/variants.py index 47822014..9530d924 100755 --- a/pungi/wrappers/variants.py +++ b/pungi/wrappers/variants.py @@ -12,8 +12,7 @@ # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . from __future__ import print_function