Преглед на файлове

fix filename self-references

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
Pere Orga преди 13 години
родител
ревизия
fc77bc4871
променени са 4 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      Headers/Public/VLCMediaLibrary.h
  2. 1 1
      Headers/Public/VLCMediaListPlayer.h
  3. 1 1
      Headers/Public/VLCServicesDiscoverer.h
  4. 1 1
      Sources/VLCServicesDiscoverer.m

+ 1 - 1
Headers/Public/VLCMediaLibrary.h

@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCMediaDiscoverer.h: VLCKit.framework VLCMediaDiscoverer header
+ * VLCMediaLibrary.h: VLCKit.framework VLCMediaDiscoverer header
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team

+ 1 - 1
Headers/Public/VLCMediaListPlayer.h

@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCMediaListPlayer.m: VLCKit.framework VLCMediaListPlayer implementation
+ * VLCMediaListPlayer.h: VLCKit.framework VLCMediaListPlayer implementation
  *****************************************************************************
  * Copyright (C) 2009 Pierre d'Herbemont
  * Partial Copyright (C) 2009 Felix Paul Kühne

+ 1 - 1
Headers/Public/VLCServicesDiscoverer.h

@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCMediaDiscoverer.h: VLC.framework VLCMediaDiscoverer header
+ * VLCServicesDiscoverer.h: VLC.framework VLCMediaDiscoverer header
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team

+ 1 - 1
Sources/VLCServicesDiscoverer.m

@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCMediaDiscoverer.m: VLC.framework VLCMediaDiscoverer implementation
+ * VLCServicesDiscoverer.m: VLC.framework VLCMediaDiscoverer implementation
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team