[pitivi] Fix source code file headers



commit cd11b9072ade73c5883f2892a8603e278071a610
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Wed Dec 25 10:37:11 2013 +0100

    Fix source code file headers

 pitivi/autoaligner.py                 |    2 +-
 pitivi/clipproperties.py              |    2 +-
 pitivi/configure.py.in                |    2 +-
 pitivi/dialogs/clipmediaprops.py      |    2 +-
 pitivi/dialogs/filelisterrordialog.py |    2 +-
 pitivi/dialogs/prefs.py               |    2 +-
 pitivi/effects.py                     |    2 +-
 pitivi/mainwindow.py                  |    2 +-
 pitivi/mediafilespreviewer.py         |   23 ++++++++++++++++++++++-
 pitivi/project.py                     |    2 +-
 pitivi/settings.py                    |    2 +-
 pitivi/tabsmanager.py                 |    2 +-
 pitivi/timeline/__init__.py           |    4 ++--
 pitivi/timeline/controls.py           |    2 +-
 pitivi/timeline/elements.py           |    2 +-
 pitivi/timeline/previewers.py         |    2 +-
 pitivi/timeline/timeline.py           |    2 +-
 pitivi/titleeditor.py                 |    2 +-
 pitivi/transitions.py                 |    2 +-
 pitivi/undo/effect.py                 |    6 +++---
 pitivi/undo/medialibrary.py           |    2 +-
 pitivi/utils/extract.py               |    2 +-
 pitivi/utils/loggable.py              |    2 +-
 pitivi/utils/misc.py                  |    2 +-
 pitivi/utils/pipeline.py              |    4 ++--
 pitivi/utils/ripple_update_group.py   |    2 +-
 pitivi/utils/signal.py                |    4 ++--
 pitivi/utils/timeline.py              |    2 +-
 pitivi/utils/widgets.py               |    2 +-
 pitivi/viewer.py                      |    2 +-
 30 files changed, 56 insertions(+), 35 deletions(-)
---
diff --git a/pitivi/autoaligner.py b/pitivi/autoaligner.py
index cb01cbd..ec608d2 100644
--- a/pitivi/autoaligner.py
+++ b/pitivi/autoaligner.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       timeline/align.py
+#       pitivi/autoaligner.py
 #
 # Copyright (c) 2011, Benjamin M. Schwartz <bens alum mit edu>
 #
diff --git a/pitivi/clipproperties.py b/pitivi/clipproperties.py
index f08f46d..70e67be 100644
--- a/pitivi/clipproperties.py
+++ b/pitivi/clipproperties.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       clipproperties.py
+#       pitivi/clipproperties.py
 #
 # Copyright (C) 2010 Thibault Saunier <tsaunier gnome org>
 #
diff --git a/pitivi/configure.py.in b/pitivi/configure.py.in
index f598d3c..263a0ea 100644
--- a/pitivi/configure.py.in
+++ b/pitivi/configure.py.in
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       configure.py
+#       pitivi/configure.py
 #
 # Copyright (c) 2005, Edward Hervey <bilboed bilboed com>
 #
diff --git a/pitivi/dialogs/clipmediaprops.py b/pitivi/dialogs/clipmediaprops.py
index faae3a8..0890e25 100644
--- a/pitivi/dialogs/clipmediaprops.py
+++ b/pitivi/dialogs/clipmediaprops.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       ui/clipmediaprops.py
+#       pitivi/dialogs/clipmediaprops.py
 #
 # Copyright (c) 2011, Parthasarathi Susarla <partha collabora co uk>
 #
diff --git a/pitivi/dialogs/filelisterrordialog.py b/pitivi/dialogs/filelisterrordialog.py
index 69e4fbf..0f101df 100644
--- a/pitivi/dialogs/filelisterrordialog.py
+++ b/pitivi/dialogs/filelisterrordialog.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       ui/filelisterrordialog.py
+#       pitivi/dialogs/filelisterrordialog.py
 #
 # Copyright (c) 2005, Edward Hervey <bilboed bilboed com>
 #
