[pitivi] Update instructions how to get the LGPL license



commit 0f05b418b8ed1d4137053ffca47d22eab5f2b67c
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Mon Jan 6 01:27:01 2020 +0100

    Update instructions how to get the LGPL license
    
    According to https://www.gnu.org/licenses/gpl-howto.html

 COPYING                                                |  4 +---
 bin/pitivi.in                                          |  4 +---
 build/flatpak/pitivi-flatpak                           |  5 +----
 .../2008_design/2008_Plugin_Interface_development.md   | 18 ------------------
 pitivi/application.py                                  |  6 ++----
 pitivi/autoaligner.py                                  |  5 +----
 pitivi/check.py                                        |  4 +---
 pitivi/clipproperties.py                               |  4 +---
 pitivi/configure.py.in                                 |  4 +---
 pitivi/dialogs/about.py                                |  4 +---
 pitivi/dialogs/browseprojects.py                       |  4 +---
 pitivi/dialogs/filelisterrordialog.py                  |  4 +---
 pitivi/dialogs/missingasset.py                         |  4 +---
 pitivi/dialogs/prefs.py                                |  4 +---
 pitivi/editorperspective.py                            |  4 +---
 pitivi/effects.py                                      |  4 +---
 pitivi/greeterperspective.py                           |  4 +---
 pitivi/mainwindow.py                                   |  4 +---
 pitivi/mediafilespreviewer.py                          |  4 +---
 pitivi/medialibrary.py                                 |  4 +---
 pitivi/perspective.py                                  |  4 +---
 pitivi/pluginmanager.py                                |  4 +---
 pitivi/preset.py                                       |  4 +---
 pitivi/project.py                                      |  4 +---
 pitivi/render.py                                       |  4 +---
 pitivi/settings.py                                     |  4 +---
 pitivi/shortcuts.py                                    |  4 +---
 pitivi/tabsmanager.py                                  |  4 +---
 pitivi/timeline/elements.py                            |  4 +---
 pitivi/timeline/layer.py                               |  4 +---
 pitivi/timeline/markers.py                             |  4 +---
 pitivi/timeline/previewers.py                          |  4 +---
 pitivi/timeline/ruler.py                               |  4 +---
 pitivi/timeline/timeline.py                            |  4 +---
 pitivi/titleeditor.py                                  |  4 +---
 pitivi/transitions.py                                  |  4 +---
 pitivi/undo/markers.py                                 |  4 +---
 pitivi/undo/project.py                                 |  4 +---
 pitivi/undo/timeline.py                                |  4 +---
 pitivi/undo/undo.py                                    |  4 +---
 pitivi/utils/check_pipeline.py                         |  4 +---
 pitivi/utils/custom_effect_widgets.py                  |  4 +---
 pitivi/utils/extract.py                                |  4 +---
 pitivi/utils/loggable.py                               |  4 +---
 pitivi/utils/misc.py                                   |  4 +---
 pitivi/utils/proxy.py                                  |  4 +---
 pitivi/utils/ripple_update_group.py                    |  4 +---
 pitivi/utils/threads.py                                |  4 +---
 pitivi/utils/timeline.py                               |  4 +---
 pitivi/utils/ui.py                                     |  4 +---
 pitivi/utils/validate.py                               |  4 +---
 pitivi/utils/widgets.py                                |  4 +---
 pitivi/viewer/move_scale_overlay.py                    |  4 +---
 pitivi/viewer/overlay.py                               |  4 +---
 pitivi/viewer/overlay_stack.py                         |  4 +---
 pitivi/viewer/title_overlay.py                         |  4 +---
 pitivi/viewer/viewer.py                                |  4 +---
 plugins/console/console.py                             |  4 +---
 plugins/console/consolebuffer.py                       |  4 +---
 plugins/console/utils.py                               |  4 +---
 plugins/console/widgets.py                             |  4 +---
 tests/common.py                                        |  4 +---
 tests/ptv_testsuite.py                                 |  4 +---
 tests/test_application.py                              |  4 +---
 tests/test_check.py                                    |  4 +---
 tests/test_clipproperties.py                           |  4 +---
 tests/test_common.py                                   |  4 +---
 tests/test_editorperspective.py                        |  4 +---
 tests/test_effects.py                                  |  4 +---
 tests/test_mainwindow.py                               |  4 +---
 tests/test_mediafilespreviewer.py                      |  4 +---
 tests/test_medialibrary.py                             |  4 +---
 tests/test_misc.py                                     |  4 +---
 tests/test_pipeline.py                                 |  4 +---
 tests/test_pluginmanager.py                            |  4 +---
 tests/test_prefs.py                                    |  4 +---
 tests/test_preset.py                                   |  4 +---
 tests/test_previewers.py                               |  4 +---
 tests/test_project.py                                  |  4 +---
 tests/test_proxy.py                                    |  4 +---
 tests/test_render.py                                   |  4 +---
 tests/test_settings.py                                 |  4 +---
 tests/test_shortcuts.py                                |  4 +---
 tests/test_system.py                                   |  4 +---
 tests/test_timeline_elements.py                        |  4 +---
 tests/test_timeline_layer.py                           |  4 +---
 tests/test_timeline_markers.py                         |  4 +---
 tests/test_timeline_timeline.py                        |  4 +---
 tests/test_titleeditor.py                              |  4 +---
 tests/test_transitions.py                              |  4 +---
 tests/test_undo.py                                     |  4 +---
 tests/test_undo_markers.py                             |  4 +---
 tests/test_undo_project.py                             |  4 +---
 tests/test_undo_timeline.py                            |  4 +---
 tests/test_utils.py                                    |  4 +---
 tests/test_utils_timeline.py                           |  4 +---
 tests/test_widgets.py                                  |  4 +---
 tests/validate-tests/manager.py                        |  4 +---
 tests/validate-tests/suite.py                          |  4 +---
 99 files changed, 99 insertions(+), 315 deletions(-)
