Browse Source

remove stray $Id

pull/83/head
Steve Lhomme 7 years ago
parent
commit
78d3d6a3c6
  1. 1
      include/vlc/libvlc_events.h
  2. 1
      lib/event.c
  3. 1
      lib/media_list_path.h
  4. 1
      modules/codec/gstreamer/gstdecode.c
  5. 1
      modules/codec/gstreamer/gstvlcvideopool.c
  6. 1
      modules/codec/gstreamer/gstvlcvideopool.h
  7. 1
      modules/codec/gstreamer/gstvlcvideosink.c
  8. 1
      modules/codec/gstreamer/gstvlcvideosink.h
  9. 1
      modules/gui/macosx/VLCMainMenu.h
  10. 1
      modules/gui/macosx/VLCMainMenu.m
  11. 1
      modules/video_filter/antiflicker.c
  12. 1
      modules/video_filter/filter_event_info.h
  13. 1
      modules/video_output/win32/direct3d9.c

1
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@videolan.org>
* Pierre d'Herbemont <pdherbemont@videolan.org>

1
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@carone.org>
* Pierre d'Herbemont <pdherbemont # videolan.org>

1
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>
*

1
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@gmail.com>
*

1
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@gmail.com>
*

1
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@gmail.com>
*

1
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@gmail.com>
*

1
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@gmail.com>
*

1
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>
*

1
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>
*

1
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@gmail.com>
*

1
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
*

1
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@gmail.com>,
* Damien Fouilleul <damienf@videolan.org>,

Loading…
Cancel
Save