diff --git a/AUTHORS b/AUTHORS index f6f1e54..2035112 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,4 @@ # Contributors to biTStream -# $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 3a2369f..0059571 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,3 @@ -$Id$ Installing biTStream ==================== diff --git a/NEWS b/NEWS index 9704f04..edb2abc 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,3 @@ -$Id$ 1.0 (?? Aug 2010) ================= diff --git a/README b/README index f41df60..de6a536 100644 --- a/README +++ b/README @@ -1,4 +1,3 @@ -$Id$ Welcome to biTStream! ===================== diff --git a/common.h b/common.h index 580dc41..41b4861 100644 --- a/common.h +++ b/common.h @@ -2,7 +2,6 @@ * common.h: (Rare) common declarations for all submodules ***************************************************************************** * Copyright (C) 2010 VideoLAN - * $Id: psi.h 1 2010-08-10 19:42:50Z massiot $ * * Authors: Christophe Massiot * diff --git a/dvb/ci.h b/dvb/ci.h index 3c5c771..86e94a7 100644 --- a/dvb/ci.h +++ b/dvb/ci.h @@ -2,7 +2,6 @@ * ci.h: ETSI EN 50 221 Common Interface Specification ***************************************************************************** * Copyright (C) 2010 VideoLAN - * $Id$ * * Authors: Christophe Massiot * diff --git a/dvb/sim.h b/dvb/sim.h index 6baefbd..a68955d 100644 --- a/dvb/sim.h +++ b/dvb/sim.h @@ -2,7 +2,6 @@ * sim.h: ETSI TS 103 194 DVB Simulcrypt ***************************************************************************** * Copyright (C) 2010 VideoLAN - * $Id$ * * Authors: Christophe Massiot * diff --git a/examples/Makefile b/examples/Makefile index fb20c17..43ebc95 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,5 +1,3 @@ -# $Id$ - CFLAGS = -Wall -O2 -g CFLAGS_LOCAL = -Wall -O2 -g -I. -I../.. LDFLAGS = diff --git a/examples/dvb_ecmg.c b/examples/dvb_ecmg.c index b652171..f826077 100644 --- a/examples/dvb_ecmg.c +++ b/examples/dvb_ecmg.c @@ -2,7 +2,6 @@ * dvb_ecmg.c: Example of a basic DVB Simulcrypt ECMG server (ETSI TS 103 197) ***************************************************************************** * Copyright (C) 2010 VideoLAN - * $Id$ * * Authors: Christophe Massiot * diff --git a/examples/dvb_ecmg_test.c b/examples/dvb_ecmg_test.c index 0cce449..838f071 100644 --- a/examples/dvb_ecmg_test.c +++ b/examples/dvb_ecmg_test.c @@ -2,7 +2,6 @@ * dvb_ecmg_test.c: Simulation of an SCS to stress-test an ECMG ***************************************************************************** * Copyright (C) 2010 VideoLAN - * $Id$ * * Authors: Christophe Massiot * diff --git a/examples/dvb_print_si.c b/examples/dvb_print_si.c index 3c81460..b5f719e 100644 --- a/examples/dvb_print_si.c +++ b/examples/dvb_print_si.c @@ -2,7 +2,6 @@ * dvb_print_si.c: Prints tables from a TS file ***************************************************************************** * Copyright (C) 2010 VideoLAN - * $Id$ * * Authors: Christophe Massiot * diff --git a/examples/mpeg_print_pcr.c b/examples/mpeg_print_pcr.c index 9ed5273..9ec20fe 100644 --- a/examples/mpeg_print_pcr.c +++ b/examples/mpeg_print_pcr.c @@ -2,7 +2,6 @@ * mpeg_print_pcr.c: Prints PCR PID from the first program of the stream ***************************************************************************** * Copyright (C) 2011 VideoLAN - * $Id$ * * Authors: Christophe Massiot * diff --git a/examples/rtp_check_seqnum.c b/examples/rtp_check_seqnum.c index e16deb0..814c613 100644 --- a/examples/rtp_check_seqnum.c +++ b/examples/rtp_check_seqnum.c @@ -2,7 +2,6 @@ * rtp_check_seqnum.c: Prints RTP discontinuities ***************************************************************************** * Copyright (C) 2011 VideoLAN - * $Id: dvb_print_si.c 27 2011-04-10 16:57:59Z massiot $ * * Authors: Christophe Massiot * diff --git a/ietf/rtp.h b/ietf/rtp.h index e87e5d8..37419c7 100644 --- a/ietf/rtp.h +++ b/ietf/rtp.h @@ -2,7 +2,6 @@ * rtp.h: Real-Time Protocol ***************************************************************************** * Copyright (C) 2009 VideoLAN - * $Id$ * * Authors: Christophe Massiot * diff --git a/mpeg/aac.h b/mpeg/aac.h index dd8e945..cb5b59c 100644 --- a/mpeg/aac.h +++ b/mpeg/aac.h @@ -2,7 +2,6 @@ * aac.h: ISO/IEC 14496-3 Advanced Audio Coding ***************************************************************************** * Copyright (C) 2010 VideoLAN - * $Id$ * * Authors: Christophe Massiot * diff --git a/mpeg/pes.h b/mpeg/pes.h index 859c740..98a45f8 100644 --- a/mpeg/pes.h +++ b/mpeg/pes.h @@ -2,7 +2,6 @@ * pes.h: ISO/IEC 13818-1 Packetized Elementary Stream ***************************************************************************** * Copyright (C) 2010 VideoLAN - * $Id$ * * Authors: Christophe Massiot * diff --git a/mpeg/ts.h b/mpeg/ts.h index 33d5498..4bcedc5 100644 --- a/mpeg/ts.h +++ b/mpeg/ts.h @@ -2,7 +2,6 @@ * ts.h: ISO/IEC 13818-1 Transport Stream ***************************************************************************** * Copyright (C) 2009-2010 VideoLAN - * $Id$ * * Authors: Christophe Massiot *