---
diff --git a/COPYING b/COPYING
index 8b61b8e1..04a34ecd 100644
--- a/COPYING
+++ b/COPYING
@@ -13,6 +13,4 @@
  Lesser General Public License for more details.
 
  You should have received a copy of the GNU Lesser General Public
- License along with this program; if not, write to the
- Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA 02110-1301, USA.
+ License along with this program; if not, see <http://www.gnu.org/licenses/>.
diff --git a/bin/pitivi.in b/bin/pitivi.in
index af6a133b..5dd359f8 100755
--- a/bin/pitivi.in
+++ b/bin/pitivi.in
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import cProfile
 import gettext
 import os
diff --git a/build/flatpak/pitivi-flatpak b/build/flatpak/pitivi-flatpak
index 65635ce0..2854147f 100755
--- a/build/flatpak/pitivi-flatpak
+++ b/build/flatpak/pitivi-flatpak
@@ -12,11 +12,8 @@
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # Lesser General Public License for more details.
-#
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 # pylint: disable=missing-docstring,invalid-name
 import argparse
 import configparser
diff --git a/docs/design/2008_design/2008_Plugin_Interface_development.md 
b/docs/design/2008_design/2008_Plugin_Interface_development.md
index 38e9515c..4d5de5bd 100644
--- a/docs/design/2008_design/2008_Plugin_Interface_development.md
+++ b/docs/design/2008_design/2008_Plugin_Interface_development.md
@@ -195,24 +195,6 @@ The above example produces the following image
     #!/usr/bin/env python
     #       configure_test.py
     #
-    #       Copyright 2008 Gordon Allott <gordallott gmail com>
-    #
-    #       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.
-    #
-    #       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.
-    #
-    #
 
 
     from zope.interface import Interface, Attribute
diff --git a/pitivi/application.py b/pitivi/application.py
index 7142d751..e40e36ca 100644
--- a/pitivi/application.py
+++ b/pitivi/application.py
@@ -2,7 +2,7 @@
 # Pitivi video editor
 # Copyright (c) 2005-2009 Edward Hervey <bilboed bilboed com>
 # Copyright (c) 2008-2009 Alessandro Decina <alessandro d gmail com>
-# Copyright (c) 2014 Alexandru Băluț<alexandru balut gmail com>
+# Copyright (c) 2014 Alexandru Băluț <alexandru balut gmail com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -15,9 +15,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import os
 import time
 from gettext import gettext as _
