[dvblast-devel] Remove $Id lines from files. They are useless in git.

Georgi Chorbadzhiyski git at videolan.org
Mon Sep 12 12:11:57 CEST 2011


dvblast | branch: master | Georgi Chorbadzhiyski <gf at unixsol.org> | Mon Sep 12 13:09:32 2011 +0300| [f7be1f7bae4a532f2182e3a731c0281d7bbd5240] | committer: Georgi Chorbadzhiyski

Remove $Id lines from files. They are useless in git.

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

 AUTHORS                          |    1 -
 INSTALL                          |    1 -
 NEWS                             |    1 -
 README                           |    1 -
 asi.c                            |    1 -
 comm.c                           |    1 -
 comm.h                           |    1 -
 demux.c                          |    1 -
 dvb.c                            |    1 -
 dvblast.c                        |    1 -
 dvblast.h                        |    1 -
 dvblast_mmi.sh                   |    1 -
 dvblastctl.c                     |    1 -
 en50221.c                        |    1 -
 en50221.h                        |    1 -
 extra/dvbiscovery/dvbiscovery.sh |    1 -
 output.c                         |    1 -
 udp.c                            |    1 -
 util.c                           |    1 -
 version.h                        |    1 -
 20 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 6e37350..1bb613c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,4 @@
 # Contributors to DVBlast
-# $Id$
 # 
 # The format of this file was inspired by the Linux kernel CREDITS file.
 # Authors are listed alphabetically.
diff --git a/INSTALL b/INSTALL
index 4dc1726..e08574d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,3 @@
-$Id$
 
 Getting DVBlast
 ===============
diff --git a/NEWS b/NEWS
index d5502c9..e3d200b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,3 @@
-$Id$
 
 Changes between 1.2 and 2.0:
 ----------------------------
diff --git a/README b/README
index 9e00ff9..296df5e 100644
--- a/README
+++ b/README
@@ -1,4 +1,3 @@
-$Id$
 
 Welcome to DVBlast!
 ===================
diff --git a/asi.c b/asi.c
index 7315f4c..d4ea1e7 100644
--- a/asi.c
+++ b/asi.c
@@ -2,7 +2,6 @@
  * asi.c: support for Computer Modules ASI cards
  *****************************************************************************
  * Copyright (C) 2004, 2009 VideoLAN
- * $Id: asi.c 9 2007-03-15 16:58:05Z cmassiot $
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
  *
diff --git a/comm.c b/comm.c
index 8f17747..4e7891d 100644
--- a/comm.c
+++ b/comm.c
@@ -2,7 +2,6 @@
  * comm.c: Handles the communication socket (linux-dvb only)
  *****************************************************************************
  * Copyright (C) 2008 VideoLAN
- * $Id$
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
  *
diff --git a/comm.h b/comm.h
index e056d67..6009247 100644
--- a/comm.h
+++ b/comm.h
@@ -2,7 +2,6 @@
  * comm.h
  *****************************************************************************
  * Copyright (C) 2008 VideoLAN
- * $Id$
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
  *
diff --git a/demux.c b/demux.c
index f8ead1f..e1c8170 100644
--- a/demux.c
+++ b/demux.c
@@ -2,7 +2,6 @@
  * demux.c
  *****************************************************************************
  * Copyright (C) 2004, 2008-2011 VideoLAN
- * $Id$
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
  *          Andy Gatward <a.j.gatward at reading.ac.uk>
diff --git a/dvb.c b/dvb.c
index ef4d819..959ef00 100644
--- a/dvb.c
+++ b/dvb.c
@@ -2,7 +2,6 @@
  * dvb.c: linux-dvb input for DVBlast
  *****************************************************************************
  * Copyright (C) 2008-2010 VideoLAN
- * $Id$
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
  *
diff --git a/dvblast.c b/dvblast.c
index ba74d4f..ebffc3f 100644
--- a/dvblast.c
+++ b/dvblast.c
@@ -2,7 +2,6 @@
  * dvblast.c
  *****************************************************************************
  * Copyright (C) 2004, 2008-2011 VideoLAN
