[libdvdcss-devel] Remove leftover Subversion $Id$ markers

Diego Biurrun git at videolan.org
Thu Feb 14 16:52:06 CET 2013


libdvdcss | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Feb 14 16:30:34 2013 +0100| [d8f929fe266a466d6d836f96ebb4b2973a44b4ca] | committer: Jean-Baptiste Kempf

Remove leftover Subversion $Id$ markers

Signed-off-by: Diego Biurrun <diego at biurrun.de>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=d8f929fe266a466d6d836f96ebb4b2973a44b4ca
---

 NEWS                |    2 --
 README              |    1 -
 doc/footer.html     |    1 -
 doc/header.html     |    1 -
 src/common.h        |    1 -
 src/css.c           |    1 -
 src/css.h           |    1 -
 src/csstables.h     |    1 -
 src/device.c        |    1 -
 src/device.h        |    1 -
 src/dvdcss/dvdcss.h |    1 -
 src/error.c         |    1 -
 src/ioctl.c         |    1 -
 src/ioctl.h         |    1 -
 src/libdvdcss.c     |    1 -
 src/libdvdcss.h     |    1 -
 16 files changed, 17 deletions(-)

diff --git a/NEWS b/NEWS
index 2a9bcf9..b8fd7e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,3 @@
-$Id$
-
 Changes between 1.2.11 and 1.2.12:
 ----------------------------------
 
diff --git a/README b/README
index 15f3a38..3d6a275 100644
--- a/README
+++ b/README
@@ -1,5 +1,4 @@
 README for libdvdcss, a portable abstraction library for DVD decryption
-$Id$
 
 
 Introduction
diff --git a/doc/footer.html b/doc/footer.html
index b1f50f5..b605728 100644
--- a/doc/footer.html
+++ b/doc/footer.html
@@ -1,3 +1,2 @@
-<!-- $Id$ -->
   </body>
 </html>
diff --git a/doc/header.html b/doc/header.html
index b6c70da..4a43507 100644
--- a/doc/header.html
+++ b/doc/header.html
@@ -7,4 +7,3 @@
     <link href="/doxygen.css" rel="stylesheet" type="text/css">
   </head>
   <body>
-<!-- $Id$ -->
diff --git a/src/common.h b/src/common.h
index 943526c..95d4452 100644
--- a/src/common.h
+++ b/src/common.h
@@ -3,7 +3,6 @@
  * Collection of useful common types and macros definitions
  *****************************************************************************
  * Copyright (C) 1998, 1999, 2000 VideoLAN
- * $Id$
  *
  * Authors: Sam Hocevar <sam at via.ecp.fr>
  *          Vincent Seguin <seguin at via.ecp.fr>
diff --git a/src/css.c b/src/css.c
index 514eaa6..9779f71 100644
--- a/src/css.c
+++ b/src/css.c
@@ -2,7 +2,6 @@
  * css.c: Functions for DVD authentication and descrambling
  *****************************************************************************
  * Copyright (C) 1999-2008 VideoLAN
- * $Id$
  *
  * Authors: Stéphane Borel <stef at via.ecp.fr>
  *          Håkan Hjort <d95hjort at dtek.chalmers.se>
diff --git a/src/css.h b/src/css.h
index 74a58a3..213a1cf 100644
--- a/src/css.h
+++ b/src/css.h
@@ -2,7 +2,6 @@
  * css.h: Structures for DVD authentication and unscrambling
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id$
  *
  * Author: Stéphane Borel <stef at via.ecp.fr>
  *
diff --git a/src/csstables.h b/src/csstables.h
index 84c3ebf..fd88d56 100644
--- a/src/csstables.h
+++ b/src/csstables.h
@@ -2,7 +2,6 @@
  * csstables.h: CSS Tables for DVD unscrambling
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id$
  *
  * Author: Stéphane Borel <stef at via.ecp.fr>
  *
diff --git a/src/device.c b/src/device.c
index e7a648e..75ee367 100644
--- a/src/device.c
+++ b/src/device.c
@@ -2,7 +2,6 @@
  * device.h: DVD device access
  *****************************************************************************
  * Copyright (C) 1998-2006 VideoLAN
- * $Id$
  *
  * Authors: Stéphane Borel <stef at via.ecp.fr>
  *          Sam Hocevar <sam at zoy.org>
diff --git a/src/device.h b/src/device.h
index 3bcd567..ab3ade1 100644
--- a/src/device.h
+++ b/src/device.h
@@ -2,7 +2,6 @@
  * device.h: DVD device access
  *****************************************************************************
  * Copyright (C) 1998-2002 VideoLAN
- * $Id$
  *
  * Authors: Stéphane Borel <stef at via.ecp.fr>
  *          Sam Hocevar <sam at zoy.org>
diff --git a/src/dvdcss/dvdcss.h b/src/dvdcss/dvdcss.h
index 31d68fe..e010c31 100644
--- a/src/dvdcss/dvdcss.h
+++ b/src/dvdcss/dvdcss.h
@@ -10,7 +10,6 @@
 
 /*
  * Copyright (C) 1998-2008 VideoLAN
- * $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/src/error.c b/src/error.c
index 794f484..e7127b6 100644
--- a/src/error.c
+++ b/src/error.c
@@ -2,7 +2,6 @@
  * error.c: error management functions
  *****************************************************************************
  * Copyright (C) 1998-2002 VideoLAN
- * $Id$
  *
  * Author: Sam Hocevar <sam at zoy.org>
  *
diff --git a/src/ioctl.c b/src/ioctl.c
index a096d78..5d95b50 100644
--- a/src/ioctl.c
+++ b/src/ioctl.c
@@ -2,7 +2,6 @@
  * ioctl.c: DVD ioctl replacement function
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id$
  *
  * Authors: Markus Kuespert <ltlBeBoy at beosmail.com>
  *          Sam Hocevar <sam at zoy.org>
diff --git a/src/ioctl.h b/src/ioctl.h
index fd12387..2ffdeaa 100644
--- a/src/ioctl.h
+++ b/src/ioctl.h
@@ -2,7 +2,6 @@
  * ioctl.h: DVD ioctl replacement function
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id$
  *
  * Authors: Sam Hocevar <sam at zoy.org>
  *
diff --git a/src/libdvdcss.c b/src/libdvdcss.c
index 0632a19..b655997 100644
--- a/src/libdvdcss.c
+++ b/src/libdvdcss.c
@@ -5,7 +5,6 @@
  *          Håkan Hjort <d95hjort at dtek.chalmers.se>
  *
  * Copyright (C) 1998-2008 VideoLAN
- * $Id$
  *
  * This library 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/src/libdvdcss.h b/src/libdvdcss.h
index f80e862..e89cff4 100644
--- a/src/libdvdcss.h
+++ b/src/libdvdcss.h
@@ -2,7 +2,6 @@
  * libdvdcss.h: private DVD reading library data
  *****************************************************************************
  * Copyright (C) 1998-2001 VideoLAN
- * $Id$
  *
  * Authors: Stéphane Borel <stef at via.ecp.fr>
  *          Sam Hocevar <sam at zoy.org>



More information about the libdvdcss-devel mailing list