diff --git a/pitivi/dialogs/prefs.py b/pitivi/dialogs/prefs.py
index 2423576..44666a7 100644
--- a/pitivi/dialogs/prefs.py
+++ b/pitivi/dialogs/prefs.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       ui/prefs.py
+#       pitivi/dialogs/prefs.py
 #
 # Copyright (c) 2005, Edward Hervey <bilboed bilboed com>
 #
diff --git a/pitivi/effects.py b/pitivi/effects.py
index 2851392..f7f08d6 100644
--- a/pitivi/effects.py
+++ b/pitivi/effects.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       effects.py
+#       pitivi/effects.py
 #
 # Copyright (c) 2010, Thibault Saunier <tsaunier gnome org>
 # Copyright (c) 2005, Edward Hervey <bilboed bilboed com>
diff --git a/pitivi/mainwindow.py b/pitivi/mainwindow.py
index 36234d9..faebf0f 100644
--- a/pitivi/mainwindow.py
+++ b/pitivi/mainwindow.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # Pitivi video editor
 #
-#       ui/mainwindow.py
+#       pitivi/mainwindow.py
 #
 # Copyright (c) 2005, Edward Hervey <bilboed bilboed com>
 #
diff --git a/pitivi/mediafilespreviewer.py b/pitivi/mediafilespreviewer.py
index 516eb0d..a7f5a55 100644
--- a/pitivi/mediafilespreviewer.py
+++ b/pitivi/mediafilespreviewer.py
@@ -1,4 +1,26 @@
 # -*- coding: utf-8 -*-
+# Pitivi video editor
+#
+#       pitivi/mediafilespreviewer.py
+#
+# Copyright (c) 2011, Pier Carteri <pier carteri gmail com>
+# Copyright (c) 2012, Thibault Saunier <tsaunier gnome org>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 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
+# 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.
+
 import platform
 from gettext import gettext as _
 from gi.repository import GLib
@@ -10,7 +32,6 @@ from gi.repository import GdkPixbuf
 from gi.repository import Pango
 from gi.repository.GstPbutils import Discoverer
 
-from pitivi.configure import get_pixmap_dir
 from pitivi.settings import GlobalSettings
 from pitivi.utils.loggable import Loggable
 from pitivi.utils.misc import uri_is_valid
diff --git a/pitivi/project.py b/pitivi/project.py
index 09d37ea..f5cca16 100644
--- a/pitivi/project.py
+++ b/pitivi/project.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       project.py
+#       pitivi/project.py
 #
 # Copyright (c) 2005, Edward Hervey <bilboed bilboed com>
 #
diff --git a/pitivi/settings.py b/pitivi/settings.py
index f267449..beebe79 100644
--- a/pitivi/settings.py
+++ b/pitivi/settings.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       settings.py
+#       pitivi/settings.py
 #
 # Copyright (c) 2005, Edward Hervey <bilboed bilboed com>
 #
diff --git a/pitivi/tabsmanager.py b/pitivi/tabsmanager.py
index fd41c08..f40b639 100644
--- a/pitivi/tabsmanager.py
+++ b/pitivi/tabsmanager.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       tabsmanager.py
+#       pitivi/tabsmanager.py
 #
 # Copyright (c) 2005, Edward Hervey <bilboed bilboed com>
 #
diff --git a/pitivi/timeline/__init__.py b/pitivi/timeline/__init__.py
index e4d7ce8..9a1dda6 100644
--- a/pitivi/timeline/__init__.py
+++ b/pitivi/timeline/__init__.py
@@ -1,8 +1,8 @@
 #!/usr/bin/env python2
 #
-#       __init__.py
+#       pitivi/timeline/__init__.py
 #