diff --git a/pitivi/autoaligner.py b/pitivi/autoaligner.py
index e32f89dc..fa7bfeed 100644
--- a/pitivi/autoaligner.py
+++ b/pitivi/autoaligner.py
@@ -13,10 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
-# TODO reimplement after GES port
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Automatic alignment of `Clip`s."""
 import array
 import os
diff --git a/pitivi/check.py b/pitivi/check.py
index 54d6e2a8..253cb8b9 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Logic for ensuring important dependencies satisfy minimum requirements.
 
 The checks here are supposed to take a negligible amount of time (< 0.2 seconds)
diff --git a/pitivi/clipproperties.py b/pitivi/clipproperties.py
index 6a32fddd..c7b5fcb8 100644
--- a/pitivi/clipproperties.py
+++ b/pitivi/clipproperties.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Widgets to control clips properties."""
 import bisect
 import os
diff --git a/pitivi/configure.py.in b/pitivi/configure.py.in
index 3d1c67ac..8c1da3b3 100644
--- a/pitivi/configure.py.in
+++ b/pitivi/configure.py.in
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Utilities for getting the location of various directories.
 
 Enables identical use for installed and uninstalled versions.
diff --git a/pitivi/dialogs/about.py b/pitivi/dialogs/about.py
index 84f00dcb..8f3b5faa 100644
--- a/pitivi/dialogs/about.py
+++ b/pitivi/dialogs/about.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Pitivi's about dialog."""
 from gettext import gettext as _
 
diff --git a/pitivi/dialogs/browseprojects.py b/pitivi/dialogs/browseprojects.py
index 92565a3f..e86c8879 100644
--- a/pitivi/dialogs/browseprojects.py
+++ b/pitivi/dialogs/browseprojects.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Dialog for browsing through projects to open an existing project."""
 from gettext import gettext as _
 
diff --git a/pitivi/dialogs/filelisterrordialog.py b/pitivi/dialogs/filelisterrordialog.py
index 798fbd24..b7ae5c50 100644
--- a/pitivi/dialogs/filelisterrordialog.py
+++ b/pitivi/dialogs/filelisterrordialog.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Assets discovery errors."""
 import os
 from gettext import gettext as _
diff --git a/pitivi/dialogs/missingasset.py b/pitivi/dialogs/missingasset.py
index ed8b7d17..0b898a3f 100644
--- a/pitivi/dialogs/missingasset.py
+++ b/pitivi/dialogs/missingasset.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Dialog for locating a missing asset."""
 import os
 from gettext import gettext as _
diff --git a/pitivi/dialogs/prefs.py b/pitivi/dialogs/prefs.py
index 21ad3e30..19e8600e 100644
--- a/pitivi/dialogs/prefs.py
+++ b/pitivi/dialogs/prefs.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """User preferences."""
 import os
 from gettext import gettext as _
diff --git a/pitivi/editorperspective.py b/pitivi/editorperspective.py
index 859a85a3..ac7e208f 100644
--- a/pitivi/editorperspective.py
+++ b/pitivi/editorperspective.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import os
 from gettext import gettext as _
 from time import time
diff --git a/pitivi/effects.py b/pitivi/effects.py
index 1c11b1d7..9affbb4d 100644
--- a/pitivi/effects.py
+++ b/pitivi/effects.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Effects categorization and management.
 
 There are different types of effects available:
diff --git a/pitivi/greeterperspective.py b/pitivi/greeterperspective.py
index 275a0269..e92224de 100644
--- a/pitivi/greeterperspective.py
+++ b/pitivi/greeterperspective.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Pitivi's Welcome/Greeter perspective."""
 import os
 from gettext import gettext as _
diff --git a/pitivi/mainwindow.py b/pitivi/mainwindow.py
index 5df88946..a2d00b7b 100644
--- a/pitivi/mainwindow.py
+++ b/pitivi/mainwindow.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Pitivi's main window."""
 import os
 from gettext import gettext as _
diff --git a/pitivi/mediafilespreviewer.py b/pitivi/mediafilespreviewer.py
index 2d41d91e..a7e831c2 100644
--- a/pitivi/mediafilespreviewer.py
+++ b/pitivi/mediafilespreviewer.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import html
 from gettext import gettext as _
 
diff --git a/pitivi/medialibrary.py b/pitivi/medialibrary.py
index 4cd082d9..95e2f8ce 100644
--- a/pitivi/medialibrary.py
+++ b/pitivi/medialibrary.py
@@ -15,9 +15,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import os
 import subprocess
 import sys
