Browse Source

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

master
Georgi Chorbadzhiyski 13 years ago
parent
commit
5e4e088835
17 changed files with 0 additions and 18 deletions
  1. +0
    -1
      AUTHORS
  2. +0
    -1
      INSTALL
  3. +0
    -1
      NEWS
  4. +0
    -1
      README
  5. +0
    -1
      common.h
  6. +0
    -1
      dvb/ci.h
  7. +0
    -1
      dvb/sim.h
  8. +0
    -2
      examples/Makefile
  9. +0
    -1
      examples/dvb_ecmg.c
  10. +0
    -1
      examples/dvb_ecmg_test.c
  11. +0
    -1
      examples/dvb_print_si.c
  12. +0
    -1
      examples/mpeg_print_pcr.c
  13. +0
    -1
      examples/rtp_check_seqnum.c
  14. +0
    -1
      ietf/rtp.h
  15. +0
    -1
      mpeg/aac.h
  16. +0
    -1
      mpeg/pes.h
  17. +0
    -1
      mpeg/ts.h

+ 0
- 1
AUTHORS View File

@ -1,5 +1,4 @@
# Contributors to biTStream # Contributors to biTStream
# $Id$
# #
# The format of this file was inspired by the Linux kernel CREDITS file. # The format of this file was inspired by the Linux kernel CREDITS file.
# Authors are listed alphabetically. # Authors are listed alphabetically.

+ 0
- 1
INSTALL View File

@ -1,4 +1,3 @@
$Id$
Installing biTStream Installing biTStream
==================== ====================

+ 0
- 1
NEWS View File

@ -1,4 +1,3 @@
$Id$
1.0 (?? Aug 2010) 1.0 (?? Aug 2010)
================= =================

+ 0
- 1
README View File

@ -1,4 +1,3 @@
$Id$
Welcome to biTStream! Welcome to biTStream!
===================== =====================

+ 0
- 1
common.h View File

@ -2,7 +2,6 @@
* common.h: (Rare) common declarations for all submodules * common.h: (Rare) common declarations for all submodules
***************************************************************************** *****************************************************************************
* Copyright (C) 2010 VideoLAN * Copyright (C) 2010 VideoLAN
* $Id: psi.h 1 2010-08-10 19:42:50Z massiot $
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *

+ 0
- 1
dvb/ci.h View File

@ -2,7 +2,6 @@
* ci.h: ETSI EN 50 221 Common Interface Specification * ci.h: ETSI EN 50 221 Common Interface Specification
***************************************************************************** *****************************************************************************
* Copyright (C) 2010 VideoLAN * Copyright (C) 2010 VideoLAN
* $Id$
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *

+ 0
- 1
dvb/sim.h View File

@ -2,7 +2,6 @@
* sim.h: ETSI TS 103 194 DVB Simulcrypt * sim.h: ETSI TS 103 194 DVB Simulcrypt
***************************************************************************** *****************************************************************************
* Copyright (C) 2010 VideoLAN * Copyright (C) 2010 VideoLAN
* $Id$
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *

+ 0
- 2
examples/Makefile View File

@ -1,5 +1,3 @@
# $Id$
CFLAGS = -Wall -O2 -g CFLAGS = -Wall -O2 -g
CFLAGS_LOCAL = -Wall -O2 -g -I. -I../.. CFLAGS_LOCAL = -Wall -O2 -g -I. -I../..
LDFLAGS = LDFLAGS =

+ 0
- 1
examples/dvb_ecmg.c View File

@ -2,7 +2,6 @@
* dvb_ecmg.c: Example of a basic DVB Simulcrypt ECMG server (ETSI TS 103 197) * dvb_ecmg.c: Example of a basic DVB Simulcrypt ECMG server (ETSI TS 103 197)
***************************************************************************** *****************************************************************************
* Copyright (C) 2010 VideoLAN * Copyright (C) 2010 VideoLAN
* $Id$
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *

+ 0
- 1
examples/dvb_ecmg_test.c View File

@ -2,7 +2,6 @@
* dvb_ecmg_test.c: Simulation of an SCS to stress-test an ECMG * dvb_ecmg_test.c: Simulation of an SCS to stress-test an ECMG
***************************************************************************** *****************************************************************************
* Copyright (C) 2010 VideoLAN * Copyright (C) 2010 VideoLAN
* $Id$
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *

+ 0
- 1
examples/dvb_print_si.c View File

@ -2,7 +2,6 @@
* dvb_print_si.c: Prints tables from a TS file * dvb_print_si.c: Prints tables from a TS file
***************************************************************************** *****************************************************************************
* Copyright (C) 2010 VideoLAN * Copyright (C) 2010 VideoLAN
* $Id$
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *

+ 0
- 1
examples/mpeg_print_pcr.c View File

@ -2,7 +2,6 @@
* mpeg_print_pcr.c: Prints PCR PID from the first program of the stream * mpeg_print_pcr.c: Prints PCR PID from the first program of the stream
***************************************************************************** *****************************************************************************
* Copyright (C) 2011 VideoLAN * Copyright (C) 2011 VideoLAN
* $Id$
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *

+ 0
- 1
examples/rtp_check_seqnum.c View File

@ -2,7 +2,6 @@
* rtp_check_seqnum.c: Prints RTP discontinuities * rtp_check_seqnum.c: Prints RTP discontinuities
***************************************************************************** *****************************************************************************
* Copyright (C) 2011 VideoLAN * Copyright (C) 2011 VideoLAN
* $Id: dvb_print_si.c 27 2011-04-10 16:57:59Z massiot $
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *

+ 0
- 1
ietf/rtp.h View File

@ -2,7 +2,6 @@
* rtp.h: Real-Time Protocol * rtp.h: Real-Time Protocol
***************************************************************************** *****************************************************************************
* Copyright (C) 2009 VideoLAN * Copyright (C) 2009 VideoLAN
* $Id$
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *

+ 0
- 1
mpeg/aac.h View File

@ -2,7 +2,6 @@
* aac.h: ISO/IEC 14496-3 Advanced Audio Coding * aac.h: ISO/IEC 14496-3 Advanced Audio Coding
***************************************************************************** *****************************************************************************
* Copyright (C) 2010 VideoLAN * Copyright (C) 2010 VideoLAN
* $Id$
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *

+ 0
- 1
mpeg/pes.h View File

@ -2,7 +2,6 @@
* pes.h: ISO/IEC 13818-1 Packetized Elementary Stream * pes.h: ISO/IEC 13818-1 Packetized Elementary Stream
***************************************************************************** *****************************************************************************
* Copyright (C) 2010 VideoLAN * Copyright (C) 2010 VideoLAN
* $Id$
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *

+ 0
- 1
mpeg/ts.h View File

@ -2,7 +2,6 @@
* ts.h: ISO/IEC 13818-1 Transport Stream * ts.h: ISO/IEC 13818-1 Transport Stream
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2010 VideoLAN * Copyright (C) 2009-2010 VideoLAN
* $Id$
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *

Loading…
Cancel
Save