thomasvs - in flumotion/trunk: common doc/random flumotion flumotion/admin flumotion/admin/command flumotion/admin/gtk flumotion/admin/text flumotion/common flumotion/component flumotion/component/base flumotion/component/bouncers flumotion/component/consumers flumotion/component/consumers/disker flumotion/component/consumers/httpstreamer flumotion/component/consumers/preview flumotion/component/converters flumotion/component/converters/overlay flumotion/component/converters/pipeline flumotion/component/effects flumotion/component/effects/colorbalance flumotion/component/effects/volume flumotion/component/encoders flumotion/component/encoders/jpeg flumotion/component/encoders/mulaw flumotion/component/encoders/smoke flumotion/component/encoders/speex flumotion/component/encoders/theora flumotion/component/encoders/vorbis flumotion/component/misc flumotion/component/misc/httpfile flumotion/component/misc/porter flumotion/component/misc/repeater flumotion/component/mux ers flumotion/component/plugs flumotion/component/producers flumotion/component/producers/audiotest flumotion/component/producers/bttv flumotion/component/producers/firewire flumotion/component/producers/gdp flumotion/component/producers/icecast flumotion/component/producers/jukebox flumotion/component/producers/looper flumotion/component/producers/pipeline flumotion/component/producers/soundcard flumotion/component/producers/unixdomain flumotion/component/producers/videotest flumotion/component/producers/webcam flumotion/configure flumotion/extern flumotion/extern/fdpass flumotion/extern/pytrayicon flumotion/job flumotion/launch flumotion/manager flumotion/project flumotion/service flumotion/test flumotion/tester flumotion/twisted flumotion/ui flumotion/wizard flumotion/worker flumotion/worker/checks tests tests/integration tools

flumotion-commit at lists.fluendo.com flumotion-commit at lists.fluendo.com
Thu Jan 18 14:21:03 CET 2007


Author: thomasvs
Date: Thu Jan 18 14:05:03 2007
New Revision: 4406