diff --git a/pitivi/perspective.py b/pitivi/perspective.py
index 0c1bf91b..e068678a 100644
--- a/pitivi/perspective.py
+++ b/pitivi/perspective.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Interface for different perspectives."""
 
 
diff --git a/pitivi/pluginmanager.py b/pitivi/pluginmanager.py
index caab3ac4..61e83ab7 100644
--- a/pitivi/pluginmanager.py
+++ b/pitivi/pluginmanager.py
@@ -12,9 +12,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """PluginManager for loading Pitivi plugins."""
 import os
 from enum import IntEnum
diff --git a/pitivi/preset.py b/pitivi/preset.py
index 93dd0b63..81cb0ea4 100644
--- a/pitivi/preset.py
+++ b/pitivi/preset.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import json
 import os.path
 from gettext import gettext as _
diff --git a/pitivi/project.py b/pitivi/project.py
index 723c7ee8..1b930a96 100644
--- a/pitivi/project.py
+++ b/pitivi/project.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Project related classes."""
 import datetime
 import os
diff --git a/pitivi/render.py b/pitivi/render.py
index 7ad2b599..2698e7f0 100644
--- a/pitivi/render.py
+++ b/pitivi/render.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Rendering-related classes and utilities."""
 import os
 import posixpath
diff --git a/pitivi/settings.py b/pitivi/settings.py
index 03bfb1a0..43469e01 100644
--- a/pitivi/settings.py
+++ b/pitivi/settings.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import configparser
 import os
 
diff --git a/pitivi/shortcuts.py b/pitivi/shortcuts.py
index c1454cff..c4445eec 100644
--- a/pitivi/shortcuts.py
+++ b/pitivi/shortcuts.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Accelerators info."""
 import os.path
 
diff --git a/pitivi/tabsmanager.py b/pitivi/tabsmanager.py
index e08723c1..2a8c332d 100644
--- a/pitivi/tabsmanager.py
+++ b/pitivi/tabsmanager.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Gtk.Notebook helpers."""
 from gi.repository import Gdk
 from gi.repository import Gtk
diff --git a/pitivi/timeline/elements.py b/pitivi/timeline/elements.py
index 5d25afc5..293791a6 100644
--- a/pitivi/timeline/elements.py
+++ b/pitivi/timeline/elements.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import os
 from gettext import gettext as _
 
diff --git a/pitivi/timeline/layer.py b/pitivi/timeline/layer.py
index d765acca..8e5a52f1 100644
--- a/pitivi/timeline/layer.py
+++ b/pitivi/timeline/layer.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import re
 from gettext import gettext as _
 
diff --git a/pitivi/timeline/markers.py b/pitivi/timeline/markers.py
index a3b6550c..60afad7c 100644
--- a/pitivi/timeline/markers.py
+++ b/pitivi/timeline/markers.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Markers display and management."""
 from gi.repository import Gdk
 from gi.repository import Gtk
diff --git a/pitivi/timeline/previewers.py b/pitivi/timeline/previewers.py
index 81edd2fb..c6b6e822 100644
--- a/pitivi/timeline/previewers.py
+++ b/pitivi/timeline/previewers.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Previewers for the timeline."""
 import contextlib
 import os
diff --git a/pitivi/timeline/ruler.py b/pitivi/timeline/ruler.py
index 09e2e4e7..5ce0578e 100644
--- a/pitivi/timeline/ruler.py
+++ b/pitivi/timeline/ruler.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 from gettext import gettext as _
 
 import cairo
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index 5ddf4a2b..6d24b069 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import os
 from gettext import gettext as _
 
diff --git a/pitivi/titleeditor.py b/pitivi/titleeditor.py
index 07c284f4..bec31201 100644
--- a/pitivi/titleeditor.py
+++ b/pitivi/titleeditor.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import os
 from gettext import gettext as _
 
diff --git a/pitivi/transitions.py b/pitivi/transitions.py
index f1d2c61b..09907b56 100644
--- a/pitivi/transitions.py
+++ b/pitivi/transitions.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import os
 from gettext import gettext as _
 
diff --git a/pitivi/undo/markers.py b/pitivi/undo/markers.py
index f8d5cc85..be45f52b 100644
--- a/pitivi/undo/markers.py
+++ b/pitivi/undo/markers.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Undo/redo logic for markers."""
 from gi.repository import Gst
 
