From dbddc5ae452252807b520abdb803cf5f231bbdf0 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Sun, 2 Mar 2008 23:27:04 +0100 Subject: [PATCH] More Id and permission fixes. --- bindings/python/vlc_internal.h | 2 +- bindings/python/vlc_mediadescriptor.c | 2 +- include/vlc/libvlc.h | 2 +- modules/access/eyetv.m | 2 +- modules/access_filter/bandwidth.c | 2 +- modules/codec/ffmpeg/mux.c | 2 +- modules/codec/subtitles/subsdec.h | 2 +- modules/demux/playlist/itml.h | 2 +- modules/gui/fbosd.c | 2 +- modules/gui/qt4/components/extended_panels.hpp | 2 +- modules/gui/qt4/components/playlist/selector.cpp | 2 +- modules/gui/qt4/components/simple_preferences.cpp | 2 +- modules/gui/qt4/components/simple_preferences.hpp | 2 +- modules/gui/qt4/dialogs/bookmarks.hpp | 2 +- modules/gui/qt4/dialogs/vlm.cpp | 2 +- modules/gui/qt4/dialogs/vlm.hpp | 2 +- modules/gui/qt4/util/customwidgets.cpp | 2 +- modules/gui/qt4/util/customwidgets.hpp | 2 +- modules/gui/qt4/util/registry.cpp | 2 +- modules/gui/qt4/util/registry.hpp | 2 +- modules/misc/profile_parser.c | 2 +- modules/packetizer/vc1.c | 2 +- modules/stream_out/autodel.c | 2 +- modules/stream_out/rtp.h | 2 +- modules/stream_out/rtsp.c | 2 +- modules/video_filter/alphamask.c | 2 +- modules/video_filter/panoramix.c | 2 +- modules/video_filter/sharpen.c | 2 +- modules/video_output/msw/wingdi.c | 2 +- projects/macosx/framework/Headers/Internal/VLCVideoCommon.h | 2 +- projects/macosx/framework/Headers/Public/VLCMediaList.h | 2 +- projects/macosx/framework/Headers/Public/VLCMediaListAspect.h | 2 +- projects/macosx/framework/Headers/Public/VLCVideoLayer.h | 2 +- projects/macosx/framework/Sources/VLCVideoCommon.m | 2 +- projects/macosx/framework/Sources/VLCVideoLayer.m | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/bindings/python/vlc_internal.h b/bindings/python/vlc_internal.h index 006ba5c747..66367605b0 100644 --- a/bindings/python/vlc_internal.h +++ b/bindings/python/vlc_internal.h @@ -2,7 +2,7 @@ * vlc_internal.h: Header for the Python vlcinternal binding ***************************************************************************** * Copyright (C) 1998-2004 the VideoLAN team - * $Id:$ + * $Id$ * * Authors: Olivier Aubert * diff --git a/bindings/python/vlc_mediadescriptor.c b/bindings/python/vlc_mediadescriptor.c index 2753699673..b6f6ef8106 100644 --- a/bindings/python/vlc_mediadescriptor.c +++ b/bindings/python/vlc_mediadescriptor.c @@ -2,7 +2,7 @@ * vlc_mediadescriptor.c: vlc.MediaDescriptor binding ***************************************************************************** * Copyright (C) 2007 the VideoLAN team - * $Id: vlc_input.c 22643 2007-10-17 13:30:02Z funman $ + * $Id$ * * Authors: Olivier Aubert * diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h index c34a37a94c..c96b407f30 100644 --- a/include/vlc/libvlc.h +++ b/include/vlc/libvlc.h @@ -2,7 +2,7 @@ * libvlc.h: libvlc_* new external API ***************************************************************************** * Copyright (C) 1998-2005 the VideoLAN team - * $Id: vlc.h 13701 2005-12-12 17:58:56Z zorglub $ + * $Id$ * * Authors: Clément Stenac * Jean-Paul Saman diff --git a/modules/access/eyetv.m b/modules/access/eyetv.m index 7c68e6f38f..da96667028 100644 --- a/modules/access/eyetv.m +++ b/modules/access/eyetv.m @@ -2,7 +2,7 @@ * eyetv.c : Access module to connect to our plugin running within EyeTV ***************************************************************************** * Copyright (C) 2006-2007 the VideoLAN team - * $Id: eyetv.c 23509 2007-12-09 17:39:28Z courmisch $ + * $Id$ * * Author: Felix Kühne * diff --git a/modules/access_filter/bandwidth.c b/modules/access_filter/bandwidth.c index cce2702fb0..02782909ec 100644 --- a/modules/access_filter/bandwidth.c +++ b/modules/access_filter/bandwidth.c @@ -2,7 +2,7 @@ * bandwidth.c ***************************************************************************** * Copyright © 2007 Rémi Denis-Courmont - * $Id: dump.c 19948 2007-04-26 19:53:53Z courmisch $ + * $Id$ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/codec/ffmpeg/mux.c b/modules/codec/ffmpeg/mux.c index 99c866213c..8caab6b675 100644 --- a/modules/codec/ffmpeg/mux.c +++ b/modules/codec/ffmpeg/mux.c @@ -2,7 +2,7 @@ * mux.c: muxer using ffmpeg (libavformat). ***************************************************************************** * Copyright (C) 2006 the VideoLAN team - * $Id: demux.c 8444 2004-08-17 08:21:07Z gbazin $ + * $Id$ * * Authors: Gildas Bazin * diff --git a/modules/codec/subtitles/subsdec.h b/modules/codec/subtitles/subsdec.h index ff503bf6e1..b2bfc2cba3 100644 --- a/modules/codec/subtitles/subsdec.h +++ b/modules/codec/subtitles/subsdec.h @@ -2,7 +2,7 @@ * subsdec.h : text/ASS-SSA/USF subtitles headers ***************************************************************************** * Copyright (C) 2000-2006 the VideoLAN team - * $Id: subsdec.c 20996 2007-08-05 20:01:21Z jb $ + * $Id$ * * Authors: Gildas Bazin * Samuel Hocevar diff --git a/modules/demux/playlist/itml.h b/modules/demux/playlist/itml.h index a5191af645..b1514345f6 100644 --- a/modules/demux/playlist/itml.h +++ b/modules/demux/playlist/itml.h @@ -2,7 +2,7 @@ * itml.c : iTunes Music Library import functions ******************************************************************************* * Copyright (C) 2007 the VideoLAN team - * $Id: $ + * $Id$ * * Authors: Yoann Peronneau * diff --git a/modules/gui/fbosd.c b/modules/gui/fbosd.c index 9d72bcc901..8daf1bc35a 100644 --- a/modules/gui/fbosd.c +++ b/modules/gui/fbosd.c @@ -2,7 +2,7 @@ * fbosd.c : framebuffer osd plugin for vlc ***************************************************************************** * Copyright (C) 2007, the VideoLAN team - * $Id: vlc-fb-overlay.patch,v 1.8 2007/10/19 14:33:23 jeanpaul.saman Exp $ + * $Id$ * * Authors: Jean-Paul Saman * Copied from modules/video_output/fb.c by Samuel Hocevar diff --git a/modules/gui/qt4/components/extended_panels.hpp b/modules/gui/qt4/components/extended_panels.hpp index 6ff5bd4964..08a7c29cc6 100644 --- a/modules/gui/qt4/components/extended_panels.hpp +++ b/modules/gui/qt4/components/extended_panels.hpp @@ -2,7 +2,7 @@ * extended_panels.hpp : Exentended Panels **************************************************************************** * Copyright (C) 2006 the VideoLAN team - * $Id: preferences.hpp 16643 2006-09-13 12:45:46Z zorglub $ + * $Id$ * * Authors: Clément Stenac * Antoine Cellerier diff --git a/modules/gui/qt4/components/playlist/selector.cpp b/modules/gui/qt4/components/playlist/selector.cpp index 67b2ba5235..e4b1c82690 100644 --- a/modules/gui/qt4/components/playlist/selector.cpp +++ b/modules/gui/qt4/components/playlist/selector.cpp @@ -2,7 +2,7 @@ * selector.cpp : Playlist source selector **************************************************************************** * Copyright (C) 2000-2005 the VideoLAN team - * $Id: standardpanel.cpp 16024 2006-07-13 13:51:05Z xtophe $ + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index bf3cb54c00..7f4ed42541 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -2,7 +2,7 @@ * simple_preferences.cpp : "Simple preferences" **************************************************************************** * Copyright (C) 2006-2007 the VideoLAN team - * $Id: preferences.cpp 16348 2006-08-25 21:10:10Z zorglub $ + * $Id$ * * Authors: Clément Stenac * Antoine Cellerier diff --git a/modules/gui/qt4/components/simple_preferences.hpp b/modules/gui/qt4/components/simple_preferences.hpp index f7e4e629f1..4210cca196 100644 --- a/modules/gui/qt4/components/simple_preferences.hpp +++ b/modules/gui/qt4/components/simple_preferences.hpp @@ -2,7 +2,7 @@ * simple_preferences.hpp : Simple prefs **************************************************************************** * Copyright (C) 2006 the VideoLAN team - * $Id: preferences.hpp 16348 2006-08-25 21:10:10Z zorglub $ + * $Id$ * * Authors: Clément Stenac * diff --git a/modules/gui/qt4/dialogs/bookmarks.hpp b/modules/gui/qt4/dialogs/bookmarks.hpp index f78ef6d656..cbe2426cb1 100644 --- a/modules/gui/qt4/dialogs/bookmarks.hpp +++ b/modules/gui/qt4/dialogs/bookmarks.hpp @@ -2,7 +2,7 @@ * bookmarks.hpp : bookmarks **************************************************************************** * Copyright (C) 2006 the VideoLAN team - * $Id: extended.hpp 23338 2007-11-26 08:10:01Z jb $ + * $Id$ * * Authors: Antoine Lejeune * diff --git a/modules/gui/qt4/dialogs/vlm.cpp b/modules/gui/qt4/dialogs/vlm.cpp index baf6865248..fc1e42d2cc 100644 --- a/modules/gui/qt4/dialogs/vlm.cpp +++ b/modules/gui/qt4/dialogs/vlm.cpp @@ -2,7 +2,7 @@ * vlm.cpp : VLM Management **************************************************************************** * Copyright © 2008 the VideoLAN team - * $Id: sout.cpp 21875 2007-09-08 16:01:33Z jb $ + * $Id$ * * Authors: Jean-Baptiste Kempf * Jean-François Massol diff --git a/modules/gui/qt4/dialogs/vlm.hpp b/modules/gui/qt4/dialogs/vlm.hpp index 557b7ed622..ca44981de8 100644 --- a/modules/gui/qt4/dialogs/vlm.hpp +++ b/modules/gui/qt4/dialogs/vlm.hpp @@ -2,7 +2,7 @@ * vlm.hpp : VLM Management **************************************************************************** * Copyright ( C ) 2006 the VideoLAN team - * $Id: vlm.hpp 21875 2007-09-08 16:01:33Z jb $ + * $Id$ * * Authors: Jean-François Massol * Jean-Baptiste Kempf diff --git a/modules/gui/qt4/util/customwidgets.cpp b/modules/gui/qt4/util/customwidgets.cpp index c47b3ccb67..a7251cd686 100644 --- a/modules/gui/qt4/util/customwidgets.cpp +++ b/modules/gui/qt4/util/customwidgets.cpp @@ -3,7 +3,7 @@ **************************************************************************** * Copyright (C) 2006 the VideoLAN team * Copyright (C) 2004 Daniel Molkentin - * $Id: qvlcframe.hpp 16283 2006-08-17 18:16:09Z zorglub $ + * $Id$ * * Authors: Clément Stenac * The "ClickLineEdit" control is based on code by Daniel Molkentin diff --git a/modules/gui/qt4/util/customwidgets.hpp b/modules/gui/qt4/util/customwidgets.hpp index 6c2be011ac..5f2279cd8f 100644 --- a/modules/gui/qt4/util/customwidgets.hpp +++ b/modules/gui/qt4/util/customwidgets.hpp @@ -3,7 +3,7 @@ **************************************************************************** * Copyright (C) 2006 the VideoLAN team * Copyright (C) 2004 Daniel Molkentin - * $Id: qvlcframe.hpp 16283 2006-08-17 18:16:09Z zorglub $ + * $Id$ * * Authors: Clément Stenac * The "ClickLineEdit" control is based on code by Daniel Molkentin diff --git a/modules/gui/qt4/util/registry.cpp b/modules/gui/qt4/util/registry.cpp index 05b21fb442..106d3e437e 100644 --- a/modules/gui/qt4/util/registry.cpp +++ b/modules/gui/qt4/util/registry.cpp @@ -2,7 +2,7 @@ * registry.cpp: Windows Registry Manipulation **************************************************************************** * Copyright (C) 2008 the VideoLAN team - * $Id: input_slider.cpp 24525 2008-01-23 21:50:58Z courmisch $ + * $Id$ * * Authors: Andre Weber * diff --git a/modules/gui/qt4/util/registry.hpp b/modules/gui/qt4/util/registry.hpp index 4be3c80732..34188b72d6 100644 --- a/modules/gui/qt4/util/registry.hpp +++ b/modules/gui/qt4/util/registry.hpp @@ -2,7 +2,7 @@ * registry.hpp: Windows Registry Manipulation **************************************************************************** * Copyright (C) 2008 the VideoLAN team - * $Id: input_slider.cpp 24525 2008-01-23 21:50:58Z courmisch $ + * $Id$ * * Authors: Andre Weber * diff --git a/modules/misc/profile_parser.c b/modules/misc/profile_parser.c index a75dfba1eb..b0c70ed6b3 100644 --- a/modules/misc/profile_parser.c +++ b/modules/misc/profile_parser.c @@ -2,7 +2,7 @@ * profile_parser.c : VLC Streaming Profile parser ***************************************************************************** * Copyright (C) 2003-2006 the VideoLAN team - * $Id: rtsp.c 16204 2006-08-03 16:58:10Z zorglub $ + * $Id$ * * Authors: Laurent Aimar * Gildas Bazin diff --git a/modules/packetizer/vc1.c b/modules/packetizer/vc1.c index 4723ebf0bb..353281da83 100644 --- a/modules/packetizer/vc1.c +++ b/modules/packetizer/vc1.c @@ -2,7 +2,7 @@ * vc1.c ***************************************************************************** * Copyright (C) 2001, 2002, 2006 the VideoLAN team - * $Id: copy.c 18231 2006-12-03 17:02:02Z courmisch $ + * $Id$ * * Authors: Laurent Aimar * Gildas Bazin diff --git a/modules/stream_out/autodel.c b/modules/stream_out/autodel.c index a81c60fad3..b7cd3cba3c 100644 --- a/modules/stream_out/autodel.c +++ b/modules/stream_out/autodel.c @@ -2,7 +2,7 @@ * autodel.c: monitor mux inputs and automatically add/delete streams ***************************************************************************** * Copyright (C) 2006 the VideoLAN team - * $Id: autodel.c 12074 2005-08-08 17:18:08Z dionoea $ + * $Id$ * * Authors: Christophe Massiot * diff --git a/modules/stream_out/rtp.h b/modules/stream_out/rtp.h index 253aed607d..b314edc20e 100644 --- a/modules/stream_out/rtp.h +++ b/modules/stream_out/rtp.h @@ -2,7 +2,7 @@ * rtp.h: rtp stream output module header ***************************************************************************** * Copyright (C) 2003-2007 the VideoLAN team - * $Id: rtp.c 21407 2007-08-22 20:10:41Z courmisch $ + * $Id$ * * Authors: Laurent Aimar * Rémi Denis-Courmont diff --git a/modules/stream_out/rtsp.c b/modules/stream_out/rtsp.c index f5872afa7f..856d4231ed 100644 --- a/modules/stream_out/rtsp.c +++ b/modules/stream_out/rtsp.c @@ -4,7 +4,7 @@ * Copyright (C) 2003-2004 the VideoLAN team * Copyright © 2007 Rémi Denis-Courmont * - * $Id: rtp.c 21407 2007-08-22 20:10:41Z courmisch $ + * $Id$ * * Authors: Laurent Aimar * diff --git a/modules/video_filter/alphamask.c b/modules/video_filter/alphamask.c index 052e55882c..5a4f164353 100644 --- a/modules/video_filter/alphamask.c +++ b/modules/video_filter/alphamask.c @@ -2,7 +2,7 @@ * alphamask.c : Alpha layer mask video filter for vlc ***************************************************************************** * Copyright (C) 2007 the VideoLAN team - * $Id: invert.c 18062 2006-11-26 14:20:34Z zorglub $ + * $Id$ * * Authors: Antoine Cellerier * diff --git a/modules/video_filter/panoramix.c b/modules/video_filter/panoramix.c index 58c9cee6df..19e9ebd34d 100644 --- a/modules/video_filter/panoramix.c +++ b/modules/video_filter/panoramix.c @@ -2,7 +2,7 @@ * panoramix.c : Wall panoramic video with edge blending plugin for vlc ***************************************************************************** * Copyright (C) 2000, 2001, 2002, 2003 VideoLAN - * $Id: panoramix.c 2006-08-29 16:20:15Z ced $ + * $Id$ * * Authors: Cedric Cocquebert * based on Samuel Hocevar diff --git a/modules/video_filter/sharpen.c b/modules/video_filter/sharpen.c index 8dc84eb8b4..4132d766e6 100644 --- a/modules/video_filter/sharpen.c +++ b/modules/video_filter/sharpen.c @@ -2,7 +2,7 @@ * sharpen.c: Sharpen video filter ***************************************************************************** * Copyright (C) 2003-2007 the VideoLAN team - * $Id: sharpen.c 18062 2006-11-26 14:20:34Z zorglub $ + * $Id$ * * Author: Jérémy DEMEULE * Jean-Baptiste Kempf diff --git a/modules/video_output/msw/wingdi.c b/modules/video_output/msw/wingdi.c index f969312ff9..41f5ec3a75 100755 --- a/modules/video_output/msw/wingdi.c +++ b/modules/video_output/msw/wingdi.c @@ -2,7 +2,7 @@ * wingdi.c : Win32 / WinCE GDI video output plugin for vlc ***************************************************************************** * Copyright (C) 2002 the VideoLAN team - * $Id: wingdi.c 18074 2006-11-26 16:26:44Z zorglub $ + * $Id$ * * Authors: Gildas Bazin * Samuel Hocevar diff --git a/projects/macosx/framework/Headers/Internal/VLCVideoCommon.h b/projects/macosx/framework/Headers/Internal/VLCVideoCommon.h index d482ba08e5..30b5fcb3ab 100644 --- a/projects/macosx/framework/Headers/Internal/VLCVideoCommon.h +++ b/projects/macosx/framework/Headers/Internal/VLCVideoCommon.h @@ -3,7 +3,7 @@ ***************************************************************************** * Copyright (C) 2007 Pierre d'Herbemont * Copyright (C) 2007 the VideoLAN team - * $Id: VLCVideoCommon.h 23915 2007-12-28 22:20:19Z pdherbemont $ + * $Id$ * * Authors: Pierre d'Herbemont * diff --git a/projects/macosx/framework/Headers/Public/VLCMediaList.h b/projects/macosx/framework/Headers/Public/VLCMediaList.h index 2d1731248d..6d8b4f5b83 100644 --- a/projects/macosx/framework/Headers/Public/VLCMediaList.h +++ b/projects/macosx/framework/Headers/Public/VLCMediaList.h @@ -3,7 +3,7 @@ ***************************************************************************** * Copyright (C) 2007 Pierre d'Herbemont * Copyright (C) 2007 the VideoLAN team - * $Id: VLCMediaList.h 21564 2007-08-29 21:09:27Z pdherbemont $ + * $Id$ * * Authors: Pierre d'Herbemont * diff --git a/projects/macosx/framework/Headers/Public/VLCMediaListAspect.h b/projects/macosx/framework/Headers/Public/VLCMediaListAspect.h index e810b13954..61aa978642 100644 --- a/projects/macosx/framework/Headers/Public/VLCMediaListAspect.h +++ b/projects/macosx/framework/Headers/Public/VLCMediaListAspect.h @@ -3,7 +3,7 @@ ***************************************************************************** * Copyright (C) 2007 Pierre d'Herbemont * Copyright (C) 2007 the VideoLAN team - * $Id: VLCMediaList.h 21564 2007-08-29 21:09:27Z pdherbemont $ + * $Id$ * * Authors: Pierre d'Herbemont * diff --git a/projects/macosx/framework/Headers/Public/VLCVideoLayer.h b/projects/macosx/framework/Headers/Public/VLCVideoLayer.h index 790b438ab5..005fb0ac2d 100644 --- a/projects/macosx/framework/Headers/Public/VLCVideoLayer.h +++ b/projects/macosx/framework/Headers/Public/VLCVideoLayer.h @@ -3,7 +3,7 @@ ***************************************************************************** * Copyright (C) 2007 Pierre d'Herbemont * Copyright (C) 2007 the VideoLAN team - * $Id: VLCVideoView.h 23915 2007-12-28 22:20:19Z pdherbemont $ + * $Id$ * * Authors: Pierre d'Herbemont * diff --git a/projects/macosx/framework/Sources/VLCVideoCommon.m b/projects/macosx/framework/Sources/VLCVideoCommon.m index e3fb8d1fd2..312eec342b 100644 --- a/projects/macosx/framework/Sources/VLCVideoCommon.m +++ b/projects/macosx/framework/Sources/VLCVideoCommon.m @@ -3,7 +3,7 @@ ***************************************************************************** * Copyright (C) 2007 Pierre d'Herbemont * Copyright (C) 2007 the VideoLAN team - * $Id: VLCVideoCommon.m 23915 2007-12-28 22:20:19Z pdherbemont $ + * $Id$ * * Authors: Pierre d'Herbemont * diff --git a/projects/macosx/framework/Sources/VLCVideoLayer.m b/projects/macosx/framework/Sources/VLCVideoLayer.m index 765c0c5361..5121b385b8 100644 --- a/projects/macosx/framework/Sources/VLCVideoLayer.m +++ b/projects/macosx/framework/Sources/VLCVideoLayer.m @@ -3,7 +3,7 @@ ***************************************************************************** * Copyright (C) 2007 Pierre d'Herbemont * Copyright (C) 2007 the VideoLAN team - * $Id: VLCVideoView.m 24023 2008-01-02 02:52:35Z pdherbemont $ + * $Id$ * * Authors: Pierre d'Herbemont * -- 2.39.2