shithub: libdvdcss

Download patch

ref: 5cf584c09e12517a889e176d1aa6a906d584b763
parent: 2fc9238f7fabd783cf681d14d2d9058071da4796
author: Diego Biurrun <diego@biurrun.de>
date: Thu Feb 14 11:30:34 EST 2013

Remove leftover Subversion $Id$ markers

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

--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,3 @@
-$Id$
-
 Changes between 1.2.11 and 1.2.12:
 ----------------------------------
 
--- a/README
+++ b/README
@@ -1,5 +1,4 @@
 README for libdvdcss, a portable abstraction library for DVD decryption
-$Id$
 
 
 Introduction
--- a/doc/footer.html
+++ b/doc/footer.html
@@ -1,3 +1,2 @@
-<!-- $Id$ -->
   </body>
 </html>
--- a/doc/header.html
+++ b/doc/header.html
@@ -7,4 +7,3 @@
     <link href="/doxygen.css" rel="stylesheet" type="text/css">
   </head>
   <body>
-<!-- $Id$ -->
--- 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@via.ecp.fr>
  *          Vincent Seguin <seguin@via.ecp.fr>
--- 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@via.ecp.fr>
  *          Håkan Hjort <d95hjort@dtek.chalmers.se>
--- 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@via.ecp.fr>
  *
--- 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@via.ecp.fr>
  *
--- 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@via.ecp.fr>
  *          Sam Hocevar <sam@zoy.org>
--- 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@via.ecp.fr>
  *          Sam Hocevar <sam@zoy.org>
--- 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
--- 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@zoy.org>
  *
--- 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@beosmail.com>
  *          Sam Hocevar <sam@zoy.org>
--- 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@zoy.org>
  *
--- a/src/libdvdcss.c
+++ b/src/libdvdcss.c
@@ -5,7 +5,6 @@
  *          Håkan Hjort <d95hjort@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
--- 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@via.ecp.fr>
  *          Sam Hocevar <sam@zoy.org>