diff --git a/pitivi/undo/project.py b/pitivi/undo/project.py
index 22c8b410..296cd5d5 100644
--- a/pitivi/undo/project.py
+++ b/pitivi/undo/project.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Logic for undo/redo project actions."""
 from gi.repository import GES
 from gi.repository import GObject
diff --git a/pitivi/undo/timeline.py b/pitivi/undo/timeline.py
index 9d41f9e8..b4caa946 100644
--- a/pitivi/undo/timeline.py
+++ b/pitivi/undo/timeline.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 from gi.repository import GES
 from gi.repository import GObject
 from gi.repository import Gst
diff --git a/pitivi/undo/undo.py b/pitivi/undo/undo.py
index aae6fa19..086be582 100644
--- a/pitivi/undo/undo.py
+++ b/pitivi/undo/undo.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Undo/redo."""
 import contextlib
 
diff --git a/pitivi/utils/check_pipeline.py b/pitivi/utils/check_pipeline.py
index 6c765204..3110a007 100644
--- a/pitivi/utils/check_pipeline.py
+++ b/pitivi/utils/check_pipeline.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Simple tool used by Pitivi to check if a GStreamer pipeline can run."""
 import os
 import sys
diff --git a/pitivi/utils/custom_effect_widgets.py b/pitivi/utils/custom_effect_widgets.py
index cab8ff01..44b5a60e 100644
--- a/pitivi/utils/custom_effect_widgets.py
+++ b/pitivi/utils/custom_effect_widgets.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Utility methods for custom effect UI."""
 import os
 from colorsys import rgb_to_hsv
diff --git a/pitivi/utils/extract.py b/pitivi/utils/extract.py
index 34e55377..bda97343 100644
--- a/pitivi/utils/extract.py
+++ b/pitivi/utils/extract.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """
 Classes for extracting decoded contents of streams into Python
 
diff --git a/pitivi/utils/loggable.py b/pitivi/utils/loggable.py
index 2b3eeda5..95b4670a 100644
--- a/pitivi/utils/loggable.py
+++ b/pitivi/utils/loggable.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import collections
 import errno
 import fnmatch
diff --git a/pitivi/utils/misc.py b/pitivi/utils/misc.py
index dada9306..70f93485 100644
--- a/pitivi/utils/misc.py
+++ b/pitivi/utils/misc.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import hashlib
 import os
 import subprocess
diff --git a/pitivi/utils/proxy.py b/pitivi/utils/proxy.py
index 7dfa8ec8..5401e059 100644
--- a/pitivi/utils/proxy.py
+++ b/pitivi/utils/proxy.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import os
 import time
 from fractions import Fraction
diff --git a/pitivi/utils/ripple_update_group.py b/pitivi/utils/ripple_update_group.py
index 2318aed3..8452fe1a 100644
--- a/pitivi/utils/ripple_update_group.py
+++ b/pitivi/utils/ripple_update_group.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 
 class RippleUpdateGroup:
diff --git a/pitivi/utils/threads.py b/pitivi/utils/threads.py
index 2f618c31..95671ab8 100644
--- a/pitivi/utils/threads.py
+++ b/pitivi/utils/threads.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import threading
 
 from gi.repository import GObject
diff --git a/pitivi/utils/timeline.py b/pitivi/utils/timeline.py
index 8daf545a..0c905028 100644
--- a/pitivi/utils/timeline.py
+++ b/pitivi/utils/timeline.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 from gi.repository import GES
 from gi.repository import GObject
 from gi.repository import Gst
diff --git a/pitivi/utils/ui.py b/pitivi/utils/ui.py
index af4eafca..848c3ae4 100644
--- a/pitivi/utils/ui.py
+++ b/pitivi/utils/ui.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """UI constants and various functions and classes that help with UI drawing."""
 import os
 import time
diff --git a/pitivi/utils/validate.py b/pitivi/utils/validate.py
index 2182c4e8..7985d826 100644
--- a/pitivi/utils/validate.py
+++ b/pitivi/utils/validate.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 # pylint: disable=protected-access
 import locale
 import subprocess
diff --git a/pitivi/utils/widgets.py b/pitivi/utils/widgets.py
index 88349b28..4b6409cf 100644
--- a/pitivi/utils/widgets.py
+++ b/pitivi/utils/widgets.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Classes and routines for creating widgets from `Gst.Element`s."""
 import math
 import os
diff --git a/pitivi/viewer/move_scale_overlay.py b/pitivi/viewer/move_scale_overlay.py
index 890dc785..f8993630 100644
--- a/pitivi/viewer/move_scale_overlay.py
+++ b/pitivi/viewer/move_scale_overlay.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 from collections import OrderedDict
 
 import cairo
