[DVDnav-discuss] r1142 - in trunk/libdvdnav: autogen.sh examples/menus.c msvc/contrib/dlfcn.c msvc/include/dlfcn.h msvc/include/dvdnav_internal.h msvc/include/os_types.h src/dvd_types.h src/dvdnav.c src/dvdnav.h src/dvdnav_events.h src/dvdnav_internal.h src/highlight.c src/navigation.c src/read_cache.c src/read_cache.h src/remap.c src/remap.h src/searching.c src/settings.c src/vm/decoder.c src/vm/decoder.h src/vm/vm.c src/vm/vm.h src/vm/vmcmd.c src/vm/vmcmd.h

diego subversion at mplayerhq.hu
Sun Sep 14 22:31:43 CEST 2008


Author: diego
Date: Sun Sep 14 22:31:43 2008
New Revision: 1142

Log:
Remove useless $Id$ and $Name$ keywords.


Modified:
   trunk/libdvdnav/autogen.sh
   trunk/libdvdnav/examples/menus.c
   trunk/libdvdnav/msvc/contrib/dlfcn.c
   trunk/libdvdnav/msvc/include/dlfcn.h
   trunk/libdvdnav/msvc/include/dvdnav_internal.h
   trunk/libdvdnav/msvc/include/os_types.h
   trunk/libdvdnav/src/dvd_types.h
   trunk/libdvdnav/src/dvdnav.c
   trunk/libdvdnav/src/dvdnav.h
   trunk/libdvdnav/src/dvdnav_events.h
   trunk/libdvdnav/src/dvdnav_internal.h
   trunk/libdvdnav/src/highlight.c
   trunk/libdvdnav/src/navigation.c
   trunk/libdvdnav/src/read_cache.c
   trunk/libdvdnav/src/read_cache.h
   trunk/libdvdnav/src/remap.c
   trunk/libdvdnav/src/remap.h
   trunk/libdvdnav/src/searching.c
   trunk/libdvdnav/src/settings.c
   trunk/libdvdnav/src/vm/decoder.c
   trunk/libdvdnav/src/vm/decoder.h
   trunk/libdvdnav/src/vm/vm.c
   trunk/libdvdnav/src/vm/vm.h
   trunk/libdvdnav/src/vm/vmcmd.c
   trunk/libdvdnav/src/vm/vmcmd.h

Modified: trunk/libdvdnav/autogen.sh
==============================================================================
--- trunk/libdvdnav/autogen.sh	(original)
+++ trunk/libdvdnav/autogen.sh	Sun Sep 14 22:31:43 2008
@@ -1,7 +1,5 @@
 #!/bin/sh
 #
-# $Id$
-#
 # run this to generate all the initial makefiles, etc.
 
 srcdir=`dirname "$0"`

Modified: trunk/libdvdnav/examples/menus.c
==============================================================================
--- trunk/libdvdnav/examples/menus.c	(original)
+++ trunk/libdvdnav/examples/menus.c	Sun Sep 14 22:31:43 2008
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 #include <stdio.h>

Modified: trunk/libdvdnav/msvc/contrib/dlfcn.c
==============================================================================
--- trunk/libdvdnav/msvc/contrib/dlfcn.c	(original)
+++ trunk/libdvdnav/msvc/contrib/dlfcn.c	Sun Sep 14 22:31:43 2008
@@ -1,7 +1,4 @@
 /*
- * $Id$
- * $Name$
- *
  * Adopted from Apache DSO code.
  * Portions copyright Apache Software Foundation
  *

Modified: trunk/libdvdnav/msvc/include/dlfcn.h
==============================================================================
--- trunk/libdvdnav/msvc/include/dlfcn.h	(original)
+++ trunk/libdvdnav/msvc/include/dlfcn.h	Sun Sep 14 22:31:43 2008
@@ -1,11 +1,6 @@
 #ifndef __DLFCN_H__
 # define __DLFCN_H__
-/*
- * $Id$
- * $Name$
- *
- *
- */
+
 extern void *dlopen  (const char *file, int mode);
 extern int   dlclose (void *handle);
 extern void *dlsym   (void * handle, const char * name);

Modified: trunk/libdvdnav/msvc/include/dvdnav_internal.h
==============================================================================
--- trunk/libdvdnav/msvc/include/dvdnav_internal.h	(original)
+++ trunk/libdvdnav/msvc/include/dvdnav_internal.h	Sun Sep 14 22:31:43 2008
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 #ifndef LIBDVDNAV_DVDNAV_INTERNAL_H

Modified: trunk/libdvdnav/msvc/include/os_types.h
==============================================================================
--- trunk/libdvdnav/msvc/include/os_types.h	(original)
+++ trunk/libdvdnav/msvc/include/os_types.h	Sun Sep 14 22:31:43 2008
@@ -1,9 +1,6 @@
 #ifndef __OS_TYPES_H__
 #define __OS_TYPES_H__
 /*
- * $Id$
- * $Name$
- *
  * win32 types
  * 04 Sept 2001 - Chris Wolf create.
  */