-# Copyright (C) 2012 Thibault Saunier <thibaul saunier collabora com>
+# Copyright (C) 2012 Thibault Saunier <thibault saunier collabora com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff --git a/pitivi/timeline/controls.py b/pitivi/timeline/controls.py
index 368f176..3d5dc27 100644
--- a/pitivi/timeline/controls.py
+++ b/pitivi/timeline/controls.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # Pitivi video editor
 #
-#       pitivi/controls.py
+#       pitivi/timeline/controls.py
 #
 # Copyright (c) 2013, Mathieu Duponchelle <mduponchelle1 gmail com>
 #
diff --git a/pitivi/timeline/elements.py b/pitivi/timeline/elements.py
index c5c1cdb..e47514d 100644
--- a/pitivi/timeline/elements.py
+++ b/pitivi/timeline/elements.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # Pitivi video editor
 #
-#       pitivi/elements.py
+#       pitivi/timeline/elements.py
 #
 # Copyright (c) 2013, Mathieu Duponchelle <mduponchelle1 gmail com>
 #
diff --git a/pitivi/timeline/previewers.py b/pitivi/timeline/previewers.py
index fb9479f..f2bdb74 100644
--- a/pitivi/timeline/previewers.py
+++ b/pitivi/timeline/previewers.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # Pitivi video editor
 #
-#       pitivi/previewers
+#       pitivi/timeline/previewers.py
 #
 # Copyright (c) 2013, Daniel Thul <daniel thul gmail com>
 #
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index 2dda803..c2b37c0 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # Pitivi video editor
 #
-#       pitivi/timeline.py
+#       pitivi/timeline/timeline.py
 #
 # Copyright (c) 2013, Mathieu Duponchelle <mduponchelle1 gmail com>
 #
diff --git a/pitivi/titleeditor.py b/pitivi/titleeditor.py
index 063bd36..f2d0e2b 100644
--- a/pitivi/titleeditor.py
+++ b/pitivi/titleeditor.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       pitivi/medialibrary.py
+#       pitivi/titleeditor.py
 #
 # Copyright (c) 2012, Matas Brazdeikis <matas brazdeikis lt>
 #
diff --git a/pitivi/transitions.py b/pitivi/transitions.py
index 437e4cb..d8e92e2 100644
--- a/pitivi/transitions.py
+++ b/pitivi/transitions.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # Pitivi video editor
 #
-#       transitions.py
+#       pitivi/transitions.py
 #
 # Copyright (c) 2012, Jean-François Fortin Tam <nekohayo gmail com>
 #
diff --git a/pitivi/undo/effect.py b/pitivi/undo/effect.py
index 330de41..49e2f74 100644
--- a/pitivi/undo/effect.py
+++ b/pitivi/undo/effect.py
@@ -1,8 +1,8 @@
-#!/usr/bin/env python2
+# Pitivi video editor
 #
-#       effect.py
+#       pitivi/undo/effect.py
 #
-# Copyright (C) 2012 Thibault Saunier <thibaul saunier collabora com>
+# Copyright (C) 2012 Thibault Saunier <thibault saunier collabora com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff --git a/pitivi/undo/medialibrary.py b/pitivi/undo/medialibrary.py
index e533a27..8bd6623 100644
--- a/pitivi/undo/medialibrary.py
+++ b/pitivi/undo/medialibrary.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       pitivi/medialibrary_undo.py
+#       pitivi/undo/medialibrary.py
 #
 # Copyright (c) 2009, Alessandro Decina <alessandro d gmail com>
 #
diff --git a/pitivi/utils/extract.py b/pitivi/utils/extract.py
index b0b5d3a..dd2760c 100644
--- a/pitivi/utils/extract.py
+++ b/pitivi/utils/extract.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       timeline/extract.py
+#       pitivi/utils/extract.py
 #
 # Copyright (c) 2005, Edward Hervey <bilboed bilboed com>
 # Copyright (c) 2011, Benjamin M. Schwartz <bens alum mit edu>