Modified:
   flumotion/trunk/common/gen-locale-xml.py
   flumotion/trunk/doc/random/header.py
   flumotion/trunk/flumotion/__init__.py
   flumotion/trunk/flumotion/admin/__init__.py
   flumotion/trunk/flumotion/admin/admin.py
   flumotion/trunk/flumotion/admin/command/__init__.py
   flumotion/trunk/flumotion/admin/command/commands.py
   flumotion/trunk/flumotion/admin/command/main.py
   flumotion/trunk/flumotion/admin/command/utils.py
   flumotion/trunk/flumotion/admin/connections.py
   flumotion/trunk/flumotion/admin/gtk/__init__.py
   flumotion/trunk/flumotion/admin/gtk/client.py
   flumotion/trunk/flumotion/admin/gtk/connections.py
   flumotion/trunk/flumotion/admin/gtk/dialogs.py
   flumotion/trunk/flumotion/admin/gtk/greeter.py
   flumotion/trunk/flumotion/admin/gtk/main.py
   flumotion/trunk/flumotion/admin/gtk/message.py
   flumotion/trunk/flumotion/admin/gtk/parts.py
   flumotion/trunk/flumotion/admin/gtk/spyglass.py
   flumotion/trunk/flumotion/admin/gtk/wizard.py
   flumotion/trunk/flumotion/admin/multi.py
   flumotion/trunk/flumotion/admin/text/admin_text.py
   flumotion/trunk/flumotion/admin/text/connection.py
   flumotion/trunk/flumotion/admin/text/greeter.py
   flumotion/trunk/flumotion/admin/text/main.py
   flumotion/trunk/flumotion/admin/text/misc_curses.py
   flumotion/trunk/flumotion/admin/text/view.py
   flumotion/trunk/flumotion/common/__init__.py
   flumotion/trunk/flumotion/common/boot.py.in
   flumotion/trunk/flumotion/common/bundle.py
   flumotion/trunk/flumotion/common/bundleclient.py
   flumotion/trunk/flumotion/common/common.py
   flumotion/trunk/flumotion/common/componentui.py
   flumotion/trunk/flumotion/common/config.py
   flumotion/trunk/flumotion/common/connection.py
   flumotion/trunk/flumotion/common/dag.py
   flumotion/trunk/flumotion/common/debug.py
   flumotion/trunk/flumotion/common/enum.py
   flumotion/trunk/flumotion/common/errors.py
   flumotion/trunk/flumotion/common/gstreamer.py
   flumotion/trunk/flumotion/common/identity.py
   flumotion/trunk/flumotion/common/interfaces.py
   flumotion/trunk/flumotion/common/keycards.py
   flumotion/trunk/flumotion/common/log.py
   flumotion/trunk/flumotion/common/medium.py
   flumotion/trunk/flumotion/common/messages.py
   flumotion/trunk/flumotion/common/netutils.py
   flumotion/trunk/flumotion/common/package.py
   flumotion/trunk/flumotion/common/planet.py
   flumotion/trunk/flumotion/common/pygobject.py
   flumotion/trunk/flumotion/common/reflectcall.py
   flumotion/trunk/flumotion/common/registry.py
   flumotion/trunk/flumotion/common/reload.py
   flumotion/trunk/flumotion/common/server.py
   flumotion/trunk/flumotion/common/setup.py
   flumotion/trunk/flumotion/common/watched.py
   flumotion/trunk/flumotion/common/worker.py
   flumotion/trunk/flumotion/component/__init__.py
   flumotion/trunk/flumotion/component/base/__init__.py
   flumotion/trunk/flumotion/component/base/admin_gtk.py
   flumotion/trunk/flumotion/component/base/admin_text.py
   flumotion/trunk/flumotion/component/base/http.py
   flumotion/trunk/flumotion/component/bouncers/__init__.py
   flumotion/trunk/flumotion/component/bouncers/admin_gtk.py
   flumotion/trunk/flumotion/component/bouncers/bouncer.py
   flumotion/trunk/flumotion/component/bouncers/htpasswdcrypt.py
   flumotion/trunk/flumotion/component/bouncers/icalbouncer.py
   flumotion/trunk/flumotion/component/bouncers/saltsha256.py
   flumotion/trunk/flumotion/component/bouncers/tokentest.py
   flumotion/trunk/flumotion/component/component.py
   flumotion/trunk/flumotion/component/consumers/__init__.py
   flumotion/trunk/flumotion/component/consumers/disker/__init__.py
   flumotion/trunk/flumotion/component/consumers/disker/admin_gtk.py
   flumotion/trunk/flumotion/component/consumers/disker/admin_text.py
   flumotion/trunk/flumotion/component/consumers/disker/disker.py
   flumotion/trunk/flumotion/component/consumers/httpstreamer/__init__.py
   flumotion/trunk/flumotion/component/consumers/httpstreamer/admin_gtk.py
   flumotion/trunk/flumotion/component/consumers/httpstreamer/http.py
   flumotion/trunk/flumotion/component/consumers/httpstreamer/resources.py
   flumotion/trunk/flumotion/component/consumers/preview/__init__.py
   flumotion/trunk/flumotion/component/consumers/preview/preview.py
   flumotion/trunk/flumotion/component/converters/__init__.py
   flumotion/trunk/flumotion/component/converters/overlay/__init__.py
   flumotion/trunk/flumotion/component/converters/overlay/genimg.py
   flumotion/trunk/flumotion/component/converters/overlay/overlay.py
   flumotion/trunk/flumotion/component/converters/pipeline/__init__.py
   flumotion/trunk/flumotion/component/converters/pipeline/pipeline.py
   flumotion/trunk/flumotion/component/effects/__init__.py
   flumotion/trunk/flumotion/component/effects/colorbalance/__init__.py
   flumotion/trunk/flumotion/component/effects/colorbalance/admin_gtk.py
   flumotion/trunk/flumotion/component/effects/colorbalance/colorbalance.py
   flumotion/trunk/flumotion/component/effects/volume/__init__.py
   flumotion/trunk/flumotion/component/effects/volume/admin_gtk.py
   flumotion/trunk/flumotion/component/effects/volume/volume.py
   flumotion/trunk/flumotion/component/encoders/__init__.py
   flumotion/trunk/flumotion/component/encoders/jpeg/__init__.py
   flumotion/trunk/flumotion/component/encoders/jpeg/jpeg.py
   flumotion/trunk/flumotion/component/encoders/mulaw/__init__.py
   flumotion/trunk/flumotion/component/encoders/mulaw/mulaw.py
   flumotion/trunk/flumotion/component/encoders/smoke/__init__.py
   flumotion/trunk/flumotion/component/encoders/smoke/smoke.py
   flumotion/trunk/flumotion/component/encoders/speex/__init__.py
   flumotion/trunk/flumotion/component/encoders/speex/speex.py
   flumotion/trunk/flumotion/component/encoders/theora/__init__.py
   flumotion/trunk/flumotion/component/encoders/theora/theora.py
   flumotion/trunk/flumotion/component/encoders/vorbis/__init__.py
   flumotion/trunk/flumotion/component/encoders/vorbis/vorbis.py
   flumotion/trunk/flumotion/component/encoders/vorbis/vorbis010.py
   flumotion/trunk/flumotion/component/encoders/vorbis/vorbisutils.py
   flumotion/trunk/flumotion/component/feedcomponent.py
   flumotion/trunk/flumotion/component/feedcomponent010.py
   flumotion/trunk/flumotion/component/misc/__init__.py
   flumotion/trunk/flumotion/component/misc/httpfile/__init__.py
   flumotion/trunk/flumotion/component/misc/httpfile/admin_gtk.py
   flumotion/trunk/flumotion/component/misc/httpfile/file.py
   flumotion/trunk/flumotion/component/misc/httpfile/httpfile.py
   flumotion/trunk/flumotion/component/misc/porter/__init__.py
   flumotion/trunk/flumotion/component/misc/porter/porter.py
   flumotion/trunk/flumotion/component/misc/porter/porterclient.py
   flumotion/trunk/flumotion/component/misc/repeater/__init__.py
   flumotion/trunk/flumotion/component/misc/repeater/repeater.py
   flumotion/trunk/flumotion/component/muxers/__init__.py
   flumotion/trunk/flumotion/component/muxers/checks.py
   flumotion/trunk/flumotion/component/muxers/multipart.py
   flumotion/trunk/flumotion/component/muxers/ogg.py
   flumotion/trunk/flumotion/component/plugs/__init__.py
   flumotion/trunk/flumotion/component/plugs/loggers.py
   flumotion/trunk/flumotion/component/plugs/streamdata.py
   flumotion/trunk/flumotion/component/producers/__init__.py
   flumotion/trunk/flumotion/component/producers/audiotest/__init__.py
   flumotion/trunk/flumotion/component/producers/audiotest/admin_gtk.py
   flumotion/trunk/flumotion/component/producers/audiotest/audiotest.py
   flumotion/trunk/flumotion/component/producers/bttv/__init__.py
   flumotion/trunk/flumotion/component/producers/bttv/admin_gtk.py
   flumotion/trunk/flumotion/component/producers/bttv/bttv.py
   flumotion/trunk/flumotion/component/producers/checks.py
   flumotion/trunk/flumotion/component/producers/firewire/__init__.py
   flumotion/trunk/flumotion/component/producers/firewire/admin_gtk.py
   flumotion/trunk/flumotion/component/producers/firewire/firewire.py
   flumotion/trunk/flumotion/component/producers/gdp/__init__.py
   flumotion/trunk/flumotion/component/producers/gdp/gdp.py
   flumotion/trunk/flumotion/component/producers/icecast/__init__.py
   flumotion/trunk/flumotion/component/producers/icecast/icecast.py
   flumotion/trunk/flumotion/component/producers/jukebox/__init__.py
   flumotion/trunk/flumotion/component/producers/looper/__init__.py
   flumotion/trunk/flumotion/component/producers/looper/admin_gtk.py
   flumotion/trunk/flumotion/component/producers/looper/looper.py
   flumotion/trunk/flumotion/component/producers/pipeline/__init__.py
   flumotion/trunk/flumotion/component/producers/pipeline/pipeline.py
   flumotion/trunk/flumotion/component/producers/soundcard/__init__.py
   flumotion/trunk/flumotion/component/producers/soundcard/admin_gtk.py
   flumotion/trunk/flumotion/component/producers/soundcard/soundcard.py
   flumotion/trunk/flumotion/component/producers/unixdomain/__init__.py
   flumotion/trunk/flumotion/component/producers/unixdomain/unixdomain.py
   flumotion/trunk/flumotion/component/producers/videotest/__init__.py
   flumotion/trunk/flumotion/component/producers/videotest/admin_gtk.py
   flumotion/trunk/flumotion/component/producers/videotest/admin_text.py
   flumotion/trunk/flumotion/component/producers/videotest/videotest.py
   flumotion/trunk/flumotion/component/producers/webcam/__init__.py
   flumotion/trunk/flumotion/component/producers/webcam/admin_gtk.py
   flumotion/trunk/flumotion/component/producers/webcam/webcam.py
   flumotion/trunk/flumotion/configure/__init__.py
   flumotion/trunk/flumotion/configure/configure.py
   flumotion/trunk/flumotion/configure/installed.py.in
   flumotion/trunk/flumotion/configure/uninstalled.py.in
   flumotion/trunk/flumotion/extern/__init__.py
   flumotion/trunk/flumotion/extern/fdpass/__init__.py
   flumotion/trunk/flumotion/extern/pytrayicon/__init__.py
   flumotion/trunk/flumotion/job/__init__.py
   flumotion/trunk/flumotion/job/job.py
   flumotion/trunk/flumotion/job/main.py
   flumotion/trunk/flumotion/launch/__init__.py
   flumotion/trunk/flumotion/launch/inspect.py
   flumotion/trunk/flumotion/launch/main.py
   flumotion/trunk/flumotion/launch/parse.py
   flumotion/trunk/flumotion/manager/__init__.py
   flumotion/trunk/flumotion/manager/admin.py
   flumotion/trunk/flumotion/manager/base.py
   flumotion/trunk/flumotion/manager/component.py
   flumotion/trunk/flumotion/manager/depgraph.py
   flumotion/trunk/flumotion/manager/main.py
   flumotion/trunk/flumotion/manager/manager.py
   flumotion/trunk/flumotion/manager/worker.py
   flumotion/trunk/flumotion/project/__init__.py
   flumotion/trunk/flumotion/project/project.py
   flumotion/trunk/flumotion/service/__init__.py
   flumotion/trunk/flumotion/service/main.py
   flumotion/trunk/flumotion/service/service.py
   flumotion/trunk/flumotion/test/__init__.py
   flumotion/trunk/flumotion/test/common.py
   flumotion/trunk/flumotion/test/gtkunit.py
   flumotion/trunk/flumotion/test/test_admin_multi.py
   flumotion/trunk/flumotion/test/test_bundle.py
   flumotion/trunk/flumotion/test/test_checkers.py
   flumotion/trunk/flumotion/test/test_common.py
   flumotion/trunk/flumotion/test/test_common_componentui.py
   flumotion/trunk/flumotion/test/test_common_connection.py
   flumotion/trunk/flumotion/test/test_common_gstreamer.py
   flumotion/trunk/flumotion/test/test_common_messages.py
   flumotion/trunk/flumotion/test/test_common_package.py
   flumotion/trunk/flumotion/test/test_common_planet.py
   flumotion/trunk/flumotion/test/test_common_pygobject.py
   flumotion/trunk/flumotion/test/test_component.py
   flumotion/trunk/flumotion/test/test_component_httpstreamer.py
   flumotion/trunk/flumotion/test/test_component_init.py
   flumotion/trunk/flumotion/test/test_config.py
   flumotion/trunk/flumotion/test/test_configure.py
   flumotion/trunk/flumotion/test/test_credentials.py
   flumotion/trunk/flumotion/test/test_dag.py
   flumotion/trunk/flumotion/test/test_defer.py
   flumotion/trunk/flumotion/test/test_dialogs.py
   flumotion/trunk/flumotion/test/test_enum.py
   flumotion/trunk/flumotion/test/test_flavors.py
   flumotion/trunk/flumotion/test/test_greeter.py
   flumotion/trunk/flumotion/test/test_htpasswdcrypt.py
   flumotion/trunk/flumotion/test/test_http.py
   flumotion/trunk/flumotion/test/test_i18n.py
   flumotion/trunk/flumotion/test/test_keycards.py
   flumotion/trunk/flumotion/test/test_log.py
   flumotion/trunk/flumotion/test/test_logfilter.py
   flumotion/trunk/flumotion/test/test_manager_admin.py
   flumotion/trunk/flumotion/test/test_manager_depgraph.py
   flumotion/trunk/flumotion/test/test_manager_manager.py
   flumotion/trunk/flumotion/test/test_manager_worker.py
   flumotion/trunk/flumotion/test/test_parts.py
   flumotion/trunk/flumotion/test/test_pb.py
   flumotion/trunk/flumotion/test/test_pbstream.py
   flumotion/trunk/flumotion/test/test_porter.py
   flumotion/trunk/flumotion/test/test_reflect.py
   flumotion/trunk/flumotion/test/test_registry.py
   flumotion/trunk/flumotion/test/test_saltsha256.py
   flumotion/trunk/flumotion/test/test_testclasses.py
   flumotion/trunk/flumotion/test/test_twisted_compat.py
   flumotion/trunk/flumotion/test/test_twisted_integration.py
   flumotion/trunk/flumotion/test/test_ui_fgtk.py
   flumotion/trunk/flumotion/test/test_wizard.py
   flumotion/trunk/flumotion/test/test_worker_worker.py
   flumotion/trunk/flumotion/test/test_workerconfig.py
   flumotion/trunk/flumotion/test/testclasses.py
   flumotion/trunk/flumotion/tester/__init__.py
   flumotion/trunk/flumotion/tester/client.py
   flumotion/trunk/flumotion/tester/clientfactory.py
   flumotion/trunk/flumotion/tester/httpclient.py
   flumotion/trunk/flumotion/twisted/__init__.py
   flumotion/trunk/flumotion/twisted/checkers.py
   flumotion/trunk/flumotion/twisted/compat.py
   flumotion/trunk/flumotion/twisted/credentials.py
   flumotion/trunk/flumotion/twisted/defer.py
   flumotion/trunk/flumotion/twisted/fdserver.py
   flumotion/trunk/flumotion/twisted/flavors.py
   flumotion/trunk/flumotion/twisted/http.py
   flumotion/trunk/flumotion/twisted/integration.py
   flumotion/trunk/flumotion/twisted/pb.py
   flumotion/trunk/flumotion/twisted/portal.py
   flumotion/trunk/flumotion/twisted/reflect.py
   flumotion/trunk/flumotion/twisted/rtsp.py
   flumotion/trunk/flumotion/ui/__init__.py
   flumotion/trunk/flumotion/ui/fgtk.py
   flumotion/trunk/flumotion/ui/glade.py
   flumotion/trunk/flumotion/ui/icons.py
   flumotion/trunk/flumotion/ui/trayicon.py
   flumotion/trunk/flumotion/ui/url.py
   flumotion/trunk/flumotion/wizard/__init__.py
   flumotion/trunk/flumotion/wizard/classes.py
   flumotion/trunk/flumotion/wizard/enums.py
   flumotion/trunk/flumotion/wizard/save.py
   flumotion/trunk/flumotion/wizard/sidebar.py
   flumotion/trunk/flumotion/wizard/step.py
   flumotion/trunk/flumotion/wizard/steps.py
   flumotion/trunk/flumotion/wizard/wizard.py
   flumotion/trunk/flumotion/wizard/worker.py
   flumotion/trunk/flumotion/worker/__init__.py
   flumotion/trunk/flumotion/worker/checks/__init__.py
   flumotion/trunk/flumotion/worker/checks/check.py
   flumotion/trunk/flumotion/worker/checks/encoder.py
   flumotion/trunk/flumotion/worker/checks/video.py
   flumotion/trunk/flumotion/worker/checks/video010.py
   flumotion/trunk/flumotion/worker/config.py
   flumotion/trunk/flumotion/worker/feed.py
   flumotion/trunk/flumotion/worker/main.py
   flumotion/trunk/flumotion/worker/worker.py
   flumotion/trunk/tests/ComponentsView.py
   flumotion/trunk/tests/greeter.py
   flumotion/trunk/tests/integration/__init__.py
   flumotion/trunk/tests/integration/common.py
   flumotion/trunk/tests/integration/test_qa.py
   flumotion/trunk/tests/integration/test_torture.py
   flumotion/trunk/tests/videotest.py
   flumotion/trunk/tests/vorbis.py
   flumotion/trunk/tools/fixheader.py