- * $Id$
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
  *          Andy Gatward <a.j.gatward at reading.ac.uk>
diff --git a/dvblast.h b/dvblast.h
index 4f43fab..40ce4c4 100644
--- a/dvblast.h
+++ b/dvblast.h
@@ -2,7 +2,6 @@
  * dvblast.h
  *****************************************************************************
  * Copyright (C) 2004, 2008-2011 VideoLAN
- * $Id$
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
  *          Andy Gatward <a.j.gatward at reading.ac.uk>
diff --git a/dvblast_mmi.sh b/dvblast_mmi.sh
index 51ab38b..7b4f5d1 100755
--- a/dvblast_mmi.sh
+++ b/dvblast_mmi.sh
@@ -3,7 +3,6 @@
 # dvblast_mmi.sh
 ###############################################################################
 # Copyright (C) 1998-2008 VideoLAN
-# $Id$
 #
 # Authors: Christophe Massiot <massiot at via.ecp.fr>
 #
diff --git a/dvblastctl.c b/dvblastctl.c
index dd8705f..d4f00f5 100644
--- a/dvblastctl.c
+++ b/dvblastctl.c
@@ -2,7 +2,6 @@
  * dvblastctl.c
  *****************************************************************************
  * Copyright (C) 2008 VideoLAN
- * $Id$
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
  *
diff --git a/en50221.c b/en50221.c
index e1d76a8..473a14b 100644
--- a/en50221.c
+++ b/en50221.c
@@ -3,7 +3,6 @@
  * layers of EN 50 221
  *****************************************************************************
  * Copyright (C) 2004-2005, 2010 VideoLAN
- * $Id$
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
  * Based on code from libdvbci Copyright (C) 2000 Klaus Schmidinger
diff --git a/en50221.h b/en50221.h
index 11f02d9..dcfadb1 100644
--- a/en50221.h
+++ b/en50221.h
@@ -2,7 +2,6 @@
  * en50221.h
  *****************************************************************************
  * Copyright (C) 2008 VideoLAN
- * $Id$
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
  *
diff --git a/extra/dvbiscovery/dvbiscovery.sh b/extra/dvbiscovery/dvbiscovery.sh
index 4ef02b3..800b730 100755
--- a/extra/dvbiscovery/dvbiscovery.sh
+++ b/extra/dvbiscovery/dvbiscovery.sh
@@ -3,7 +3,6 @@
 # dvbiscovery.sh
 ###############################################################################
 # Copyright (C) 2010 VideoLAN
-# $Id$
 #
 # Authors: Christophe Massiot <massiot at via.ecp.fr>
 #
diff --git a/output.c b/output.c
index 2d7339d..0cc5bf7 100644
--- a/output.c
+++ b/output.c
@@ -2,7 +2,6 @@
  * output.c
  *****************************************************************************
  * Copyright (C) 2004, 2008-2010 VideoLAN
- * $Id$
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
  *          Andy Gatward <a.j.gatward at reading.ac.uk>
diff --git a/udp.c b/udp.c
index 3eb49a5..b95263c 100644
--- a/udp.c
+++ b/udp.c
@@ -2,7 +2,6 @@
  * udp.c: UDP input for DVBlast
  *****************************************************************************
  * Copyright (C) 2009 VideoLAN
- * $Id: udp.c 9 2007-03-15 16:58:05Z cmassiot $
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
  *
diff --git a/util.c b/util.c
index 23c5686..d168e61 100644
--- a/util.c
+++ b/util.c
@@ -2,7 +2,6 @@
  * util.c
  *****************************************************************************
  * Copyright (C) 2004 VideoLAN
- * $Id$
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
  *
diff --git a/version.h b/version.h
index 1e78eca..7cbf445 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,6 @@
  * version.h
  *****************************************************************************
  * Copyright (C) 2004, 2008-2010 VideoLAN
- * $Id$
  *
  * Authors: Andy Gatward <a.j.gatward at reading.ac.uk>
  *



More information about the dvblast-devel mailing list