diff --git a/pitivi/utils/loggable.py b/pitivi/utils/loggable.py
index 27020ea..7678fae 100644
--- a/pitivi/utils/loggable.py
+++ b/pitivi/utils/loggable.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       pitivi/log/loggable.py
+#       pitivi/utils/loggable.py
 #
 # Copyright (c) 2009, Alessandro Decina <alessandro decina collabora co uk>
 #
diff --git a/pitivi/utils/misc.py b/pitivi/utils/misc.py
index 6c03a60..db41f9a 100644
--- a/pitivi/utils/misc.py
+++ b/pitivi/utils/misc.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       utils.py
+#       pitivi/utils/misc.py
 #
 # Copyright (c) 2005, Edward Hervey <bilboed bilboed com>
 # Copyright (c) 2009, Alessandro Decina <alessandro d gmail com>
diff --git a/pitivi/utils/pipeline.py b/pitivi/utils/pipeline.py
index 7c0c3e0..244d35e 100644
--- a/pitivi/utils/pipeline.py
+++ b/pitivi/utils/pipeline.py
@@ -1,8 +1,8 @@
 #!/usr/bin/env python2
 #
-#       pipeline.py
+#       pitivi/utils/pipeline.py
 #
-# Copyright (C) 2012 Thibault Saunier <thibaul saunier collabora com>
+# Copyright (C) 2012 Thibault Saunier <thibault saunier collabora com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff --git a/pitivi/utils/ripple_update_group.py b/pitivi/utils/ripple_update_group.py
index 21ece7d..b746623 100644
--- a/pitivi/utils/ripple_update_group.py
+++ b/pitivi/utils/ripple_update_group.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       ui/ripple_update_group.py
+#       pitivi/utils/ripple_update_group.py
 #
 # Copyright (c) 2010, Brandon Lewis <brandon lewis collabora co uk>
 #
diff --git a/pitivi/utils/signal.py b/pitivi/utils/signal.py
index 2dd9fbf..d469aec 100644
--- a/pitivi/utils/signal.py
+++ b/pitivi/utils/signal.py
@@ -1,9 +1,9 @@
 #!/usr/bin/env python2
 #
-#       signal.py
+#       pitivi/utils/signal.py
 #
 # Copyright (c) 2006, Richard Boulton <richard tartarus org>
-# Copyright (C) 2012 Thibault Saunier <thibaul saunier collabora com>
+# Copyright (C) 2012 Thibault Saunier <thibault saunier collabora com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff --git a/pitivi/utils/timeline.py b/pitivi/utils/timeline.py
index 40c40ed..22c1248 100644
--- a/pitivi/utils/timeline.py
+++ b/pitivi/utils/timeline.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       pitivi/timeline/timeline.py
+#       pitivi/utils/timeline.py
 #
 # Copyright (c) 2005, Edward Hervey <bilboed bilboed com>
 # Copyright (c) 2009, Alessandro Decina <alessandro decina collabora co uk>
diff --git a/pitivi/utils/widgets.py b/pitivi/utils/widgets.py
index e653838..d90cbcb 100644
--- a/pitivi/utils/widgets.py
+++ b/pitivi/utils/widgets.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # Pitivi video editor
 #
-#       ui/gstwidget.py
+#       pitivi/utils/widgets.py
 #
 # Copyright (c) 2005, Edward Hervey <bilboed bilboed com>
 #
diff --git a/pitivi/viewer.py b/pitivi/viewer.py
index 6b3f9ab..c94096f 100644
--- a/pitivi/viewer.py
+++ b/pitivi/viewer.py
@@ -1,6 +1,6 @@
 # Pitivi video editor
 #
-#       ui/viewer.py
+#       pitivi/viewer.py
 #
 # Copyright (c) 2005, Edward Hervey <bilboed bilboed com>
 #


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