Log:
and Andy doesn't feel any different

Modified: flumotion/trunk/common/gen-locale-xml.py
==============================================================================
--- flumotion/trunk/common/gen-locale-xml.py	(original)
+++ flumotion/trunk/common/gen-locale-xml.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/doc/random/header.py
==============================================================================
--- flumotion/trunk/doc/random/header.py	(original)
+++ flumotion/trunk/doc/random/header.py	Thu Jan 18 14:05:03 2007
@@ -4,7 +4,7 @@
 # doc/random/header.py: template header
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/__init__.py	(original)
+++ flumotion/trunk/flumotion/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/admin/__init__.py	(original)
+++ flumotion/trunk/flumotion/admin/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/admin.py
==============================================================================
--- flumotion/trunk/flumotion/admin/admin.py	(original)
+++ flumotion/trunk/flumotion/admin/admin.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/command/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/admin/command/__init__.py	(original)
+++ flumotion/trunk/flumotion/admin/command/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/command/commands.py
==============================================================================
--- flumotion/trunk/flumotion/admin/command/commands.py	(original)
+++ flumotion/trunk/flumotion/admin/command/commands.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/command/main.py
==============================================================================
--- flumotion/trunk/flumotion/admin/command/main.py	(original)
+++ flumotion/trunk/flumotion/admin/command/main.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/command/utils.py
==============================================================================
--- flumotion/trunk/flumotion/admin/command/utils.py	(original)
+++ flumotion/trunk/flumotion/admin/command/utils.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/connections.py
==============================================================================
--- flumotion/trunk/flumotion/admin/connections.py	(original)
+++ flumotion/trunk/flumotion/admin/connections.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/gtk/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/admin/gtk/__init__.py	(original)
+++ flumotion/trunk/flumotion/admin/gtk/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/gtk/client.py
==============================================================================
--- flumotion/trunk/flumotion/admin/gtk/client.py	(original)
+++ flumotion/trunk/flumotion/admin/gtk/client.py	Thu Jan 18 14:05:03 2007
@@ -3,7 +3,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/gtk/connections.py
==============================================================================
--- flumotion/trunk/flumotion/admin/gtk/connections.py	(original)
+++ flumotion/trunk/flumotion/admin/gtk/connections.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/gtk/dialogs.py
==============================================================================
--- flumotion/trunk/flumotion/admin/gtk/dialogs.py	(original)
+++ flumotion/trunk/flumotion/admin/gtk/dialogs.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/gtk/greeter.py
==============================================================================
--- flumotion/trunk/flumotion/admin/gtk/greeter.py	(original)
+++ flumotion/trunk/flumotion/admin/gtk/greeter.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/gtk/main.py
==============================================================================
--- flumotion/trunk/flumotion/admin/gtk/main.py	(original)
+++ flumotion/trunk/flumotion/admin/gtk/main.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/gtk/message.py
==============================================================================
--- flumotion/trunk/flumotion/admin/gtk/message.py	(original)
+++ flumotion/trunk/flumotion/admin/gtk/message.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/gtk/parts.py
==============================================================================
--- flumotion/trunk/flumotion/admin/gtk/parts.py	(original)
+++ flumotion/trunk/flumotion/admin/gtk/parts.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/gtk/spyglass.py
==============================================================================
--- flumotion/trunk/flumotion/admin/gtk/spyglass.py	(original)
+++ flumotion/trunk/flumotion/admin/gtk/spyglass.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/gtk/wizard.py
==============================================================================
--- flumotion/trunk/flumotion/admin/gtk/wizard.py	(original)
+++ flumotion/trunk/flumotion/admin/gtk/wizard.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/multi.py
==============================================================================
--- flumotion/trunk/flumotion/admin/multi.py	(original)
+++ flumotion/trunk/flumotion/admin/multi.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/text/admin_text.py
==============================================================================
--- flumotion/trunk/flumotion/admin/text/admin_text.py	(original)
+++ flumotion/trunk/flumotion/admin/text/admin_text.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/text/connection.py
==============================================================================
--- flumotion/trunk/flumotion/admin/text/connection.py	(original)
+++ flumotion/trunk/flumotion/admin/text/connection.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/text/greeter.py
==============================================================================
--- flumotion/trunk/flumotion/admin/text/greeter.py	(original)
+++ flumotion/trunk/flumotion/admin/text/greeter.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/text/main.py
==============================================================================
--- flumotion/trunk/flumotion/admin/text/main.py	(original)
+++ flumotion/trunk/flumotion/admin/text/main.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/text/misc_curses.py
==============================================================================
--- flumotion/trunk/flumotion/admin/text/misc_curses.py	(original)
+++ flumotion/trunk/flumotion/admin/text/misc_curses.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/admin/text/view.py
==============================================================================
--- flumotion/trunk/flumotion/admin/text/view.py	(original)
+++ flumotion/trunk/flumotion/admin/text/view.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/common/__init__.py	(original)
+++ flumotion/trunk/flumotion/common/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/boot.py.in
==============================================================================
--- flumotion/trunk/flumotion/common/boot.py.in	(original)
+++ flumotion/trunk/flumotion/common/boot.py.in	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/bundle.py
==============================================================================
--- flumotion/trunk/flumotion/common/bundle.py	(original)
+++ flumotion/trunk/flumotion/common/bundle.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/bundleclient.py
==============================================================================
--- flumotion/trunk/flumotion/common/bundleclient.py	(original)
+++ flumotion/trunk/flumotion/common/bundleclient.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/common.py
==============================================================================
--- flumotion/trunk/flumotion/common/common.py	(original)
+++ flumotion/trunk/flumotion/common/common.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/componentui.py
==============================================================================
--- flumotion/trunk/flumotion/common/componentui.py	(original)
+++ flumotion/trunk/flumotion/common/componentui.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/config.py
==============================================================================
--- flumotion/trunk/flumotion/common/config.py	(original)
+++ flumotion/trunk/flumotion/common/config.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/connection.py
==============================================================================
--- flumotion/trunk/flumotion/common/connection.py	(original)
+++ flumotion/trunk/flumotion/common/connection.py	Thu Jan 18 14:05:03 2007
@@ -1,5 +1,5 @@
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/dag.py
==============================================================================
--- flumotion/trunk/flumotion/common/dag.py	(original)
+++ flumotion/trunk/flumotion/common/dag.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/debug.py
==============================================================================
--- flumotion/trunk/flumotion/common/debug.py	(original)
+++ flumotion/trunk/flumotion/common/debug.py	Thu Jan 18 14:05:03 2007
@@ -1,5 +1,5 @@
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/enum.py
==============================================================================
--- flumotion/trunk/flumotion/common/enum.py	(original)
+++ flumotion/trunk/flumotion/common/enum.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/errors.py
==============================================================================
--- flumotion/trunk/flumotion/common/errors.py	(original)
+++ flumotion/trunk/flumotion/common/errors.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/gstreamer.py
==============================================================================
--- flumotion/trunk/flumotion/common/gstreamer.py	(original)
+++ flumotion/trunk/flumotion/common/gstreamer.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/identity.py
==============================================================================
--- flumotion/trunk/flumotion/common/identity.py	(original)
+++ flumotion/trunk/flumotion/common/identity.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/interfaces.py
==============================================================================
--- flumotion/trunk/flumotion/common/interfaces.py	(original)
+++ flumotion/trunk/flumotion/common/interfaces.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/keycards.py
==============================================================================
--- flumotion/trunk/flumotion/common/keycards.py	(original)
+++ flumotion/trunk/flumotion/common/keycards.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/log.py
==============================================================================
--- flumotion/trunk/flumotion/common/log.py	(original)
+++ flumotion/trunk/flumotion/common/log.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/medium.py
==============================================================================
--- flumotion/trunk/flumotion/common/medium.py	(original)
+++ flumotion/trunk/flumotion/common/medium.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/messages.py
==============================================================================
--- flumotion/trunk/flumotion/common/messages.py	(original)
+++ flumotion/trunk/flumotion/common/messages.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/netutils.py
==============================================================================
--- flumotion/trunk/flumotion/common/netutils.py	(original)
+++ flumotion/trunk/flumotion/common/netutils.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/package.py
==============================================================================
--- flumotion/trunk/flumotion/common/package.py	(original)
+++ flumotion/trunk/flumotion/common/package.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/planet.py
==============================================================================
--- flumotion/trunk/flumotion/common/planet.py	(original)
+++ flumotion/trunk/flumotion/common/planet.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/pygobject.py
==============================================================================
--- flumotion/trunk/flumotion/common/pygobject.py	(original)
+++ flumotion/trunk/flumotion/common/pygobject.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/reflectcall.py
==============================================================================
--- flumotion/trunk/flumotion/common/reflectcall.py	(original)
+++ flumotion/trunk/flumotion/common/reflectcall.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/registry.py
==============================================================================
--- flumotion/trunk/flumotion/common/registry.py	(original)
+++ flumotion/trunk/flumotion/common/registry.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/reload.py
==============================================================================
--- flumotion/trunk/flumotion/common/reload.py	(original)
+++ flumotion/trunk/flumotion/common/reload.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/server.py
==============================================================================
--- flumotion/trunk/flumotion/common/server.py	(original)
+++ flumotion/trunk/flumotion/common/server.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/setup.py
==============================================================================
--- flumotion/trunk/flumotion/common/setup.py	(original)
+++ flumotion/trunk/flumotion/common/setup.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/watched.py
==============================================================================
--- flumotion/trunk/flumotion/common/watched.py	(original)
+++ flumotion/trunk/flumotion/common/watched.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/common/worker.py
==============================================================================
--- flumotion/trunk/flumotion/common/worker.py	(original)
+++ flumotion/trunk/flumotion/common/worker.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/base/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/base/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/base/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/base/admin_gtk.py
==============================================================================
--- flumotion/trunk/flumotion/component/base/admin_gtk.py	(original)
+++ flumotion/trunk/flumotion/component/base/admin_gtk.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/base/admin_text.py
==============================================================================
--- flumotion/trunk/flumotion/component/base/admin_text.py	(original)
+++ flumotion/trunk/flumotion/component/base/admin_text.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/base/http.py
==============================================================================
--- flumotion/trunk/flumotion/component/base/http.py	(original)
+++ flumotion/trunk/flumotion/component/base/http.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/bouncers/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/bouncers/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/bouncers/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/bouncers/admin_gtk.py
==============================================================================
--- flumotion/trunk/flumotion/component/bouncers/admin_gtk.py	(original)
+++ flumotion/trunk/flumotion/component/bouncers/admin_gtk.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/bouncers/bouncer.py
==============================================================================
--- flumotion/trunk/flumotion/component/bouncers/bouncer.py	(original)
+++ flumotion/trunk/flumotion/component/bouncers/bouncer.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/bouncers/htpasswdcrypt.py
==============================================================================
--- flumotion/trunk/flumotion/component/bouncers/htpasswdcrypt.py	(original)
+++ flumotion/trunk/flumotion/component/bouncers/htpasswdcrypt.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/bouncers/icalbouncer.py
==============================================================================
--- flumotion/trunk/flumotion/component/bouncers/icalbouncer.py	(original)
+++ flumotion/trunk/flumotion/component/bouncers/icalbouncer.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/bouncers/saltsha256.py
==============================================================================
--- flumotion/trunk/flumotion/component/bouncers/saltsha256.py	(original)
+++ flumotion/trunk/flumotion/component/bouncers/saltsha256.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/bouncers/tokentest.py
==============================================================================
--- flumotion/trunk/flumotion/component/bouncers/tokentest.py	(original)
+++ flumotion/trunk/flumotion/component/bouncers/tokentest.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/component.py
==============================================================================
--- flumotion/trunk/flumotion/component/component.py	(original)
+++ flumotion/trunk/flumotion/component/component.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/consumers/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/consumers/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/consumers/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/consumers/disker/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/consumers/disker/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/consumers/disker/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/consumers/disker/admin_gtk.py
==============================================================================
--- flumotion/trunk/flumotion/component/consumers/disker/admin_gtk.py	(original)
+++ flumotion/trunk/flumotion/component/consumers/disker/admin_gtk.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/consumers/disker/admin_text.py
==============================================================================
--- flumotion/trunk/flumotion/component/consumers/disker/admin_text.py	(original)
+++ flumotion/trunk/flumotion/component/consumers/disker/admin_text.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/consumers/disker/disker.py
==============================================================================
--- flumotion/trunk/flumotion/component/consumers/disker/disker.py	(original)
+++ flumotion/trunk/flumotion/component/consumers/disker/disker.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/consumers/httpstreamer/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/consumers/httpstreamer/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/consumers/httpstreamer/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/consumers/httpstreamer/admin_gtk.py
==============================================================================
--- flumotion/trunk/flumotion/component/consumers/httpstreamer/admin_gtk.py	(original)
+++ flumotion/trunk/flumotion/component/consumers/httpstreamer/admin_gtk.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/consumers/httpstreamer/http.py
==============================================================================
--- flumotion/trunk/flumotion/component/consumers/httpstreamer/http.py	(original)
+++ flumotion/trunk/flumotion/component/consumers/httpstreamer/http.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/consumers/httpstreamer/resources.py
==============================================================================
--- flumotion/trunk/flumotion/component/consumers/httpstreamer/resources.py	(original)
+++ flumotion/trunk/flumotion/component/consumers/httpstreamer/resources.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/consumers/preview/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/consumers/preview/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/consumers/preview/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/consumers/preview/preview.py
==============================================================================
--- flumotion/trunk/flumotion/component/consumers/preview/preview.py	(original)
+++ flumotion/trunk/flumotion/component/consumers/preview/preview.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/converters/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/converters/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/converters/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/converters/overlay/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/converters/overlay/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/converters/overlay/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/converters/overlay/genimg.py
==============================================================================
--- flumotion/trunk/flumotion/component/converters/overlay/genimg.py	(original)
+++ flumotion/trunk/flumotion/component/converters/overlay/genimg.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/converters/overlay/overlay.py
==============================================================================
--- flumotion/trunk/flumotion/component/converters/overlay/overlay.py	(original)
+++ flumotion/trunk/flumotion/component/converters/overlay/overlay.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/converters/pipeline/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/converters/pipeline/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/converters/pipeline/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/converters/pipeline/pipeline.py
==============================================================================
--- flumotion/trunk/flumotion/component/converters/pipeline/pipeline.py	(original)
+++ flumotion/trunk/flumotion/component/converters/pipeline/pipeline.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/effects/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/effects/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/effects/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/effects/colorbalance/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/effects/colorbalance/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/effects/colorbalance/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/effects/colorbalance/admin_gtk.py
==============================================================================
--- flumotion/trunk/flumotion/component/effects/colorbalance/admin_gtk.py	(original)
+++ flumotion/trunk/flumotion/component/effects/colorbalance/admin_gtk.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/effects/colorbalance/colorbalance.py
==============================================================================
--- flumotion/trunk/flumotion/component/effects/colorbalance/colorbalance.py	(original)
+++ flumotion/trunk/flumotion/component/effects/colorbalance/colorbalance.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/effects/volume/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/effects/volume/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/effects/volume/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/effects/volume/admin_gtk.py
==============================================================================
--- flumotion/trunk/flumotion/component/effects/volume/admin_gtk.py	(original)
+++ flumotion/trunk/flumotion/component/effects/volume/admin_gtk.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/effects/volume/volume.py
==============================================================================
--- flumotion/trunk/flumotion/component/effects/volume/volume.py	(original)
+++ flumotion/trunk/flumotion/component/effects/volume/volume.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/encoders/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/encoders/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/encoders/jpeg/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/jpeg/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/encoders/jpeg/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/encoders/jpeg/jpeg.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/jpeg/jpeg.py	(original)
+++ flumotion/trunk/flumotion/component/encoders/jpeg/jpeg.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/encoders/mulaw/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/mulaw/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/encoders/mulaw/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/encoders/mulaw/mulaw.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/mulaw/mulaw.py	(original)
+++ flumotion/trunk/flumotion/component/encoders/mulaw/mulaw.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/encoders/smoke/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/smoke/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/encoders/smoke/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/encoders/smoke/smoke.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/smoke/smoke.py	(original)
+++ flumotion/trunk/flumotion/component/encoders/smoke/smoke.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/encoders/speex/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/speex/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/encoders/speex/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/encoders/speex/speex.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/speex/speex.py	(original)
+++ flumotion/trunk/flumotion/component/encoders/speex/speex.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/encoders/theora/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/theora/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/encoders/theora/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/encoders/theora/theora.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/theora/theora.py	(original)
+++ flumotion/trunk/flumotion/component/encoders/theora/theora.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/encoders/vorbis/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/vorbis/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/encoders/vorbis/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/encoders/vorbis/vorbis.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/vorbis/vorbis.py	(original)
+++ flumotion/trunk/flumotion/component/encoders/vorbis/vorbis.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/encoders/vorbis/vorbis010.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/vorbis/vorbis010.py	(original)
+++ flumotion/trunk/flumotion/component/encoders/vorbis/vorbis010.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/encoders/vorbis/vorbisutils.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/vorbis/vorbisutils.py	(original)
+++ flumotion/trunk/flumotion/component/encoders/vorbis/vorbisutils.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/feedcomponent.py
==============================================================================
--- flumotion/trunk/flumotion/component/feedcomponent.py	(original)
+++ flumotion/trunk/flumotion/component/feedcomponent.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/feedcomponent010.py
==============================================================================
--- flumotion/trunk/flumotion/component/feedcomponent010.py	(original)
+++ flumotion/trunk/flumotion/component/feedcomponent010.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/misc/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/misc/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/misc/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/misc/httpfile/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/misc/httpfile/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/misc/httpfile/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/misc/httpfile/admin_gtk.py
==============================================================================
--- flumotion/trunk/flumotion/component/misc/httpfile/admin_gtk.py	(original)
+++ flumotion/trunk/flumotion/component/misc/httpfile/admin_gtk.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/misc/httpfile/file.py
==============================================================================
--- flumotion/trunk/flumotion/component/misc/httpfile/file.py	(original)
+++ flumotion/trunk/flumotion/component/misc/httpfile/file.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/misc/httpfile/httpfile.py
==============================================================================
--- flumotion/trunk/flumotion/component/misc/httpfile/httpfile.py	(original)
+++ flumotion/trunk/flumotion/component/misc/httpfile/httpfile.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/misc/porter/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/misc/porter/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/misc/porter/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/misc/porter/porter.py
==============================================================================
--- flumotion/trunk/flumotion/component/misc/porter/porter.py	(original)
+++ flumotion/trunk/flumotion/component/misc/porter/porter.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/misc/porter/porterclient.py
==============================================================================
--- flumotion/trunk/flumotion/component/misc/porter/porterclient.py	(original)
+++ flumotion/trunk/flumotion/component/misc/porter/porterclient.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/misc/repeater/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/misc/repeater/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/misc/repeater/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/misc/repeater/repeater.py
==============================================================================
--- flumotion/trunk/flumotion/component/misc/repeater/repeater.py	(original)
+++ flumotion/trunk/flumotion/component/misc/repeater/repeater.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/muxers/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/muxers/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/muxers/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/muxers/checks.py
==============================================================================
--- flumotion/trunk/flumotion/component/muxers/checks.py	(original)
+++ flumotion/trunk/flumotion/component/muxers/checks.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/muxers/multipart.py
==============================================================================
--- flumotion/trunk/flumotion/component/muxers/multipart.py	(original)
+++ flumotion/trunk/flumotion/component/muxers/multipart.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/muxers/ogg.py
==============================================================================
--- flumotion/trunk/flumotion/component/muxers/ogg.py	(original)
+++ flumotion/trunk/flumotion/component/muxers/ogg.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/plugs/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/plugs/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/plugs/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/plugs/loggers.py
==============================================================================
--- flumotion/trunk/flumotion/component/plugs/loggers.py	(original)
+++ flumotion/trunk/flumotion/component/plugs/loggers.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/plugs/streamdata.py
==============================================================================
--- flumotion/trunk/flumotion/component/plugs/streamdata.py	(original)
+++ flumotion/trunk/flumotion/component/plugs/streamdata.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/producers/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/audiotest/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/audiotest/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/producers/audiotest/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/audiotest/admin_gtk.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/audiotest/admin_gtk.py	(original)
+++ flumotion/trunk/flumotion/component/producers/audiotest/admin_gtk.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/audiotest/audiotest.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/audiotest/audiotest.py	(original)
+++ flumotion/trunk/flumotion/component/producers/audiotest/audiotest.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/bttv/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/bttv/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/producers/bttv/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/bttv/admin_gtk.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/bttv/admin_gtk.py	(original)
+++ flumotion/trunk/flumotion/component/producers/bttv/admin_gtk.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/bttv/bttv.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/bttv/bttv.py	(original)
+++ flumotion/trunk/flumotion/component/producers/bttv/bttv.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/checks.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/checks.py	(original)
+++ flumotion/trunk/flumotion/component/producers/checks.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/firewire/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/firewire/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/producers/firewire/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/firewire/admin_gtk.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/firewire/admin_gtk.py	(original)
+++ flumotion/trunk/flumotion/component/producers/firewire/admin_gtk.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/firewire/firewire.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/firewire/firewire.py	(original)
+++ flumotion/trunk/flumotion/component/producers/firewire/firewire.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/gdp/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/gdp/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/producers/gdp/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/gdp/gdp.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/gdp/gdp.py	(original)
+++ flumotion/trunk/flumotion/component/producers/gdp/gdp.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/icecast/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/icecast/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/producers/icecast/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/icecast/icecast.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/icecast/icecast.py	(original)
+++ flumotion/trunk/flumotion/component/producers/icecast/icecast.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/jukebox/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/jukebox/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/producers/jukebox/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/looper/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/looper/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/producers/looper/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/looper/admin_gtk.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/looper/admin_gtk.py	(original)
+++ flumotion/trunk/flumotion/component/producers/looper/admin_gtk.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/looper/looper.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/looper/looper.py	(original)
+++ flumotion/trunk/flumotion/component/producers/looper/looper.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/pipeline/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/pipeline/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/producers/pipeline/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/pipeline/pipeline.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/pipeline/pipeline.py	(original)
+++ flumotion/trunk/flumotion/component/producers/pipeline/pipeline.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/soundcard/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/soundcard/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/producers/soundcard/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/soundcard/admin_gtk.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/soundcard/admin_gtk.py	(original)
+++ flumotion/trunk/flumotion/component/producers/soundcard/admin_gtk.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/soundcard/soundcard.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/soundcard/soundcard.py	(original)
+++ flumotion/trunk/flumotion/component/producers/soundcard/soundcard.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/unixdomain/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/unixdomain/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/producers/unixdomain/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/unixdomain/unixdomain.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/unixdomain/unixdomain.py	(original)
+++ flumotion/trunk/flumotion/component/producers/unixdomain/unixdomain.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/videotest/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/videotest/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/producers/videotest/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/videotest/admin_gtk.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/videotest/admin_gtk.py	(original)
+++ flumotion/trunk/flumotion/component/producers/videotest/admin_gtk.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/videotest/admin_text.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/videotest/admin_text.py	(original)
+++ flumotion/trunk/flumotion/component/producers/videotest/admin_text.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/videotest/videotest.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/videotest/videotest.py	(original)
+++ flumotion/trunk/flumotion/component/producers/videotest/videotest.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/webcam/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/webcam/__init__.py	(original)
+++ flumotion/trunk/flumotion/component/producers/webcam/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/webcam/admin_gtk.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/webcam/admin_gtk.py	(original)
+++ flumotion/trunk/flumotion/component/producers/webcam/admin_gtk.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/component/producers/webcam/webcam.py
==============================================================================
--- flumotion/trunk/flumotion/component/producers/webcam/webcam.py	(original)
+++ flumotion/trunk/flumotion/component/producers/webcam/webcam.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/configure/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/configure/__init__.py	(original)
+++ flumotion/trunk/flumotion/configure/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/configure/configure.py
==============================================================================
--- flumotion/trunk/flumotion/configure/configure.py	(original)
+++ flumotion/trunk/flumotion/configure/configure.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/configure/installed.py.in
==============================================================================
--- flumotion/trunk/flumotion/configure/installed.py.in	(original)
+++ flumotion/trunk/flumotion/configure/installed.py.in	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/configure/uninstalled.py.in
==============================================================================
--- flumotion/trunk/flumotion/configure/uninstalled.py.in	(original)
+++ flumotion/trunk/flumotion/configure/uninstalled.py.in	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/extern/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/extern/__init__.py	(original)
+++ flumotion/trunk/flumotion/extern/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/extern/fdpass/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/extern/fdpass/__init__.py	(original)
+++ flumotion/trunk/flumotion/extern/fdpass/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/extern/pytrayicon/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/extern/pytrayicon/__init__.py	(original)
+++ flumotion/trunk/flumotion/extern/pytrayicon/__init__.py	Thu Jan 18 14:05:03 2007
@@ -2,7 +2,7 @@
 # vi:si:et:sw=4:sts=4:ts=4
 #
 # Flumotion - a streaming media server
-# Copyright (C) 2004,2005,2006 Fluendo, S.L. (www.fluendo.com).
+# Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
 # All rights reserved.
 
 # This file may be distributed and/or modified under the terms of

Modified: flumotion/trunk/flumotion/job/__init__.py
==============================================================================
--- flumotion/trunk/flumotion/job/__init__.py	(original)
+++ flumotion/trunk/flumotion/job/__in