From 501e8aac484f53915d8bacc697fdf3deb99029eb Mon Sep 17 00:00:00 2001 From: Sergio Costas Date: Sun, 13 Oct 2019 18:18:11 +0200 Subject: [PATCH] general: removed the "or any later version" statement After the events happened recently in the management of the FSF, I decided that it is safer to not rely on the good faith of other people, so I decided to allow distribution of Devede only under the current GPLv3 license, and not allow other, still unknown, future versions of the license. --- src/copy_files_verbose.py | 3 +-- src/devede_ng.py | 3 +-- src/devedeng/__init__.py | 3 +-- src/devedeng/about.py | 3 +-- src/devedeng/add_files.py | 3 +-- src/devedeng/ask.py | 3 +-- src/devedeng/ask_subtitles.py | 3 +-- src/devedeng/avbase.py | 3 +-- src/devedeng/avconv.py | 3 +-- src/devedeng/avprobe.py | 3 +-- src/devedeng/brasero.py | 3 +-- src/devedeng/choose_disc_type.py | 3 +-- src/devedeng/configuration_data.py | 3 +-- src/devedeng/converter.py | 3 +-- src/devedeng/create_disk_window.py | 3 +-- src/devedeng/dvd_menu.py | 3 +-- src/devedeng/dvdauthor_converter.py | 3 +-- src/devedeng/end_job.py | 3 +-- src/devedeng/error.py | 3 +-- src/devedeng/executor.py | 3 +-- src/devedeng/ffmpeg.py | 3 +-- src/devedeng/ffprobe.py | 3 +-- src/devedeng/file_copy.py | 3 +-- src/devedeng/file_movie.py | 3 +-- src/devedeng/genisoimage.py | 3 +-- src/devedeng/help.py | 17 +++++++++++++++++ src/devedeng/interface_manager.py | 3 +-- src/devedeng/k3b.py | 3 +-- src/devedeng/message.py | 3 +-- src/devedeng/mkisofs.py | 3 +-- src/devedeng/mplayer.py | 3 +-- src/devedeng/mpv.py | 3 +-- src/devedeng/mux_dvd_menu.py | 3 +-- src/devedeng/opensave.py | 3 +-- src/devedeng/preview.py | 3 +-- src/devedeng/project.py | 3 +-- src/devedeng/runner.py | 3 +-- src/devedeng/separator.py | 5 ++--- src/devedeng/settings.py | 3 +-- src/devedeng/shutdown.py | 3 +-- src/devedeng/subtitles_mux.py | 3 +-- src/devedeng/title.py | 3 +-- src/devedeng/vcdimager_converter.py | 3 +-- src/devedeng/vlc.py | 3 +-- src/devedeng/xfburn.py | 3 +-- 45 files changed, 62 insertions(+), 89 deletions(-) diff --git a/src/copy_files_verbose.py b/src/copy_files_verbose.py index 6fa8151..021549a 100644 --- a/src/copy_files_verbose.py +++ b/src/copy_files_verbose.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devede_ng.py b/src/devede_ng.py index 5162241..34566f7 100755 --- a/src/devede_ng.py +++ b/src/devede_ng.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/__init__.py b/src/devedeng/__init__.py index cd8904b..bc4a667 100644 --- a/src/devedeng/__init__.py +++ b/src/devedeng/__init__.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/about.py b/src/devedeng/about.py index 39905f9..f6016d9 100644 --- a/src/devedeng/about.py +++ b/src/devedeng/about.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/add_files.py b/src/devedeng/add_files.py index 12b712e..6e5a9ae 100644 --- a/src/devedeng/add_files.py +++ b/src/devedeng/add_files.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/ask.py b/src/devedeng/ask.py index 5645d8c..2960629 100644 --- a/src/devedeng/ask.py +++ b/src/devedeng/ask.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/ask_subtitles.py b/src/devedeng/ask_subtitles.py index e357125..08ee8e3 100644 --- a/src/devedeng/ask_subtitles.py +++ b/src/devedeng/ask_subtitles.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/avbase.py b/src/devedeng/avbase.py index 44bcf4f..fc600c5 100644 --- a/src/devedeng/avbase.py +++ b/src/devedeng/avbase.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/avconv.py b/src/devedeng/avconv.py index 2020d22..dd3faec 100644 --- a/src/devedeng/avconv.py +++ b/src/devedeng/avconv.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/avprobe.py b/src/devedeng/avprobe.py index 0bb67ff..132c5c4 100644 --- a/src/devedeng/avprobe.py +++ b/src/devedeng/avprobe.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/brasero.py b/src/devedeng/brasero.py index ebcdf51..099991e 100644 --- a/src/devedeng/brasero.py +++ b/src/devedeng/brasero.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/choose_disc_type.py b/src/devedeng/choose_disc_type.py index 792ee20..c4635d4 100644 --- a/src/devedeng/choose_disc_type.py +++ b/src/devedeng/choose_disc_type.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/configuration_data.py b/src/devedeng/configuration_data.py index 35217dd..28b63c5 100644 --- a/src/devedeng/configuration_data.py +++ b/src/devedeng/configuration_data.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/converter.py b/src/devedeng/converter.py index b19b0c3..6877205 100644 --- a/src/devedeng/converter.py +++ b/src/devedeng/converter.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/create_disk_window.py b/src/devedeng/create_disk_window.py index 83feb41..60776cd 100644 --- a/src/devedeng/create_disk_window.py +++ b/src/devedeng/create_disk_window.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/dvd_menu.py b/src/devedeng/dvd_menu.py index 2c186d7..09f2216 100644 --- a/src/devedeng/dvd_menu.py +++ b/src/devedeng/dvd_menu.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/dvdauthor_converter.py b/src/devedeng/dvdauthor_converter.py index dfe1883..5931998 100644 --- a/src/devedeng/dvdauthor_converter.py +++ b/src/devedeng/dvdauthor_converter.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/end_job.py b/src/devedeng/end_job.py index be00799..2dea2b5 100644 --- a/src/devedeng/end_job.py +++ b/src/devedeng/end_job.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/error.py b/src/devedeng/error.py index 56d9054..f9ca6e4 100644 --- a/src/devedeng/error.py +++ b/src/devedeng/error.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/executor.py b/src/devedeng/executor.py index ebefe3f..409e0c0 100644 --- a/src/devedeng/executor.py +++ b/src/devedeng/executor.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/ffmpeg.py b/src/devedeng/ffmpeg.py index 4ab5496..52212d0 100644 --- a/src/devedeng/ffmpeg.py +++ b/src/devedeng/ffmpeg.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/ffprobe.py b/src/devedeng/ffprobe.py index c8a90a6..24f5615 100644 --- a/src/devedeng/ffprobe.py +++ b/src/devedeng/ffprobe.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/file_copy.py b/src/devedeng/file_copy.py index 38aded8..70ab497 100644 --- a/src/devedeng/file_copy.py +++ b/src/devedeng/file_copy.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/file_movie.py b/src/devedeng/file_movie.py index 863c55e..cede8c9 100644 --- a/src/devedeng/file_movie.py +++ b/src/devedeng/file_movie.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/genisoimage.py b/src/devedeng/genisoimage.py index 9a649b5..92da05d 100644 --- a/src/devedeng/genisoimage.py +++ b/src/devedeng/genisoimage.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/help.py b/src/devedeng/help.py index dfae777..1561c82 100644 --- a/src/devedeng/help.py +++ b/src/devedeng/help.py @@ -1,5 +1,22 @@ #!/usr/bin/env python3 +# Copyright 2014 (C) Raster Software Vigo (Sergio Costas) +# +# This file is part of DeVeDe-NG +# +# DeVeDe-NG 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. +# +# DeVeDe-NG 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 + + from gi.repository import Gtk, Gdk import devedeng.configuration_data import os diff --git a/src/devedeng/interface_manager.py b/src/devedeng/interface_manager.py index 5f1a689..2d63df3 100644 --- a/src/devedeng/interface_manager.py +++ b/src/devedeng/interface_manager.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/k3b.py b/src/devedeng/k3b.py index 7974662..1660b01 100644 --- a/src/devedeng/k3b.py +++ b/src/devedeng/k3b.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/message.py b/src/devedeng/message.py index 4d8bd9d..d8f218b 100644 --- a/src/devedeng/message.py +++ b/src/devedeng/message.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/mkisofs.py b/src/devedeng/mkisofs.py index 843f222..8b1f25a 100644 --- a/src/devedeng/mkisofs.py +++ b/src/devedeng/mkisofs.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/mplayer.py b/src/devedeng/mplayer.py index 091e4d5..e27ab01 100644 --- a/src/devedeng/mplayer.py +++ b/src/devedeng/mplayer.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/mpv.py b/src/devedeng/mpv.py index 3655ef4..9c8aa06 100644 --- a/src/devedeng/mpv.py +++ b/src/devedeng/mpv.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/mux_dvd_menu.py b/src/devedeng/mux_dvd_menu.py index 5146f0d..fc74f40 100644 --- a/src/devedeng/mux_dvd_menu.py +++ b/src/devedeng/mux_dvd_menu.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/opensave.py b/src/devedeng/opensave.py index ad03b5b..9b73538 100644 --- a/src/devedeng/opensave.py +++ b/src/devedeng/opensave.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/preview.py b/src/devedeng/preview.py index bdc55bb..1b43564 100644 --- a/src/devedeng/preview.py +++ b/src/devedeng/preview.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/project.py b/src/devedeng/project.py index ee3a140..ee7a633 100644 --- a/src/devedeng/project.py +++ b/src/devedeng/project.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/runner.py b/src/devedeng/runner.py index deee58c..ab78d03 100644 --- a/src/devedeng/runner.py +++ b/src/devedeng/runner.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/separator.py b/src/devedeng/separator.py index 5b69903..a44b096 100644 --- a/src/devedeng/separator.py +++ b/src/devedeng/separator.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -49,4 +48,4 @@ class separator(devedeng.interface_manager.interface_manager): return data def restore_element(self, data): - self.unserialize(data) \ No newline at end of file + self.unserialize(data) diff --git a/src/devedeng/settings.py b/src/devedeng/settings.py index 8cb8493..fea9b5d 100644 --- a/src/devedeng/settings.py +++ b/src/devedeng/settings.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/shutdown.py b/src/devedeng/shutdown.py index 88bba00..6878da6 100644 --- a/src/devedeng/shutdown.py +++ b/src/devedeng/shutdown.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/subtitles_mux.py b/src/devedeng/subtitles_mux.py index 3a4d3d2..2ad993a 100644 --- a/src/devedeng/subtitles_mux.py +++ b/src/devedeng/subtitles_mux.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/title.py b/src/devedeng/title.py index aa03774..d8d1083 100644 --- a/src/devedeng/title.py +++ b/src/devedeng/title.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/vcdimager_converter.py b/src/devedeng/vcdimager_converter.py index 6a24a90..ca60c30 100644 --- a/src/devedeng/vcdimager_converter.py +++ b/src/devedeng/vcdimager_converter.py @@ -6,8 +6,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/vlc.py b/src/devedeng/vlc.py index 4a66a0f..c64a6b7 100644 --- a/src/devedeng/vlc.py +++ b/src/devedeng/vlc.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/devedeng/xfburn.py b/src/devedeng/xfburn.py index 508a8d5..f9bd2ff 100644 --- a/src/devedeng/xfburn.py +++ b/src/devedeng/xfburn.py @@ -4,8 +4,7 @@ # # DeVeDe-NG 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. +# the Free Software Foundation; either version 3 of the License. # # DeVeDe-NG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of