Fix copyright/license headers and module docstrings
authorRené Stadler <mail@renestadler.de>
Thu, 22 Nov 2007 08:47:06 +0000 (10:47 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:39 +0000 (20:51 +0200)
15 files changed:
debug-viewer/GstDebugViewer/Common/Data.py
debug-viewer/GstDebugViewer/Common/GUI.py
debug-viewer/GstDebugViewer/Common/Main.py
debug-viewer/GstDebugViewer/Common/__init__.py
debug-viewer/GstDebugViewer/Common/utils.py
debug-viewer/GstDebugViewer/Data.py
debug-viewer/GstDebugViewer/GUI.py
debug-viewer/GstDebugViewer/Main.py
debug-viewer/GstDebugViewer/Plugins/ColorizeRows.py
debug-viewer/GstDebugViewer/Plugins/FileProperties.py
debug-viewer/GstDebugViewer/Plugins/Timeline.py
debug-viewer/GstDebugViewer/Plugins/__init__.py
debug-viewer/GstDebugViewer/__init__.py
debug-viewer/gst-debug-viewer
debug-viewer/setup.py

index 8539f935a119a3d28f9ddd49212c1e0ba1358047..70a3cb44ec19e2a5e9045ecd61d4bcfec16594c3 100644 (file)
@@ -17,7 +17,7 @@
 #  You should have received a copy of the GNU General Public License along with
 #  this program.  If not, see <http://www.gnu.org/licenses/>.
 
-"""GStreamer development utilities common Data module"""
+"""GStreamer Development Utilities Common Data module."""
 
 import pygtk
 pygtk.require ("2.0")
index bf668ca6a611eef99081e3130deee8dc868ae33f..ddc4334a3a14b9fc2d7b93279c915d6618dc8a45 100644 (file)
@@ -17,7 +17,7 @@
 #  You should have received a copy of the GNU General Public License along with
 #  this program.  If not, see <http://www.gnu.org/licenses/>.
 
-"""GStreamer development utilities common GUI module"""
+"""GStreamer Development Utilities Common GUI module."""
 
 import logging
 
index 934276a304c3a1ec9ba53d60f54e045b3f8fce5b..414a0f75e142cb22d82a7077e071ebed2318b13f 100644 (file)
@@ -15,9 +15,9 @@
 #  more details.
 #
 #  You should have received a copy of the GNU General Public License along with
-#  this program; if not, see <http://www.gnu.org/licenses/>.
+#  this program.  If not, see <http://www.gnu.org/licenses/>.
 
-"""GStreamer development utilities common main module."""
+"""GStreamer Development Utilities Common Main module."""
 
 import sys
 import os
index c1549eb1a8069e57719a1d1b5b7cf254f4e33d93..7adb873ef8f4c29664973322cef3e3b63b85600a 100644 (file)
@@ -1,5 +1,7 @@
 # -*- coding: utf-8; mode: python; -*-
 #
+#  GStreamer Development Utilities
+#
 #  Copyright (C) 2007 René Stadler <mail@renestadler.de>
 #
 #  This program is free software; you can redistribute it and/or modify it
@@ -15,6 +17,6 @@
 #  You should have received a copy of the GNU General Public License along with
 #  this program.  If not, see <http://www.gnu.org/licenses/>.
 
-"""GStreamer development utilities common module"""
+"""GStreamer Development Utilities Common package."""
 
 import Data, GUI, Main, utils
index 95f491e70343b740b93f953179500d5e2dced215..55dd54a6bfdd4f2f1c3867eac0ce61846f8277a5 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8; mode: python; -*-
 #
-#  GStreamer Inspector - Multimedia system plugin introspection
+#  GStreamer Development Utilities
 #
 #  Copyright (C) 2007 René Stadler <mail@renestadler.de>
 #
@@ -17,7 +17,7 @@
 #  You should have received a copy of the GNU General Public License along with
 #  this program; if not, see <http://www.gnu.org/licenses/>.
 
-"""Misc utilities."""
+"""GStreamer Development Utilities Common utils module."""
 
 import os
 import logging
index c837e0096fdc0e9d967b1a6319a94a3a665bc962..dc44f561efc36f1deabe522767f9b0983f84ee4b 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8; mode: python; -*-
 #
-#  GStreamer Debug Viewer
+#  GStreamer Debug Viewer - View and analyze GStreamer debug log files
 #
 #  Copyright (C) 2007 René Stadler <mail@renestadler.de>
 #
@@ -17,7 +17,7 @@
 #  You should have received a copy of the GNU General Public License along with
 #  this program.  If not, see <http://www.gnu.org/licenses/>.
 
-"""GStreamer debug viewer data module"""
+"""GStreamer Debug Viewer Data module."""
 
 import os
 import logging
index c335059ca62a1d56859cfaf5671a9554f530d2a7..b68bbbce060bb19c50238bff1353fae0ad539507 100755 (executable)
@@ -1,25 +1,23 @@
-#!/usr/bin/python
 # -*- coding: utf-8; mode: python; -*-
-##
-## gst-debug-viewer.py: GStreamer debug log viewer
-##
-## Copyright (C) 2006 Rene Stadler <mail@renestadler.de>
-##
-## 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 2 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 Lesser General Public
-## License along with this library; if not, write to the Free
-## Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-## Boston, MA 02110-1301 USA
-##
+#
+#  GStreamer Debug Viewer - View and analyze GStreamer debug log files
+#
+#  Copyright (C) 2007 René Stadler <mail@renestadler.de>
+#
+#  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, see <http://www.gnu.org/licenses/>.
+
+"""GStreamer Debug Viewer GUI module."""
 
 __author__ = u"René Stadler <mail@renestadler.de>"
 __version__ = "0.1"
index 65ad0a3a559c8e74d052756b53777bdf10771cfc..7c296d194ab576863a34b5164a2827acda32b41b 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8; mode: python; -*-
 #
-#  GStreamer Debug Viewer
+#  GStreamer Debug Viewer - View and analyze GStreamer debug log files
 #
 #  Copyright (C) 2007 René Stadler <mail@renestadler.de>
 #
@@ -17,7 +17,7 @@
 #  You should have received a copy of the GNU General Public License along with
 #  this program.  If not, see <http://www.gnu.org/licenses/>.
 
-"""GStreamer debug viewer main module"""
+"""GStreamer Debug Viewer Main module."""
 
 import sys
 from gettext import gettext as _, ngettext
index e80130acff1a4a1c85cac4ad81df35cf4feef393..bcf0902894e672c8c03a37329df3a59f4703f139 100644 (file)
@@ -1,3 +1,23 @@
+# -*- coding: utf-8; mode: python; -*-
+#
+#  GStreamer Debug Viewer - View and analyze GStreamer debug log files
+#
+#  Copyright (C) 2007 René Stadler <mail@renestadler.de>
+#
+#  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, see <http://www.gnu.org/licenses/>.
+
+"""GStreamer Debug Viewer row colorization plugin."""
 
 from GstDebugViewer.Plugins import FeatureBase, PluginBase
 
index ea88ed7b09399e2e95ca84f6fb14230ba5b84e77..5635c86751212a4ae3bd5d297d0e814214bf0281 100644 (file)
@@ -1,3 +1,23 @@
+# -*- coding: utf-8; mode: python; -*-
+#
+#  GStreamer Debug Viewer - View and analyze GStreamer debug log files
+#
+#  Copyright (C) 2007 René Stadler <mail@renestadler.de>
+#
+#  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, see <http://www.gnu.org/licenses/>.
+
+"""GStreamer Debug Viewer file properties plugin."""
 
 from GstDebugViewer.Plugins import *
 import logging
index 71e13799494dba33a42ed398e264df17924b6f53..7c1b7c95471e5172327cd6319346f3a9ebff8e9a 100644 (file)
@@ -1,3 +1,23 @@
+# -*- coding: utf-8; mode: python; -*-
+#
+#  GStreamer Debug Viewer - View and analyze GStreamer debug log files
+#
+#  Copyright (C) 2007 René Stadler <mail@renestadler.de>
+#
+#  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, see <http://www.gnu.org/licenses/>.
+
+"""GStreamer Debug Viewer timeline widget plugin."""
 
 import logging
 
index e9ff712124ee4b40517278ac1959c1b7aebd379d..1fa3a00ab924f3b2c523fa501c4a772e31295ba1 100644 (file)
@@ -1,3 +1,23 @@
+# -*- coding: utf-8; mode: python; -*-
+#
+#  GStreamer Debug Viewer - View and analyze GStreamer debug log files
+#
+#  Copyright (C) 2007 René Stadler <mail@renestadler.de>
+#
+#  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, see <http://www.gnu.org/licenses/>.
+
+"""GStreamer Debug Viewer Plugins package."""
 
 __all__ = ["_", "FeatureBase", "PluginBase"]
 
index b903d2daa396acc01a110d8482713f290bbab660..2bf8812737c31a85efbfec50eded8c4c021c066f 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8; mode: python; -*-
 #
-#  GStreamer Debug Viewer
+#  GStreamer Debug Viewer - View and analyze GStreamer debug log files
 #
 #  Copyright (C) 2007 René Stadler <mail@renestadler.de>
 #
@@ -17,6 +17,8 @@
 #  You should have received a copy of the GNU General Public License along with
 #  this program.  If not, see <http://www.gnu.org/licenses/>.
 
+"""GStreamer Debug Viewer package."""
+
 version = "0.1"
 
 __version__ = version
index 3343f7cd27c2cf45882566e8d7eaeea6b93cc7bd..dff1b920b40f1853ef6909710f7c8cd0b71da781 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # -*- coding: utf-8; mode: python; -*-
 #
-#  GStreamer Debug Viewer
+#  GStreamer Debug Viewer - View and analyze GStreamer debug log files
 #
 #  Copyright (C) 2007 René Stadler <mail@renestadler.de>
 #
index 04a4e8568ce3d4725d89fb24091cc2fc3a43c7c0..d7ddff4c1e15711908828d83b7cbd14d40bdb843 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
-# -*- coding: utf-8; -*-
+# -*- coding: utf-8; mode: python; -*-
 #
-#  GStreamer Debug Viewer
+#  GStreamer Debug Viewer - View and analyze GStreamer debug log files
 #
 #  Copyright (C) 2007 René Stadler <mail@renestadler.de>
 #