[vlc-commits] remove stray $Id
Steve Lhomme
git at videolan.org
Thu Jan 17 15:39:20 CET 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jan 17 13:33:28 2019 +0100| [78d3d6a3c62292ae379024e32a1a808483e7f3a1] | committer: Steve Lhomme
remove stray $Id
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=78d3d6a3c62292ae379024e32a1a808483e7f3a1
---
include/vlc/libvlc_events.h | 1 -
lib/event.c | 1 -
lib/media_list_path.h | 1 -
modules/codec/gstreamer/gstdecode.c | 1 -
modules/codec/gstreamer/gstvlcvideopool.c | 1 -
modules/codec/gstreamer/gstvlcvideopool.h | 1 -
modules/codec/gstreamer/gstvlcvideosink.c | 1 -
modules/codec/gstreamer/gstvlcvideosink.h | 1 -
modules/gui/macosx/VLCMainMenu.h | 1 -
modules/gui/macosx/VLCMainMenu.m | 1 -
modules/video_filter/antiflicker.c | 1 -
modules/video_filter/filter_event_info.h | 1 -
modules/video_output/win32/direct3d9.c | 1 -
13 files changed, 13 deletions(-)
diff --git a/include/vlc/libvlc_events.h b/include/vlc/libvlc_events.h
index 1339639272..62a81104da 100644
--- a/include/vlc/libvlc_events.h
+++ b/include/vlc/libvlc_events.h
@@ -2,7 +2,6 @@
* libvlc_events.h: libvlc_events external API structure
*****************************************************************************
* Copyright (C) 1998-2010 VLC authors and VideoLAN
- * $Id $
*
* Authors: Filippo Carone <littlejohn at videolan.org>
* Pierre d'Herbemont <pdherbemont at videolan.org>
diff --git a/lib/event.c b/lib/event.c
index 8c64cacac3..28d3d0c232 100644
--- a/lib/event.c
+++ b/lib/event.c
@@ -2,7 +2,6 @@
* event.c: New libvlc event control API
*****************************************************************************
* Copyright (C) 2007-2010 VLC authors and VideoLAN
- * $Id $
*
* Authors: Filippo Carone <filippo at carone.org>
* Pierre d'Herbemont <pdherbemont # videolan.org>
diff --git a/lib/media_list_path.h b/lib/media_list_path.h
index 187de55df6..6534a98e04 100644
--- a/lib/media_list_path.h
+++ b/lib/media_list_path.h
@@ -3,7 +3,6 @@
* manipulation. This is internal and used only by media_list_player.
*****************************************************************************
* Copyright (C) 2005 VLC authors and VideoLAN
- * $Id $
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
diff --git a/modules/codec/gstreamer/gstdecode.c b/modules/codec/gstreamer/gstdecode.c
index e1e9ee234f..61cb95f4a6 100644
--- a/modules/codec/gstreamer/gstdecode.c
+++ b/modules/codec/gstreamer/gstdecode.c
@@ -2,7 +2,6 @@
* gstdecode.c: Decoder module making use of gstreamer
*****************************************************************************
* Copyright (C) 2014-2016 VLC authors and VideoLAN
- * $Id:
*
* Author: Vikram Fugro <vikram.fugro at gmail.com>
*
diff --git a/modules/codec/gstreamer/gstvlcvideopool.c b/modules/codec/gstreamer/gstvlcvideopool.c
index f28b9bd897..d813cba227 100644
--- a/modules/codec/gstreamer/gstvlcvideopool.c
+++ b/modules/codec/gstreamer/gstvlcvideopool.c
@@ -2,7 +2,6 @@
* gstvlcvideopool.c: VLC pictures managed by GstBufferPool
*****************************************************************************
* Copyright (C) 2016 VLC authors and VideoLAN
- * $Id:
*
* Author: Vikram Fugro <vikram.fugro at gmail.com>
*
diff --git a/modules/codec/gstreamer/gstvlcvideopool.h b/modules/codec/gstreamer/gstvlcvideopool.h
index 373a5665e4..996665c4a3 100644
--- a/modules/codec/gstreamer/gstvlcvideopool.h
+++ b/modules/codec/gstreamer/gstvlcvideopool.h
@@ -2,7 +2,6 @@
* gstvlcvideopool.h: VLC pictures managed by GstBufferPool
*****************************************************************************
* Copyright (C) 2016 VLC authors and VideoLAN
- * $Id:
*
* Author: Vikram Fugro <vikram.fugro at gmail.com>
*
diff --git a/modules/codec/gstreamer/gstvlcvideosink.c b/modules/codec/gstreamer/gstvlcvideosink.c
index eff97f87dd..5fbae610ec 100644
--- a/modules/codec/gstreamer/gstvlcvideosink.c
+++ b/modules/codec/gstreamer/gstvlcvideosink.c
@@ -2,7 +2,6 @@
* gstvlcvideosink.c: VLC gstreamer video sink
*****************************************************************************
* Copyright (C) 2016 VLC authors and VideoLAN
- * $Id:
*
* Author: Vikram Fugro <vikram.fugro at gmail.com>
*
diff --git a/modules/codec/gstreamer/gstvlcvideosink.h b/modules/codec/gstreamer/gstvlcvideosink.h
index 4ec92be880..627647ca6c 100644
--- a/modules/codec/gstreamer/gstvlcvideosink.h
+++ b/modules/codec/gstreamer/gstvlcvideosink.h
@@ -2,7 +2,6 @@
* gstvlcvideosink.h: VLC gstreamer video sink
*****************************************************************************
* Copyright (C) 2016 VLC authors and VideoLAN
- * $Id:
*
* Author: Vikram Fugro <vikram.fugro at gmail.com>
*
diff --git a/modules/gui/macosx/VLCMainMenu.h b/modules/gui/macosx/VLCMainMenu.h
index 24d559ba7e..11180a93af 100644
--- a/modules/gui/macosx/VLCMainMenu.h
+++ b/modules/gui/macosx/VLCMainMenu.h
@@ -2,7 +2,6 @@
*MainMenu.h: MacOS X interface module
*****************************************************************************
*Copyright (C) 2011-2018 Felix Paul Kühne
- *$Id$
*
*Authors: Felix Paul Kühne <fkuehne -at- videolan -dot- org>
*
diff --git a/modules/gui/macosx/VLCMainMenu.m b/modules/gui/macosx/VLCMainMenu.m
index d3b12cd6f5..fc062f7458 100644
--- a/modules/gui/macosx/VLCMainMenu.m
+++ b/modules/gui/macosx/VLCMainMenu.m
@@ -2,7 +2,6 @@
*MainMenu.m: MacOS X interface module
*****************************************************************************
*Copyright (C) 2011-2018 Felix Paul Kühne
- *$Id$
*
*Authors: Felix Paul Kühne <fkuehne -at- videolan -dot- org>
*
diff --git a/modules/video_filter/antiflicker.c b/modules/video_filter/antiflicker.c
index 603fcdd2d4..e8f54db6bd 100644
--- a/modules/video_filter/antiflicker.c
+++ b/modules/video_filter/antiflicker.c
@@ -2,7 +2,6 @@
* antiflicker.c : antiflicker video effect plugin for vlc
*****************************************************************************
* Copyright (C) 2000-2011 VLC authors and VideoLAN
- * $Id:
*
* Authors: Dharani Prabhu <dharani.prabhu.s at gmail.com>
*
diff --git a/modules/video_filter/filter_event_info.h b/modules/video_filter/filter_event_info.h
index 0f81ff8112..6b935345b2 100644
--- a/modules/video_filter/filter_event_info.h
+++ b/modules/video_filter/filter_event_info.h
@@ -2,7 +2,6 @@
* filter_event_info.h:
*****************************************************************************
* Copyright (C) 2004-2005 VLC authors and VideoLAN
- * $Id: ???
*
* Authors: Dugal Harris
*
diff --git a/modules/video_output/win32/direct3d9.c b/modules/video_output/win32/direct3d9.c
index 1ac22ace3e..dd85b43e1a 100644
--- a/modules/video_output/win32/direct3d9.c
+++ b/modules/video_output/win32/direct3d9.c
@@ -2,7 +2,6 @@
* direct3d9.c: Windows Direct3D9 video output module
*****************************************************************************
* Copyright (C) 2006-2014 VLC authors and VideoLAN
- *$Id$
*
* Authors: Martell Malone <martellmalone at gmail.com>,
* Damien Fouilleul <damienf at videolan.org>,
More information about the vlc-commits
mailing list