remove obsolete SVN ID tags

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
pull/7/head
Oliver Hartkopp 2012-11-14 20:57:16 +01:00
parent 589fa16c27
commit 836d3cc012
25 changed files with 0 additions and 98 deletions

View File

@ -1,6 +1,4 @@
# #
# $Id$
#
# Copyright (c) 2002-2005 Volkswagen Group Electronic Research # Copyright (c) 2002-2005 Volkswagen Group Electronic Research
# All rights reserved. # All rights reserved.
# #

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* asc2log.c - convert ASC logfile to compact CAN frame logfile * asc2log.c - convert ASC logfile to compact CAN frame logfile
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* tst-bcm-server.c * tst-bcm-server.c
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* canbusload.c * canbusload.c
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* candump.c * candump.c
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* cangen.c - CAN frames generator for testing purposes * cangen.c - CAN frames generator for testing purposes
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* cangw.c - manage PF_CAN netlink gateway * cangw.c - manage PF_CAN netlink gateway
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* canlogserver.c * canlogserver.c
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* canplayer.c - replay a compact CAN frame logfile to CAN devices * canplayer.c - replay a compact CAN frame logfile to CAN devices
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* cansend.c - simple command line tool to send CAN-frames via CAN_RAW sockets * cansend.c - simple command line tool to send CAN-frames via CAN_RAW sockets
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* can-sniffer.c * can-sniffer.c
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* isotpdump.c - dump and explain ISO15765-2 protocol CAN frames * isotpdump.c - dump and explain ISO15765-2 protocol CAN frames
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* isotprecv.c * isotprecv.c
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* isotpsend.c * isotpsend.c
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* isotpserver.c * isotpserver.c
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* isotpsniffer.c - dump ISO15765-2 datagrams using PF_CAN isotp protocol * isotpsniffer.c - dump ISO15765-2 datagrams using PF_CAN isotp protocol
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* isotptun.c - IP over CAN ISO-TP (ISO15765-2) tunnel / proof-of-concept * isotptun.c - IP over CAN ISO-TP (ISO15765-2) tunnel / proof-of-concept
* *

4
lib.c
View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* lib.c - library for command line tools * lib.c - library for command line tools
* *

4
lib.h
View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* lib.h - library include for command line tools * lib.h - library include for command line tools
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* log2asc.c - convert compact CAN frame logfile to ASC logfile * log2asc.c - convert compact CAN frame logfile to ASC logfile
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* log2long.c - convert compact CAN frame representation into user readable * log2long.c - convert compact CAN frame representation into user readable
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* slcan_attach.c - userspace tool for serial line CAN interface driver SLCAN * slcan_attach.c - userspace tool for serial line CAN interface driver SLCAN
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* slcand.c - userspace daemon for serial line CAN interface driver SLCAN * slcand.c - userspace daemon for serial line CAN interface driver SLCAN
* *

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* slcanpty.c - creates a pty for applications using the slcan ASCII protocol * slcanpty.c - creates a pty for applications using the slcan ASCII protocol
* and converts the ASCII data to a CAN network interface (and vice versa) * and converts the ASCII data to a CAN network interface (and vice versa)

View File

@ -1,7 +1,3 @@
/*
* $Id$
*/
/* /*
* Copyright (c) 2002-2007 Volkswagen Group Electronic Research * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
* All rights reserved. * All rights reserved.