Modified: trunk/libdvdnav/src/dvd_types.h
==============================================================================
--- trunk/libdvdnav/src/dvd_types.h	(original)
+++ trunk/libdvdnav/src/dvd_types.h	Sun Sep 14 22:31:43 2008
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 /*

Modified: trunk/libdvdnav/src/dvdnav.c
==============================================================================
--- trunk/libdvdnav/src/dvdnav.c	(original)
+++ trunk/libdvdnav/src/dvdnav.c	Sun Sep 14 22:31:43 2008
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/libdvdnav/src/dvdnav.h
==============================================================================
--- trunk/libdvdnav/src/dvdnav.h	(original)
+++ trunk/libdvdnav/src/dvdnav.h	Sun Sep 14 22:31:43 2008
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 /*

Modified: trunk/libdvdnav/src/dvdnav_events.h
==============================================================================
--- trunk/libdvdnav/src/dvdnav_events.h	(original)
+++ trunk/libdvdnav/src/dvdnav_events.h	Sun Sep 14 22:31:43 2008
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 /*

Modified: trunk/libdvdnav/src/dvdnav_internal.h
==============================================================================
--- trunk/libdvdnav/src/dvdnav_internal.h	(original)
+++ trunk/libdvdnav/src/dvdnav_internal.h	Sun Sep 14 22:31:43 2008
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 #ifndef LIBDVDNAV_DVDNAV_INTERNAL_H

Modified: trunk/libdvdnav/src/highlight.c
==============================================================================
--- trunk/libdvdnav/src/highlight.c	(original)
+++ trunk/libdvdnav/src/highlight.c	Sun Sep 14 22:31:43 2008
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/libdvdnav/src/navigation.c
==============================================================================
--- trunk/libdvdnav/src/navigation.c	(original)
+++ trunk/libdvdnav/src/navigation.c	Sun Sep 14 22:31:43 2008
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/libdvdnav/src/read_cache.c
==============================================================================
--- trunk/libdvdnav/src/read_cache.c	(original)
+++ trunk/libdvdnav/src/read_cache.c	Sun Sep 14 22:31:43 2008
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 /*
  * There was a multithreaded read ahead cache in here for some time, but

Modified: trunk/libdvdnav/src/read_cache.h
==============================================================================
--- trunk/libdvdnav/src/read_cache.h	(original)
+++ trunk/libdvdnav/src/read_cache.h	Sun Sep 14 22:31:43 2008
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 #ifndef LIBDVDNAV_READ_CACHE_H

Modified: trunk/libdvdnav/src/remap.c
==============================================================================
--- trunk/libdvdnav/src/remap.c	(original)
+++ trunk/libdvdnav/src/remap.c	Sun Sep 14 22:31:43 2008
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/libdvdnav/src/remap.h
==============================================================================
--- trunk/libdvdnav/src/remap.h	(original)
+++ trunk/libdvdnav/src/remap.h	Sun Sep 14 22:31:43 2008
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
  */
 
 #ifndef LIBDVDNAV_REMAP_H

Modified: trunk/libdvdnav/src/searching.c
==============================================================================
--- trunk/libdvdnav/src/searching.c	(original)
+++ trunk/libdvdnav/src/searching.c	Sun Sep 14 22:31:43 2008
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/libdvdnav/src/settings.c
==============================================================================
--- trunk/libdvdnav/src/settings.c	(original)
+++ trunk/libdvdnav/src/settings.c	Sun Sep 14 22:31:43 2008
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/libdvdnav/src/vm/decoder.c
==============================================================================
--- trunk/libdvdnav/src/vm/decoder.c	(original)
+++ trunk/libdvdnav/src/vm/decoder.c	Sun Sep 14 22:31:43 2008
@@ -18,9 +18,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/libdvdnav/src/vm/decoder.h
==============================================================================
--- trunk/libdvdnav/src/vm/decoder.h	(original)
+++ trunk/libdvdnav/src/vm/decoder.h	Sun Sep 14 22:31:43 2008
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 #ifndef LIBDVDNAV_DECODER_H

Modified: trunk/libdvdnav/src/vm/vm.c
==============================================================================
--- trunk/libdvdnav/src/vm/vm.c	(original)
+++ trunk/libdvdnav/src/vm/vm.c	Sun Sep 14 22:31:43 2008
@@ -19,9 +19,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/libdvdnav/src/vm/vm.h
==============================================================================
--- trunk/libdvdnav/src/vm/vm.h	(original)
+++ trunk/libdvdnav/src/vm/vm.h	Sun Sep 14 22:31:43 2008
@@ -18,9 +18,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 #ifndef LIBDVDNAV_VM_H

Modified: trunk/libdvdnav/src/vm/vmcmd.c
==============================================================================
--- trunk/libdvdnav/src/vm/vmcmd.c	(original)
+++ trunk/libdvdnav/src/vm/vmcmd.c	Sun Sep 14 22:31:43 2008
@@ -18,9 +18,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 #ifdef HAVE_CONFIG_H

Modified: trunk/libdvdnav/src/vm/vmcmd.h
==============================================================================
--- trunk/libdvdnav/src/vm/vmcmd.h	(original)
+++ trunk/libdvdnav/src/vm/vmcmd.h	Sun Sep 14 22:31:43 2008
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU General Public License along
  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * $Id$
- *
  */
 
 #ifndef LIBDVDNAV_VMCMD_H



More information about the DVDnav-discuss mailing list