diff --git a/pitivi/viewer/overlay.py b/pitivi/viewer/overlay.py
index 096b5dd1..1dd7142e 100644
--- a/pitivi/viewer/overlay.py
+++ b/pitivi/viewer/overlay.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Video viewer overlays."""
 import numpy
 from gi.repository import GES
diff --git a/pitivi/viewer/overlay_stack.py b/pitivi/viewer/overlay_stack.py
index cc8dc7f2..27a21700 100644
--- a/pitivi/viewer/overlay_stack.py
+++ b/pitivi/viewer/overlay_stack.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import numpy
 from gi.repository import Gdk
 from gi.repository import GES
diff --git a/pitivi/viewer/title_overlay.py b/pitivi/viewer/title_overlay.py
index 11a0f797..cbce3bef 100644
--- a/pitivi/viewer/title_overlay.py
+++ b/pitivi/viewer/title_overlay.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import cairo
 import numpy
 
diff --git a/pitivi/viewer/viewer.py b/pitivi/viewer/viewer.py
index d018c5a6..df5a7820 100644
--- a/pitivi/viewer/viewer.py
+++ b/pitivi/viewer/viewer.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import collections
 from gettext import gettext as _
 
diff --git a/plugins/console/console.py b/plugins/console/console.py
index 587aa7c2..5a175b7e 100644
--- a/plugins/console/console.py
+++ b/plugins/console/console.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Python console for inspecting and interacting with Pitivi and the project."""
 import sys
 from gettext import gettext as _
diff --git a/plugins/console/consolebuffer.py b/plugins/console/consolebuffer.py
index be8a4c12..5fa2d7f6 100644
--- a/plugins/console/consolebuffer.py
+++ b/plugins/console/consolebuffer.py
@@ -15,9 +15,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import builtins
 import code
 import keyword
diff --git a/plugins/console/utils.py b/plugins/console/utils.py
index 1c1372fb..2739f13b 100644
--- a/plugins/console/utils.py
+++ b/plugins/console/utils.py
@@ -15,9 +15,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import functools
 import sys
 from contextlib import contextmanager
diff --git a/plugins/console/widgets.py b/plugins/console/widgets.py
index 4ab93835..4ee32ca3 100644
--- a/plugins/console/widgets.py
+++ b/plugins/console/widgets.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """The developer console widget."""
 from gi.repository import Gdk
 from gi.repository import GLib
diff --git a/tests/common.py b/tests/common.py
index 4fce00e9..f45a14d5 100644
--- a/tests/common.py
+++ b/tests/common.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Useful objects for testing."""
 # pylint: disable=protected-access
 import contextlib
diff --git a/tests/ptv_testsuite.py b/tests/ptv_testsuite.py
index 4b1fc26a..201de7e9 100644
--- a/tests/ptv_testsuite.py
+++ b/tests/ptv_testsuite.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 # pylint: disable=missing-docstring,invalid-name
 """GstValidateLauncher testsuite to run our unit tests."""
 import os
diff --git a/tests/test_application.py b/tests/test_application.py
index 6713fba5..a2ed3963 100644
--- a/tests/test_application.py
+++ b/tests/test_application.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the application module."""
 # pylint: disable=missing-docstring,protected-access,no-self-use
 import tempfile
diff --git a/tests/test_check.py b/tests/test_check.py
index 2231fdb9..93614e31 100644
--- a/tests/test_check.py
+++ b/tests/test_check.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 from unittest import mock
 
 from pitivi.check import Dependency
diff --git a/tests/test_clipproperties.py b/tests/test_clipproperties.py
index 9c971fc4..278ba785 100644
--- a/tests/test_clipproperties.py
+++ b/tests/test_clipproperties.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the pitivi.clipproperties module."""
 # pylint: disable=protected-access,no-self-use
 from unittest import mock
diff --git a/tests/test_common.py b/tests/test_common.py
index 7b01e52f..89167634 100644
--- a/tests/test_common.py
+++ b/tests/test_common.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import pitivi.utils.ui as ui_common
 from tests import common
 
diff --git a/tests/test_editorperspective.py b/tests/test_editorperspective.py
index 4d633ddd..b33ad2e4 100644
--- a/tests/test_editorperspective.py
+++ b/tests/test_editorperspective.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the pitivi.editorperspective module."""
 from unittest import mock
 
