]> git.sesse.net Git - vlc/commitdiff
qt4/*: buildsytem fix + cosmetic+ copyright dates + svn Id
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 13 Jul 2006 13:51:05 +0000 (13:51 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 13 Jul 2006 13:51:05 +0000 (13:51 +0000)
38 files changed:
modules/gui/qt4/Modules.am
modules/gui/qt4/components/infopanels.cpp
modules/gui/qt4/components/infopanels.hpp
modules/gui/qt4/components/open.cpp
modules/gui/qt4/components/open.hpp
modules/gui/qt4/components/playlist/panels.hpp
modules/gui/qt4/components/playlist/selector.hpp
modules/gui/qt4/components/playlist/standardpanel.cpp
modules/gui/qt4/components/preferences.cpp
modules/gui/qt4/components/preferences.hpp
modules/gui/qt4/components/preferences_widgets.cpp
modules/gui/qt4/components/preferences_widgets.hpp
modules/gui/qt4/components/video_widget.cpp
modules/gui/qt4/components/video_widget.hpp
modules/gui/qt4/dialogs/interaction.cpp
modules/gui/qt4/dialogs/interaction.hpp
modules/gui/qt4/dialogs/playlist.cpp
modules/gui/qt4/dialogs/playlist.hpp
modules/gui/qt4/dialogs/prefs_dialog.cpp
modules/gui/qt4/dialogs/prefs_dialog.hpp
modules/gui/qt4/dialogs/streaminfo.cpp
modules/gui/qt4/dialogs/streaminfo.hpp
modules/gui/qt4/dialogs_provider.cpp
modules/gui/qt4/dialogs_provider.hpp
modules/gui/qt4/input_manager.cpp
modules/gui/qt4/input_manager.hpp
modules/gui/qt4/main_interface.cpp
modules/gui/qt4/main_interface.hpp
modules/gui/qt4/menus.cpp
modules/gui/qt4/menus.hpp
modules/gui/qt4/playlist_model.cpp
modules/gui/qt4/playlist_model.hpp
modules/gui/qt4/qt4.cpp
modules/gui/qt4/qt4.hpp
modules/gui/qt4/util/directslider.hpp
modules/gui/qt4/util/input_slider.cpp
modules/gui/qt4/util/input_slider.hpp
modules/gui/qt4/util/qvlcframe.hpp

index dc49576b6a341bfc55ac7aac869caca4a04200c5..1b4fc797879dbd415a0a813160ba10eff4a67bfe 100644 (file)
@@ -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 \
index bbb2a9511079fb2f5fb263e5e352bf6748de61ae..592bb8c64288bbc50ba17292b0ded32d86f5c5c5 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 2b107b98e5375e678a2dbfb17757c6db523a65e2..4f3dca8e14a7d363f84cc52d01592bf47bdfae2f 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index bc2b74f832d5d3104c4bad7fa4042b5ec82d2ebf..87544fd627572b375adadc0823fb078126f2e751 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 4d3137d83ba995194ac5e9923ab1c80c0a0219e6..a01b1bbf6df214292a77bb983957683d48d35068 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index c57400836c20bd3f0c3ffe019e543a8c5cd02829..88e702edc5854d45806268ddb97b469cd1061373 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 785bd31e5c4cb2651415e2771159b7aa190d0c8d..0e4e41de369d41096447aa31b4c66a60b0fbf766 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index a2571a0f0b3cff2cd8f668aa2cc6562c6b0c3b25..5a8457b7f3618562bf12dfe4770d4822d79d74c5 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 704ebe8b5f0c7ca665aeef1cd707b97079797e1b..fc5c765e2f6d723f62c7973641f071bfedce399f 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 913d38c7b5e44654b071e8c4d6230f651b8d2e4d..a26216ab3371e44235c648733b6401a6b6987b4c 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 9552a5702c908eda5cd8c49d53602c87ba643c0b..7818f0f18da84f912167c1a87596acd65ff98ede 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 5e69e1a5ae718c3c4f427f23adc3b579d09cb7bb..ad5da728501cbba2862d14a6f37789fc86197f82 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index d2b15288d1dbfacd7ff62338370b4bc81ed715b8..964885af88e6c2e3015166befd18693f5ac01572 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index b8cda0753a9bafb2290391991e0821f318631e04..068629e5a36648bfa87690b4d5c936bf06eebb0d 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 914c83e8b8a34030997bfe518b10983264d5a092..6314ff68960e305cb972ffa91b0bfa0bbe3bf09c 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 9ef4406dde8f22fedf31ced7d7f336b4d2fbc88b..ca56e11883f93ac9473cd051fea6e6b9732b825e 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 18c93fdf622c39ee0512dff680c3e8dd10b42fb0..f66ad2bff0f892586ca9548106ff3ae7c4e6d98a 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index a0feee71c7c4920dbd5a7f0a4c2332f8af85a66a..6c501f096c7e1f7ba05d6ebb178bbaff2b0eba94 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 9e5054b7b8770904c380b61b348d097b3125c2c5..b91d0971a9abeca8f809a064f0cea3bdb11124a7 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index ec18f8846dfbc0b7570ecfc6680b11ac4e3b01b7..080377f6682bbf77ae89b8edfa7c4865a98483f7 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index f84ee9caffb9c9cb2f10d5c548c1349b7f8ef1c3..d672d4bec49ca9bfddc6fc8a40f0185f73a8f7b4 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index a7c99f5602a04b8fa479d0e4afea54094e8478ed..c5cdaa9405d07f77bef13588c385f7b166209d81 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index f8208014748162bbee7a1a232918a77a2255978d..acca94e0da620d480bfa476320187d08a7a98b64 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 46aa07589d894a96b74dc19b147710675fd9c77b..97685c7f02e7dd0efdfe2a615b419eb71c59387e 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 16e853d624bf6d56feb95dfb7d44c8436304d85c..2ac73afdf1422c89d82d217017530cfced84faaa 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index dd14ffa820ee44d90b32fd815e590909d510e01b..02accf96004acf28f8edce1d826de096555ae787 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 5bad4e13b5e8db81de0216a9fe0efbc71f090fd3..336697f717148316d1af3ff907cf3d50199d91ef 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 3154ab80ca13b0031cc4314747a3e9dd686e2529..d9159ebf25989aac84d46fcc3cb3af7883aa63c5 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 4d8abae53a21a2224e60cadd36d5e5bb4b7cb502..95ee2dfc3af08866e05c985dafbb42dd4791bef8 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 4ed060afe5303d8b0dec1d484dd388a43eb97136..9705cb9fd695ec8266632333d8e546733068f809 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index a75ebd1d63fb8504c3a929ac14f5def79c4d553c..87f7488ffc138c7eb447908c6135e91f65881be1 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 796a67bca4905e2d8431e2cf19bb02cb0f7f992b..4f0976ebf364959e588ba9ad645d49e0c7010fb0 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 31ba95384f9c8a05a73e9de2f4b8c3ab6d419efb..49e6c08736909ed532a12ff161dbe567f81388cb 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 3efe9f5cc8724f8fcf9ec29c0ddfef337f92397e..fa668506b7011ce7dce766ec756a7339f35cf4f0 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index 9bc7c12a1922542888b46c688e8226ae1e731b99..e2c5d3e50da13c1f6f4dbdbab8453fce37de2017 100644 (file)
@@ -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 <zorglub@videolan.org>
  *          with precious help from ahigerd on #qt@freenode
index 2798d9431d9c91f0f758268390223deb0417a77b..30278756f75c47c4d16413384eace8126f690b5d 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index cf690392f60206c87e5a1f03056a2771d6383587..0d6415e3e73d0cf20692037dd2a21156fd50b3b9 100644 (file)
@@ -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 <zorglub@videolan.org>
  *
index fa86c63093426ed3025d950b5f900dffe032a688..85ad2a2e97f956ba4bc77c92f706fa744f6358da 100644 (file)
@@ -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 <zorglub@videolan.org>
  *