From: Christophe Mutricy Date: Thu, 13 Jul 2006 13:51:05 +0000 (+0000) Subject: qt4/*: buildsytem fix + cosmetic+ copyright dates + svn Id X-Git-Tag: 0.9.0-test0~10867 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=df3a146185447ed55adf2a5d59254555bb0f4b48;p=vlc qt4/*: buildsytem fix + cosmetic+ copyright dates + svn Id --- diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am index dc49576b6a..1b4fc79787 100644 --- a/modules/gui/qt4/Modules.am +++ b/modules/gui/qt4/Modules.am @@ -16,7 +16,7 @@ TOUI = ui/input_stats ui/main_interface ui/file_open \ UIH = $(TOUI:%=%.h) TOMOC = main_interface \ - menus \ + menus \ dialogs_provider \ input_manager \ playlist_model \ @@ -35,7 +35,7 @@ MOCCPP = $(TOMOC:%=%.moc.cpp) nodist_SOURCES_qt4 = \ main_interface.moc.cpp \ - menus.moc.cpp \ + menus.moc.cpp \ dialogs_provider.moc.cpp \ input_manager.moc.cpp \ playlist_model.moc.cpp \ @@ -72,7 +72,7 @@ $(UIH): %.h: %.ui SOURCES_qt4 = qt4.cpp \ - menus.cpp \ + menus.cpp \ main_interface.cpp \ dialogs_provider.cpp \ input_manager.cpp \ @@ -87,12 +87,12 @@ SOURCES_qt4 = qt4.cpp \ components/open.cpp \ components/video_widget.cpp \ components/playlist/standardpanel.cpp \ - util/input_slider.cpp + util/input_slider.cpp \ $(NULL) EXTRA_DIST += \ qt4.hpp \ - menus.hpp + menus.hpp \ main_interface.hpp \ dialogs_provider.hpp \ input_manager.hpp \ @@ -108,7 +108,7 @@ EXTRA_DIST += \ components/open.hpp \ components/video_widget.hpp \ components/playlist/panels.hpp \ - components/playlist/selector.hpp \ + components/playlist/selector.hpp \ util/input_slider.hpp \ ui/input_stats.ui \ ui/file_open.ui \ diff --git a/modules/gui/qt4/components/infopanels.cpp b/modules/gui/qt4/components/infopanels.cpp index bbb2a95110..592bb8c642 100644 --- a/modules/gui/qt4/components/infopanels.cpp +++ b/modules/gui/qt4/components/infopanels.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * infopanels.cpp : Panels for the information dialogs **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/components/infopanels.hpp b/modules/gui/qt4/components/infopanels.hpp index 2b107b98e5..4f3dca8e14 100644 --- a/modules/gui/qt4/components/infopanels.hpp +++ b/modules/gui/qt4/components/infopanels.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * infopanels.hpp : Panels for the information dialogs **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/components/open.cpp b/modules/gui/qt4/components/open.cpp index bc2b74f832..87544fd627 100644 --- a/modules/gui/qt4/components/open.cpp +++ b/modules/gui/qt4/components/open.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * open.cpp : Panels for the open dialogs **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/components/open.hpp b/modules/gui/qt4/components/open.hpp index 4d3137d83b..a01b1bbf6d 100644 --- a/modules/gui/qt4/components/open.hpp +++ b/modules/gui/qt4/components/open.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * open.hpp : Panels for the open dialogs **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/components/playlist/panels.hpp b/modules/gui/qt4/components/playlist/panels.hpp index c57400836c..88e702edc5 100644 --- a/modules/gui/qt4/components/playlist/panels.hpp +++ b/modules/gui/qt4/components/playlist/panels.hpp @@ -2,7 +2,7 @@ * panels.hpp : Panels for the playlist **************************************************************************** * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/components/playlist/selector.hpp b/modules/gui/qt4/components/playlist/selector.hpp index 785bd31e5c..0e4e41de36 100644 --- a/modules/gui/qt4/components/playlist/selector.hpp +++ b/modules/gui/qt4/components/playlist/selector.hpp @@ -2,7 +2,7 @@ * selector.hpp : Playlist source selector **************************************************************************** * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp index a2571a0f0b..5a8457b7f3 100644 --- a/modules/gui/qt4/components/playlist/standardpanel.cpp +++ b/modules/gui/qt4/components/playlist/standardpanel.cpp @@ -2,7 +2,7 @@ * standardpanel.cpp : The "standard" playlist panel : just a treeview **************************************************************************** * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/components/preferences.cpp b/modules/gui/qt4/components/preferences.cpp index 704ebe8b5f..fc5c765e2f 100644 --- a/modules/gui/qt4/components/preferences.cpp +++ b/modules/gui/qt4/components/preferences.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * preferences_tree.cpp : Tree of modules for preferences **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/components/preferences.hpp b/modules/gui/qt4/components/preferences.hpp index 913d38c7b5..a26216ab33 100644 --- a/modules/gui/qt4/components/preferences.hpp +++ b/modules/gui/qt4/components/preferences.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * preferences_tree.hpp : Tree of modules for preferences **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp index 9552a5702c..7818f0f18d 100644 --- a/modules/gui/qt4/components/preferences_widgets.cpp +++ b/modules/gui/qt4/components/preferences_widgets.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * preferences_widgets.cpp : Widgets for preferences displays **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/components/preferences_widgets.hpp b/modules/gui/qt4/components/preferences_widgets.hpp index 5e69e1a5ae..ad5da72850 100644 --- a/modules/gui/qt4/components/preferences_widgets.hpp +++ b/modules/gui/qt4/components/preferences_widgets.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * preferences_widgets.hpp : Widgets for preferences panels **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/components/video_widget.cpp b/modules/gui/qt4/components/video_widget.cpp index d2b15288d1..964885af88 100644 --- a/modules/gui/qt4/components/video_widget.cpp +++ b/modules/gui/qt4/components/video_widget.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * video_widget.cpp : Embedded video output **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/components/video_widget.hpp b/modules/gui/qt4/components/video_widget.hpp index b8cda0753a..068629e5a3 100644 --- a/modules/gui/qt4/components/video_widget.hpp +++ b/modules/gui/qt4/components/video_widget.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * video_widget.hpp : Embedded video **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/dialogs/interaction.cpp b/modules/gui/qt4/dialogs/interaction.cpp index 914c83e8b8..6314ff6896 100644 --- a/modules/gui/qt4/dialogs/interaction.cpp +++ b/modules/gui/qt4/dialogs/interaction.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * interaction.cpp : Interaction stuff **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/dialogs/interaction.hpp b/modules/gui/qt4/dialogs/interaction.hpp index 9ef4406dde..ca56e11883 100644 --- a/modules/gui/qt4/dialogs/interaction.hpp +++ b/modules/gui/qt4/dialogs/interaction.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * interaction.hpp : Interaction dialogs **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/dialogs/playlist.cpp b/modules/gui/qt4/dialogs/playlist.cpp index 18c93fdf62..f66ad2bff0 100644 --- a/modules/gui/qt4/dialogs/playlist.cpp +++ b/modules/gui/qt4/dialogs/playlist.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * playlist.cpp : Playlist dialog **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/dialogs/playlist.hpp b/modules/gui/qt4/dialogs/playlist.hpp index a0feee71c7..6c501f096c 100644 --- a/modules/gui/qt4/dialogs/playlist.hpp +++ b/modules/gui/qt4/dialogs/playlist.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * playlist.hpp: Playlist dialog **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/dialogs/prefs_dialog.cpp b/modules/gui/qt4/dialogs/prefs_dialog.cpp index 9e5054b7b8..b91d0971a9 100644 --- a/modules/gui/qt4/dialogs/prefs_dialog.cpp +++ b/modules/gui/qt4/dialogs/prefs_dialog.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * prefs_dialog.cpp : Preferences **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/dialogs/prefs_dialog.hpp b/modules/gui/qt4/dialogs/prefs_dialog.hpp index ec18f8846d..080377f668 100644 --- a/modules/gui/qt4/dialogs/prefs_dialog.hpp +++ b/modules/gui/qt4/dialogs/prefs_dialog.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * prefs_dialog.hpp : Preferences **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/dialogs/streaminfo.cpp b/modules/gui/qt4/dialogs/streaminfo.cpp index f84ee9caff..d672d4bec4 100644 --- a/modules/gui/qt4/dialogs/streaminfo.cpp +++ b/modules/gui/qt4/dialogs/streaminfo.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * streaminfo.cpp : Information about an item **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/dialogs/streaminfo.hpp b/modules/gui/qt4/dialogs/streaminfo.hpp index a7c99f5602..c5cdaa9405 100644 --- a/modules/gui/qt4/dialogs/streaminfo.hpp +++ b/modules/gui/qt4/dialogs/streaminfo.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * streaminfo.hpp : Information about a stream **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/dialogs_provider.cpp b/modules/gui/qt4/dialogs_provider.cpp index f820801474..acca94e0da 100644 --- a/modules/gui/qt4/dialogs_provider.cpp +++ b/modules/gui/qt4/dialogs_provider.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * main_inteface.cpp : Main interface **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/dialogs_provider.hpp b/modules/gui/qt4/dialogs_provider.hpp index 46aa07589d..97685c7f02 100644 --- a/modules/gui/qt4/dialogs_provider.hpp +++ b/modules/gui/qt4/dialogs_provider.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * dialogs_provider.hpp : Dialogs provider **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp index 16e853d624..2ac73afdf1 100644 --- a/modules/gui/qt4/input_manager.cpp +++ b/modules/gui/qt4/input_manager.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * input_manager.cpp : Manage an input and interact with its GUI elements **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/input_manager.hpp b/modules/gui/qt4/input_manager.hpp index dd14ffa820..02accf9600 100644 --- a/modules/gui/qt4/input_manager.hpp +++ b/modules/gui/qt4/input_manager.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * input_manager.hpp : Manage an input and interact with its GUI elements **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp index 5bad4e13b5..336697f717 100644 --- a/modules/gui/qt4/main_interface.cpp +++ b/modules/gui/qt4/main_interface.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * main_inteface.cpp : Main interface **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/main_interface.hpp b/modules/gui/qt4/main_interface.hpp index 3154ab80ca..d9159ebf25 100644 --- a/modules/gui/qt4/main_interface.hpp +++ b/modules/gui/qt4/main_interface.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * main_interface.hpp : Main Interface **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp index 4d8abae53a..95ee2dfc3a 100644 --- a/modules/gui/qt4/menus.cpp +++ b/modules/gui/qt4/menus.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * menus.cpp : Qt menus ***************************************************************************** - * Copyright (C) 2000-2004 the VideoLAN team - * $Id: menus.cpp 15858 2006-06-09 21:35:13Z gbazin $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: ClÃment Stenac * diff --git a/modules/gui/qt4/menus.hpp b/modules/gui/qt4/menus.hpp index 4ed060afe5..9705cb9fd6 100644 --- a/modules/gui/qt4/menus.hpp +++ b/modules/gui/qt4/menus.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * menus.hpp : Menus handling **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/playlist_model.cpp b/modules/gui/qt4/playlist_model.cpp index a75ebd1d63..87f7488ffc 100644 --- a/modules/gui/qt4/playlist_model.cpp +++ b/modules/gui/qt4/playlist_model.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * input_manager.cpp : Manage an input and interact with its GUI elements **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/playlist_model.hpp b/modules/gui/qt4/playlist_model.hpp index 796a67bca4..4f0976ebf3 100644 --- a/modules/gui/qt4/playlist_model.hpp +++ b/modules/gui/qt4/playlist_model.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * playlist_model.hpp : Model for a playlist tree **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index 31ba95384f..49e6c08736 100644 --- a/modules/gui/qt4/qt4.cpp +++ b/modules/gui/qt4/qt4.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * qt4.cpp : QT4 interface **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/qt4.hpp b/modules/gui/qt4/qt4.hpp index 3efe9f5cc8..fa668506b7 100644 --- a/modules/gui/qt4/qt4.hpp +++ b/modules/gui/qt4/qt4.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * qt4.hpp : QT4 interface **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/util/directslider.hpp b/modules/gui/qt4/util/directslider.hpp index 9bc7c12a19..e2c5d3e50d 100644 --- a/modules/gui/qt4/util/directslider.hpp +++ b/modules/gui/qt4/util/directslider.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * directslider.hpp : A slider that goes where you click **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * with precious help from ahigerd on #qt@freenode diff --git a/modules/gui/qt4/util/input_slider.cpp b/modules/gui/qt4/util/input_slider.cpp index 2798d9431d..30278756f7 100644 --- a/modules/gui/qt4/util/input_slider.cpp +++ b/modules/gui/qt4/util/input_slider.cpp @@ -1,8 +1,8 @@ /***************************************************************************** * input_manager.cpp : Manage an input and interact with its GUI elements **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/util/input_slider.hpp b/modules/gui/qt4/util/input_slider.hpp index cf690392f6..0d6415e3e7 100644 --- a/modules/gui/qt4/util/input_slider.hpp +++ b/modules/gui/qt4/util/input_slider.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * input_slider.hpp : A slider that controls an input **************************************************************************** - * Copyright (C) 2000-2005 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/util/qvlcframe.hpp b/modules/gui/qt4/util/qvlcframe.hpp index fa86c63093..85ad2a2e97 100644 --- a/modules/gui/qt4/util/qvlcframe.hpp +++ b/modules/gui/qt4/util/qvlcframe.hpp @@ -1,8 +1,8 @@ /***************************************************************************** * qvlcframe.hpp : A few helpers **************************************************************************** - * Copyright (C) 2000-2006 the VideoLAN team - * $Id: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub $ + * Copyright (C) 2006 the VideoLAN team + * $Id$ * * Authors: Clément Stenac *