diff --git a/tests/test_effects.py b/tests/test_effects.py
index be047420..72dba995 100644
--- a/tests/test_effects.py
+++ b/tests/test_effects.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the effects module."""
 # pylint: disable=attribute-defined-outside-init,protected-access
 import os
diff --git a/tests/test_mainwindow.py b/tests/test_mainwindow.py
index e64077dd..d60f981c 100644
--- a/tests/test_mainwindow.py
+++ b/tests/test_mainwindow.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the mainwindow module."""
 # pylint: disable=no-self-use,protected-access
 from unittest import mock
diff --git a/tests/test_mediafilespreviewer.py b/tests/test_mediafilespreviewer.py
index f6a55711..593bea51 100644
--- a/tests/test_mediafilespreviewer.py
+++ b/tests/test_mediafilespreviewer.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the mediafilespreviewer module."""
 # pylint: disable=attribute-defined-outside-init,protected-access
 from unittest import mock
diff --git a/tests/test_medialibrary.py b/tests/test_medialibrary.py
index 21e0da47..5d06ece1 100644
--- a/tests/test_medialibrary.py
+++ b/tests/test_medialibrary.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the pitivi.medialibrary module."""
 # pylint: disable=attribute-defined-outside-init,protected-access
 import os
diff --git a/tests/test_misc.py b/tests/test_misc.py
index 0df3727d..1e6bf3a3 100644
--- a/tests/test_misc.py
+++ b/tests/test_misc.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the utils.misc module."""
 # pylint: disable=protected-access,no-self-use
 import os
diff --git a/tests/test_pipeline.py b/tests/test_pipeline.py
index 65abe503..c943119a 100644
--- a/tests/test_pipeline.py
+++ b/tests/test_pipeline.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the utils.pipeline module."""
 # pylint: disable=protected-access,no-self-use
 from unittest import mock
diff --git a/tests/test_pluginmanager.py b/tests/test_pluginmanager.py
index a7a52d30..e5f164ca 100644
--- a/tests/test_pluginmanager.py
+++ b/tests/test_pluginmanager.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the pluginmanager module."""
 import os
 import tempfile
diff --git a/tests/test_prefs.py b/tests/test_prefs.py
index 940068e7..c33b9c63 100644
--- a/tests/test_prefs.py
+++ b/tests/test_prefs.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 from unittest import mock
 
 from gi.repository import Gtk
diff --git a/tests/test_preset.py b/tests/test_preset.py
index 1f8dbe47..c15e801b 100644
--- a/tests/test_preset.py
+++ b/tests/test_preset.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the pitivi.preset module."""
 # pylint: disable=protected-access
 import os.path
diff --git a/tests/test_previewers.py b/tests/test_previewers.py
index 4bcc7615..0e7cbf5e 100644
--- a/tests/test_previewers.py
+++ b/tests/test_previewers.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the timeline.previewers module."""
 # pylint: disable=protected-access
 import os
diff --git a/tests/test_project.py b/tests/test_project.py
index 36d37d51..32db1694 100644
--- a/tests/test_project.py
+++ b/tests/test_project.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the pitivi.project module."""
 # pylint: disable=protected-access
 import collections
diff --git a/tests/test_proxy.py b/tests/test_proxy.py
index 49a1e849..9a1d2603 100644
--- a/tests/test_proxy.py
+++ b/tests/test_proxy.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the utils.proxy module."""
 # pylint: disable=protected-access
 from unittest import mock
diff --git a/tests/test_render.py b/tests/test_render.py
index 7464565b..887b50d2 100644
--- a/tests/test_render.py
+++ b/tests/test_render.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the render module."""
 # pylint: disable=protected-access,no-self-use
 import os
diff --git a/tests/test_settings.py b/tests/test_settings.py
index 6d0e7cec..60d0845d 100644
--- a/tests/test_settings.py
+++ b/tests/test_settings.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the pitivi.settings module."""
 # pylint: disable=missing-docstring,no-self-use
 import os
diff --git a/tests/test_shortcuts.py b/tests/test_shortcuts.py
index 49c10ad4..f6d6d9da 100644
--- a/tests/test_shortcuts.py
+++ b/tests/test_shortcuts.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Test the keyboard shortcuts."""
 import tempfile
 from unittest import mock
diff --git a/tests/test_system.py b/tests/test_system.py
index 8c70d317..b2163d02 100644
--- a/tests/test_system.py
+++ b/tests/test_system.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the utils.system module."""
 # pylint: disable=missing-docstring
 from unittest import TestCase
diff --git a/tests/test_timeline_elements.py b/tests/test_timeline_elements.py
index 2d8f3d53..60a09cdd 100644
--- a/tests/test_timeline_elements.py
+++ b/tests/test_timeline_elements.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the timeline.elements module."""
 # pylint: disable=protected-access,no-self-use
 from unittest import mock
diff --git a/tests/test_timeline_layer.py b/tests/test_timeline_layer.py
index 897711ed..ba3935e4 100644
--- a/tests/test_timeline_layer.py
+++ b/tests/test_timeline_layer.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 from unittest import mock
 
 from gi.repository import GES
diff --git a/tests/test_timeline_markers.py b/tests/test_timeline_markers.py
index a73f26d5..26b94150 100644
--- a/tests/test_timeline_markers.py
+++ b/tests/test_timeline_markers.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the timeline.markers module."""
 from unittest import mock
 
diff --git a/tests/test_timeline_timeline.py b/tests/test_timeline_timeline.py
index 708387b2..0e77d79f 100644
--- a/tests/test_timeline_timeline.py
+++ b/tests/test_timeline_timeline.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the pitivi.timeline.timeline module."""
 # pylint: disable=protected-access
 from unittest import mock
diff --git a/tests/test_titleeditor.py b/tests/test_titleeditor.py
index 1f8a5a97..549c4dbb 100644
--- a/tests/test_titleeditor.py
+++ b/tests/test_titleeditor.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the titleeditor module."""
 # pylint: disable=protected-access
 from unittest import mock
diff --git a/tests/test_transitions.py b/tests/test_transitions.py
index 95fe3bfb..1a668f6e 100644
--- a/tests/test_transitions.py
+++ b/tests/test_transitions.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the transitions module."""
 from pitivi.transitions import TransitionsListWidget
 from tests import common
diff --git a/tests/test_undo.py b/tests/test_undo.py
index 6e36b2b5..0f33b2a8 100644
--- a/tests/test_undo.py
+++ b/tests/test_undo.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the pitivi.undo.undo module."""
 # pylint: disable=protected-access
 from unittest import mock
diff --git a/tests/test_undo_markers.py b/tests/test_undo_markers.py
index 1c924d6a..0e6f652b 100644
--- a/tests/test_undo_markers.py
+++ b/tests/test_undo_markers.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the undo.markers module."""
 import tempfile
 
diff --git a/tests/test_undo_project.py b/tests/test_undo_project.py
index d3621ff0..edfd7235 100644
--- a/tests/test_undo_project.py
+++ b/tests/test_undo_project.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 from gi.repository import GES
 from gi.repository import Gtk
 
diff --git a/tests/test_undo_timeline.py b/tests/test_undo_timeline.py
index 1cb77dc7..50d695d2 100644
--- a/tests/test_undo_timeline.py
+++ b/tests/test_undo_timeline.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """Tests for the pitivi.undo.timeline module."""
 # pylint: disable=protected-access
 from unittest import mock
diff --git a/tests/test_utils.py b/tests/test_utils.py
index a0e7bc32..01d6c63e 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 import time
 from unittest import mock
 
diff --git a/tests/test_utils_timeline.py b/tests/test_utils_timeline.py
index d30082f2..44e54167 100644
--- a/tests/test_utils_timeline.py
+++ b/tests/test_utils_timeline.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 from unittest import mock
 
 from gi.repository import GES
diff --git a/tests/test_widgets.py b/tests/test_widgets.py
index b359c443..b74d862f 100644
--- a/tests/test_widgets.py
+++ b/tests/test_widgets.py
@@ -13,9 +13,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 from gi.repository import Gdk
 from gi.repository import Gst
 
diff --git a/tests/validate-tests/manager.py b/tests/validate-tests/manager.py
index 36c2ab1f..a9866676 100644
--- a/tests/validate-tests/manager.py
+++ b/tests/validate-tests/manager.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """The Pitivi GstValidate tests manager and friends."""
 import os
 import urllib.parse
diff --git a/tests/validate-tests/suite.py b/tests/validate-tests/suite.py
index e0fbf2d4..a14e047d 100644
--- a/tests/validate-tests/suite.py
+++ b/tests/validate-tests/suite.py
@@ -14,9 +14,7 @@
 # Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
 """The Pitivi GstValidate testsuite."""
 import os
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]